• When a subscriber sign in, I want them to see only their profile page. I don’t want them staring at the dashboard, since I sometime publish post to show up later on. I want to be able to edit the code to make it this way.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Indiaberry,
    I recommend you to use those two plugins (2.0.X to 2.5.X compatible) :
    Role Manager which allows to manage roles and capabilities for different users and IWG Hide Dashboard (Author page), an extension for “Role Manager” to hide the dashboard for some users and redirect them to their profile page.

    This other one, Dashboard Editor, could by the way be helpfull too (2.0.0 up to 2.5 WP version), allowing you to remove some features on the dashboard.

    I got IWG Hide Dashboard to work without the Role Manager by changing one line of code. From:


    if ( current_user_can('hide_dashboard') ) {

    To:

    if ( !current_user_can('level_10') ) {

    Max

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide dashboard from subscriber’ is closed to new replies.