Skip to:
Content
Pages
Categories
Search
Top
Bottom

Admin Profile page


  • Syrinxie
    Member

    @ayria

    Is it possible to have a custom profile for the admin? I want to disable a lot of things for the admin profile.
    Like: Activity, Profile, Messages, Friends, Album, Settings.

    Instead I’d like to have some kind of statement. Maybe telling people where to seek tech support.

Viewing 1 replies (of 1 total)

  • Hugo Ashmore
    Keymaster

    @hnla

    You could always edit the template files for /members/single/ (in a child theme) and wrap default actions in something like :

    `if( ‘1’ == bp_displayed_user_id() )`

    As a check for the displayed user being ‘1’ or primary network super_admin then you’ll do stuff based on that such as unique markup for that user alone or use in a ‘if not’ manner to hide certain profile display elements.

    That’s a basic approach you could extend that to be more flexible by checking a users role bp_displayed_user() checked against WP roles and capabilities for that user.

Viewing 1 replies (of 1 total)
  • The topic ‘Admin Profile page’ is closed to new replies.
Skip to toolbar