Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Hide Admin (35 posts)

Started 3 years, 3 months ago by: Scotm

  • Profile picture of Scotm Scotm said 3 years, 3 months ago:

    Is there an obvious way to hide the Admin user from Buddypress (members, etc.)?

  • Profile picture of Paul Gibbs Paul Gibbs said 3 years, 3 months ago:

    I’ve renamed my admin account to get around this. However, i’d like to get a way of hiding the bbpress forum user account for the user listing on the home page. Andy could we get a filter added in for this?

  • Profile picture of Cyndy Otty Cyndy Otty said 3 years ago:

    Bumping this because I’m curious about the same thing DJPaul mentioned. The need to create a random account for bbPress is fine, but it’s pointless having it listed with the BuddyPress members when it’s not really one.

    Any suggestions?

  • Profile picture of John James Jacoby John James Jacoby said 3 years ago:

    There’s something like this in the works, but it won’t be available for a few months yet. :)

  • Profile picture of johnegg johnegg said 2 years, 8 months ago:

    Any update on this?

  • Profile picture of intimez intimez said 2 years, 3 months ago:

    I noticed this topic is marked as resolved. How can I enable this?

  • Profile picture of Scotm Scotm said 2 years ago:

    Still curious about this one. Can we hide the Admin throughout BuddyPress activity sitewide?

  • I’m not sure if it hides activity, but I heard a trick to “hiding” admins from the member list was to change their status in the database of the user to “99″ and that prevents it from showing in the member’s list.

  • Profile picture of Paul Gibbs Paul Gibbs said 2 years ago:

    @scotm what are you doing on your BP site with the admin user to generate activity which you don’t want in the activity stream?

    @nuprn1 did you do a plugin to hide the admin account from the members directory, or was that someone else?

  • Profile picture of Scotm Scotm said 2 years ago:

    @DJPaul Any activity that the Admin carries out in my opinion should be hidden. Starting a Group, a forum topic, etc. In my case I am creating a number of groups for members to join and I’d like to hide all of that activity.

  • Profile picture of r-a-y r-a-y said 2 years ago:

    @DJPaul @scotm – I believe @sbrajesh did a plugin to hide admin stuff… let me see if I can find it:

    http://buddydev.com/buddypress/stealth-mode-for-buddypress-site-admin-plugin/

  • Profile picture of Scotm Scotm said 2 years ago:

    Saw that one…premium.

  • Profile picture of r-a-y r-a-y said 2 years ago:

    @scotm – if you read the end of that post, there’s a free solution noted by Brajesh.

  • Profile picture of Scotm Scotm said 2 years ago:

    Tried it, errors.

  • Profile picture of r-a-y r-a-y said 2 years ago:

    The snippet only works on WPMU.

    If you’re using standard WP, replace is_site_admin() with if(current_user_can(‘manage_options’)) (thanks Brajesh).

    Also, you could try adding the function in your theme’s functions.php (omit the add_action line).