Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Hide Admin'

Viewing 25 results - 601 through 625 (of 915 total)
  • Author
    Search Results
  • #124887
    Nahum
    Participant

    removing the button from the groups index page alone will not stop your members from being able to create groups…

    have you seen this…to limit group creation to admins

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/limit-group-creation-to-admin/

    If you just want to hide the button…maybe something like

    `<?php if (is_user_logged_in() && current_user_can('administrator')):?>
    your button stuff
    `

    chr313
    Member

    Hi everyone I was wondering which bp/wp permission function needs to be called in order to hide the “Create a Group” button on a group for regular users and make it visible for admins

    in my index.php in wp-content/themes/bp-addata/groups/

    i have tried adding is_super_admin() around line 6 but the button is not available for any users at this point. I might be making it harder than what I am trying to accomplish. sorry for the sloppy posting of code, i still don’t know how to post on these forums. Basically i just need to know which condition I need for the if statement to show the a href button.

    if ( is_user_logged_in() && is_super_admin() ) Group button endif;

    Thank you for any help,

    #124774
    @mercime
    Participant

    @igotmore There’s also this other plugin for that plugin https://wordpress.org/extend/plugins/bp-ninja/

    #124737
    igotmore
    Member

    I tried your method, mercime, but I can’t get it to work, I only got the code on the top of my site :D

    #124736

    In reply to: Hide Admin

    igotmore
    Member

    I put the code in my Theme functions (functions.php)
    should i put it in buddypress/bp-activity/bp-activity-functions.php or ?
    I’m noob in codes & coding, but I really need this, so I hope someone will help me get it done :)

    #124735

    In reply to: Hide Admin

    igotmore
    Member

    Hey Magi182 I put that code in my functions.php and still no changes ? any other way?

    Using WP 3.2.1. & BP 1.5.1

    #25745
    Sofian J. Anom
    Participant

    Anyone know how to hide adminbar on the admin panel?

    #25202
    Rellz5
    Member

    I have a site and I only want to show the admin bar at the top I want to remove the other navigation which is quite confusing.. (THe one that says home, activity, members, etc) I tried to do this already and it just moved it to a weird part of my page… and now all of the links are showing on my header. My site is going to be a very widely known social networking site and it just looks completely unprofessional. And when I tried plugins such as “Add All Links To Admin Bar” and I selected the hide navigiation menu option it removed a portion of my header with it. And also when I try to move the code myself it does the same thing. So this is the best I can do… Someone please help it means a lot to me. Even if you decide to not help and charge me to do so I wouldn’t even mind that much at this point. Extremely desperate and my time is running out.

    Here’s a photo of how it looks now that I’ve messed with it. http://i1239.photobucket.com/albums/ff504/rellz2011/Buddypress/headerissue.png

    #24968
    Hal.Carleton
    Member

    I’m using the Custom Community theme with BuddyPress.

    Is there a way to remove the Admin account from the Members Directory? The account does not represent anyone in the community and is out of place in Members Directory. Having it there looks very unprofessional.

    Thanks

    #122648
    Fee
    Participant

    this should work for excluding all super admins:

    `

      <?php while ( bp_members() ) : bp_the_member();
      if( !in_array( bp_get_member_user_login(), get_super_admins() ) ) {
      ?>`
    #121554
    Tahir Taous
    Member

    i tried to remove Viisit Radom Member, Random Group And Random Site from BuddyBar successfully, Here is link for you how to make changes, edit BuudyBar.
    http://www.funjog.com/learnbuddypress/2011/09/30/how-to-hide-visit-random-group-members-sites-menu-from-buddypress-buddybar/
    Hope this will help.

    #24476
    frenx4u
    Participant

    Network-Admin > BuddyPress > Settings page (wp-admin/network/admin.php?page=bp-settings) cannot be saved.

    =====================previous state============
    Disable BuddyPress to WordPress profile syncing? yes NO
    Hide admin bar for logged out users? YES no
    Disable avatar uploads? (Gravatars will still work) yes NO
    Disable user account deletion? yes No
    Disable activity stream commenting on blog and forum posts? yes NO
    Restrict group creation to Site Admins?
    =========================

    ==============I changed it as============
    Hide admin bar for logged out users? NO
    Restrict group creation to Site Admins? NO
    ======================

    After clicking on ‘save settings’ button, it seems to work. The admin-bar is showing to the logoff users.

    However after moving out of the Network-Admin > BuddyPress > Settings page to any other page in the dashboard or when logged out, the settings revert back to the previous state and there is no admin-bar showing to the logoff users.

    I downloaded the buddypress (1.5) again and uploaded all the files to my site. The same problem still exists.

    Is this a bug?

    #24307
    billie
    Participant

    i am using bp 1.5 on multisite with bp set as default blog on a subdomian…

    when users are logged out i keep losing the admin bar completely
    i keep changing “Hide admin bar for logged out users?” to “no” but it keep’s changing back to “yes”

    LOVE the New 1.5!!!!
    Thanks for all the hard work!

    #120091
    modemlooper
    Moderator

    You need to clarify more, you can just re enable the groups component in the admin. if the hide the create button try going to the URL /groups/create

    #24069
    kkradel
    Participant

    I actually like the Visit Random Blog feature in the adminbar.

    I took out the Visit Random Group and Visit Random Member lines because I wanted to hide those from the public.
    But I would like the public to be able to click through the site randomly.

    My site is about cultural travel. I have two groups of blogs on the site. Regional destination blogs that use one theme, and Member blogs that use another theme. I was thinking that I could call out a Visit to a Random Member blog by using the name of the theme, putting the theme name into the CSS tags and then adding the name to the random call out in the adminbar.php file. Same with the regional blogs. But that’s as far as I got because of course that won’t work.

    Any idea how to do this?

    #24048
    jabbamonkey
    Member

    I added some custom registration fields to my user profiles (so, during registration, the users have to enter some extra info). How do I HIDE some of these fields in a user’s profile?

    For example, I may ask for a user’s phone number during registration …. but I don’t want ANYONE except our forum admins to be able to see the phone number. So, I need to hide the phone number everywhere (except the WordPress admin).

    Can anyone help me do this?

    NOTE: I don’t think this is relevant … but here is some info on my site and BuddyPress: I was told that BuddyPress uses BBPress 1.5 for it’s forums. So, I was told I should run BBPress 2.0 separate from BuddyPress (and disable the forum component).

    #23874

    I just finished installing the latest version of wordpress and buddypress. I went through the ‘upgrade your existing WordPress theme’ wizard with the TwentyTen Five html5 theme and everything looks great. When I selected the hide admin bar for logged out users it kept the padding on the top of the site and it moved everything else down. Is there a way to remove the padding for when users are logged out and have it added back in when users are logged in?

    #118172
    Whitefox
    Member

    OK so I’ve had the same problem and have built a very clumsy workaround.

    PROBLEM: When the user click the email verification it sends them to verify.php and logs them in to WP but my Buddypress doesn’t know they are logged in and asks them to login. If the user just ignores the login request there is no problem but users don’t do that so they try to login and get the same “error..please provide a valid activation key” message because the account is already active.

    MY RUBBISH ANSWER: The only thing that worked for me was to hide the BP admin bar and handle login links manually then change the text on the verify.php to a simple ‘congratulations, you’re in’ message. The downside of this is that I lost the use of my BP-Sliding-Login-Panel which I love. so I would be very grateful for a real solution to this.

    #117943

    In reply to: remove admin-bar

    valuser
    Participant

    define(‘BP_DISABLE_ADMIN_BAR’, true); + Hide admin bar for logged out users NO works

    #117607

    In reply to: Hide Admin

    Ducky
    Participant

    There is one problem with that solution, it does not hide the user from groups

    #117606

    In reply to: Hide Admin

    Ducky
    Participant

    The reason chaging the users status to 99 will hide them is because it marks the user as a spammer. Which means only an admin can view their profile. However, thus far it has been the only way I have been able to accomplish the task of hiding the administrator.

    Nahum
    Participant

    Is there a way to remove the delete link option from member non activity-action items like blog comments and blog posts. I don’t think members should be given the option to delete these items where they SHOULD be able to delete status updates and other activities they create from within the stream. I’ve been able to hide the delete option but I don’t know how to use a filter to get rid of it. But overall, I was thinking maybe this should be part of BP.

    If a member writes a post for a blog on the site that activity stream item is public and is attached to a blog and the member shouldn’t be able to delete it unless the post is deleted from the blog. Same goes for comments and come to think of it, the same should be true for most of the other items except for stuff like Favorites, Likes, etc.

    I got to thinking about this while working with an activity search, and users should be able to search all activity items like blog posts and those items should exist permanently so the search is accurate.

    Anyway, can someone suggest the way to remove the delete link from these specific items for everyone except for superadmin?

    #116460
    stripedsquirrel
    Participant

    There is a ‘hide admin bar for logged out users’ option. But I want the bar on regular BP sites, I just did not want it on a domain-mapped site that is totally separate (though running on the same WP multisite installation).

    http://blog.netweblogic.com/php/wordpress-php/remove-admin-bar-plugin/ did the trick for me.

    #116012
    danbpfr
    Participant
    dude
    Member

    thanks for the reply @pcwriter

    If you don’t mind I need a little more assistance with this (as I’m not code savvy)

    how do I find this ‘child-theme’ you mention
    do I go to cpanel..? or in my admin (dashboard)

    Also, I do not want to restrict ‘members’ viewing, only their ‘profiles’

Viewing 25 results - 601 through 625 (of 915 total)
Skip to toolbar