Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Hide Admin'

Viewing 25 results - 551 through 575 (of 915 total)
  • Author
    Search Results
  • kraigg
    Participant

    Good morning all

    I currently have group forums working with the latest Buddypress 1.6 and BBPress 2.1, and the bbPressModeration plugin (http://wordpress.org/extend/plugins/bbpressmoderation/) to moderate any newly created forums and forum topics. This plugin set new forums and forum topics as ‘pending’, until the administrator goes into the dashboard and marks them as ‘published’.

    The problem is that unmoderated ‘pending’ forums and forum topics still appear in the activity stream. Is there a way to do a filter so that only ‘published’ forums and topics appear in the activity stream?

    I’m using a custom activity stream:
    https://gist.github.com/1845471

    #137038
    maggieymae
    Member

    I want to check these out. Thanks!

    Here are a few of my favorites…

    BuddyPress Profile Privacy – Users can hide different parts of their profiles… very cool.

    The following are not Buddypress but they seem very compatible so far.

    AG Custom Admin This is Dashboard Editor and you can control what your members see.
    I have cleaned up their dashboard – they no longer see the wordpress profile or the press this tool or other random plugin settings. You can do so much with this tool and completely customize the way the back end looks. I was amazed.

    User Role Editor – You can add new roles and give and take away specific powers. I have made a new role based on the Author role and gave the new role category powers. The site I am building is a family recipe site and I wanted to allow them to add their name as a category and also different cooking terms. This plugin is also a nice way to view every detail of the standard roles in WordPress.

    Search Everything – This plugin seems to help with searching… I wasn’t getting any results before installing but now everything comes up.

    jmsweden
    Member

    Hey

    I would like to start by saying thanks to creating Buddypress. I love it! And find it so useful to what I have created. But I have few problems.

    1. I try to register a “rest user” . I get a confirmation link to follow, but it does not register me. It says Error and then it does not allowed me to log in. I spoke to Parallelus (Salutation) about this problem, and they told me it is a Buddypress issue.

    2. I am not able to find the tempalte to CREATE AN ACCOUNT when u choose to register so I can add few more lines/subjects as age, profession etc to the registered user profile. At the moment I only have NAME http://stockholmsocial.se/register/
    Where can I add those line to it, where is the form? I only find contact form, which I have amended perfectly. (once again Parallelus about this issue and they told me it is a Buddypress issue.

    3. I also would like to hide all users for NON Members, how do I do that? At the moment people can see users online and their status event though they are not members. I tried to find a CSS to add the function-is-user-logged-in but cant find.

    4. I have activated the WordPress Social Log in buttons FB, Twitter, Linked etc and they show only when I log in as admin, but I would like it to show under the button REGISTRATION and LOG IN in the front page. I copied the shortcode, but does not work.

    Thanks in advance

    JM

    jmsweden
    Member
    Posted 0 seconds ago # Edit

    I get this message

    An error occurred when the site was getting http://stockholmsocial.se/register/. It may be down for maintenance or be configured incorrectly.
    Here are some suggestions:
    Load the Web page again later.
    HTTP Error 500 (Internal Server Error): An unexpected condition was that the server could not fulfill the request.

    #136368
    foobool
    Member

    <?php

    /**
    * Admin Bar
    *
    * This code handles the building and rendering of the press bar.
    */

    /**
    * Instantiate the admin bar object and set it up as a global for access elsewhere.
    *
    * To hide the admin bar, you’re looking in the wrong place. Unhooking this function will not
    * properly remove the admin bar. For that, use show_admin_bar(false) or the show_admin_bar filter.
    *
    * @since 3.1.0
    * @access private
    * @return bool Whether the admin bar was successfully initialized.
    */
    function hide_admin_bar() {
    return false;
    }
    add_filter( ‘show_admin_bar’, ‘hide_admin_bar’ );

    function _wp_admin_bar_init() {
    global $wp_admin_bar;

    if ( ! is_admin_bar_showing() )
    return false;

    /* Load the admin bar class code ready for instantiation */
    require( ABSPATH . WPINC . ‘/class-wp-admin-bar.php’ );

    /* Instantiate the admin bar */
    $admin_bar_class = apply_filters( ‘wp_admin_bar_class’, ‘WP_Admin_Bar’ );
    if ( class_exists( $admin_bar_class ) )
    $wp_admin_bar = new $admin_bar_class;
    else

    #135815
    Paul Wong-Gibbs
    Keymaster

    Can you confirm you’ve checked what the last poster said? In wp-admin, go to the BuddyPress > Settings screen, and check that the “Hide admin bar for logged out users” option is disabled.

    #135782
    b1gft
    Participant

    If its not showing for logged out users but showing for you when you login, go to buddypress > settings> and make sure its clicked to no where it ask’s Hide admin bar for logged out users?

    #135512
    oblax
    Participant

    Thanks. I saw it in members php page exclude admin mods should be set to 1.

    #135334
    @mercime
    Participant

    If you have a bp-default child theme, copy group-header.php file.into your child theme folder as in wp-content/themes/yourchildtheme/groups/single/group-header.php
    then delete lines 11-15 of said file. If you also want to delete Group Mods, then delete lines 7-30

    oblax
    Participant

    I am trying to search for a solution on how to hide admin in the Groups member directory. Is there a plugin or hack for this?

    #29610
    fallingup
    Participant

    Hi guys,
    I am having a problem! When editing a users profile, I click “save changes” and the page simply reloads and no changes take effect, this also seems to be effected on almost all BuddyPress forms(messaging, etc). I am using Gravity Forms for user registration, so users can still sign up that way. I have also tried on the default BP theme.


    – Here are some of the questions to what you guys would like to know…
    – I am running the Latest version of WordPress and BuddyPress
    – WP is installed in the root
    – I did just recently upgrade both WordPress(3.X.X to latest) and BuddyPress(1.2.9 to 1.5.5)
    WordPress was functioning fine before upgrade, the issue was there before the upgrade, which I hoped was going to fix the problem
    – Running BP 1.5.5
    – Upgraded from BP 1.2.9
    – Other plugins installed are: Advanced Custom Fields, AutoChimp, BackupBuddy, BP Blog Author Profile Links, BP Chat, BP Members Avatar Map, BP User Profile Map, BuddyPress, BuddyPress Album, Front-end Editor, Gravity Forms, Gravity Forms + Custom Post Types, Gravity Forms Directory Add-on, Gravity Forms User Registration Add-on, Lightbox Plus, Members, Remove Dashboard Access for Non-Admins, Simple 301 Redirects, The Events Calendar, The Events Calendar Pro, WordPress Database Backup, WordPress SEO, WP-Users Online
    WP Hide Dashboard, WP Maintenance Mode
    – I am using a custom theme, though I am getting the same issue on default BP theme.
    – I have not modified WP or BP core
    – bp-custom.php includes only “define(“BP_DEFAULT_COMPONENT”,”profile”);”
    – Not running bbPress
    – Do not have access to error log
    – Another agency is providing hosting for our “joint client” and they dont like to give us access to anything, I have FTP access only.

    Let me know if you need anything else!

    #134814
    frostdawn
    Member

    ==So if you want Group Forums, click on Install button, then after you’re done, enable Forum for each you in Group > Admin==

    I’m not sure I understand the latter half of that sentence, particularly the ‘enable Forum for each you in Group”.

    Considering the member usability in the aforementioned codex, I’ve decided I’d rather stick with sitewide forums instead. And seeing as how I was getting an HTTP error trying to activate them, I’m using bbPress directly vs through BP. However, I don’t want users going into the groups and trying to use the forums link within them and finding it doesn’t work. Is there a way to hide/disable that link instead?

    Thanks

    @mercime
    Participant

    @ahkar83 just go to wp-admin menu BuddyPress > Settings – Main Settings – Toolbar – uncheck “Show the admin bar for logged out users”

    ahkar83
    Member

    Hello,

    I have WordPress 3.3.2 with Buddypress 1.5.5. I am using Oneall Social plugin to allow users to connect to my site http://AppSeeAppdo.com .

    I would like to hide the top buddypress bar (buddybar?) to visitors. Once someone decides to Socially Log in via the OneAll Plugin (middle right Sidebar of the page), then the Buddybar should popup on top so they can navigate and track their activities, etc.

    I saw some advice online but couldn’t figure out how to use them ::

    http://buddypress.org/community/groups/creating-extending/forum/topic/hide-nav-bar-from-guests-works-perfectly-with-private-buddypress/

    This gets rid of it completely.. not what I want..

    http://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/hiding-the-buddypress-admin-bar/

    Also.. there’s a plugin Remove Buddypress Admin Bar ..that also removes it completely…

    I want to remove it while someone is not logged in only..

    Thank you everyone.

    #29360
    energynet
    Participant

    It would be great if there were a way to keep prying eyes away from profiles and activity streams. I’m noticing that a number of bots as well as live spam artists are looking at profiles and activity streams of my bp users, and especially mine as the admin.

    Just as Facebook allows a member to hide their profiles and activity from the general public so that only friends can see what they are doing, this same option is urgently needed. That is its already available and I’ve not noticed how to use it.

    #133920
    Joshua Craig
    Participant

    Hi everyone,

    I’m currently working on a project and my client wants only the admins to be able to create groups, so I set that option in the BuddyPress admin area, easy peasy. But, the Create A Group button still appears on the front end. For now I am simply looking for a way to hide that button, and I’ve added the CSS @Mike Pratt suggested but the button remains. Any ideas?

    What would be really cool (not that I have a clue how to do this) would be:

    1.) BP functionality that automagically removes the Create A Group button when you select that only admins can create groups, that would be ideal.
    or
    2.) A way to change the URL of the Create A Group button for the members level, so you could create a Request A Group page with a form that a member can fill out requesting a group. That is what I’d like to do, but I’m at a loss for where to start in the code, and I’m not much of a PHP dev.

    #133833

    In reply to: hide profile group

    Are you referring to the tabs within groups (admin, topics, etc.)?

    If so, the quick and dirty way to hide them is via CSS.

    KayLee1000
    Member

    In buddypress, when you click on blogs, it shows all blogs created on the network…
    Is there any way I can exclude all blogs created by “admin”….
    Or maybe just exclude certain blogs by id or name or something…
    Is it possible at all?

    I’m on the default buddypress theme… I assume this will be changed in the blogs-loop.php
    But I just don’t know how… I only know the basics of php.

    corbettbarr
    Member

    My BuddyPress installation sends email notifications for private messages sent via BuddyPress, but it does not send email notifications for @mentions or comments.

    I found a similar issue in the BuddyPress forums here, but it was never answered:

    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/activity-reply-friend-request-email-notifications-are-not-working/

    Here are some details about my installation.

    This is a “private” install where only registered members have access to the site.

    1. Which version of WordPress are you running?
    latest version of wp – 3.3.2

    2. Did you install WordPress as a directory or subdomain install?
    subdirectory of a subdomain

    3. If a directory install, is it in root or in a subdirectory?
    subdirectory

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    have upgraded regularly for the past year

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    Yes, other WordPress email notices are sent (registration + lost passwords + bbpress notifications)

    6. Which version of BP are you running?
    1.5.5

    7. Did you upgraded from a previous version of BP? If so, from which version?
    No. This is a fresh install

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    I have deactivated all other plugins and the issue still exists.

    9. Are you using the standard BuddyPress themes or customized themes?
    Customized based on a WooThemes

    10. Have you modified the core files in any way?
    No.

    11. Do you have any custom functions in bp-custom.php?
    Yes, just to hide the admin bar

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    Yes, running 2.0.2

    13. Please provide a list of any errors in your server’s log files.
    No errors.

    14. Which company provides your hosting?
    Storm On Demand

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    Linux w/Apache

    Let me know if you need any other info. Thanks!

    #132483

    In reply to: Customize Buddy Press

    DRAGUIAN
    Member

    As for search bar…a website said
    From what I could find you can’t actually remove that search box. You can however, hide it with a bit of CSS.
    Add this to your functions.php or a custom plugin;
    `function hide_admin_bar_search () {
    echo ‘
    #adminbarsearch {
    display: none;
    }
    ‘;
    }
    add_action(‘admin_head’, ‘hide_admin_bar_search’);
    add_action(‘wp_head’, ‘hide_admin_bar_search’);`

    #131937
    Paul Wong-Gibbs
    Keymaster

    Best place for this is https://buddypress.trac.WordPress.org — post it as an enhancement ticket. Thanks.

    #28474
    AaronNGray
    Member

    The ‘hide-loggedout-adminbar’ option does not seem to be working …

    bp-core/bp-core-buddybar.php:380 & 570

    function bp_core_load_admin_bar()
    ….
    // Don’t show if admin bar is disabled for non-logged in users
    if ( (int) bp_get_option( ‘hide-loggedout-adminbar’ ) && !is_user_logged_in() )
    return;

    replace with :-

    // Don’t show if admin bar is disabled for non-logged in users
    if ( strcmp( bp_get_option( ‘hide-loggedout-adminbar’ ), ‘1’) && !is_user_logged_in() )
    return;

    Allowing child theme to do the following :-

    /**
    * Hide admin bar when not logged in.
    **/

    function bp_childtheme_site_options( $options) {
    $options = ‘1’;

    return $options;
    }
    add_filter( ‘bp_core_site_options’, ‘bp_childtheme_site_options’ );

    AFAICS this or an equivalent change is needed to allow disabling of the buddybar if user is not logged in.

    Aaron

    #131785

    In reply to: Hiding the admin user

    uwebsite
    Member

    I’ve found the function bp_core_get_users in the file bp-members-functions.php which seems to make it possible to exclude users from being shown. But how can i use this function and is it the right piece of code to hide the adminuser in the whole buddypress-created area?

    Has anyone an idea what i could write in my themes functions.php to override this function in a way, that the adminuser is hidden on my site?

    thx

    #131622

    In reply to: Hiding the admin user

    uwebsite
    Member

    Thanks for answering, but that is not what i am looking for. I would like to hide the adminuser from buddypress, not just from some lists. Isn’t it possible to take him out of the system? The admin doesn’t needs a profile etc., just access to the admin-area and the control of the system. He shouldn’t appear in any list and the name should not be public.

    Has anyone an idea? Maybe i caould change something in the wp-core, but where?

    #28255
    uwebsite
    Member

    Hi there,
    i am new to buddypress and would like to hide the admin user, for security reasons.

    How can i exclude the admin, maybe by id, from the members loop or hide him from any access at all? Is there a plugin to solve this?

    #28172
    mikewelsh
    Participant

    Hi

    I am using latest versions of WP and BP as a directory multisite.

    I want students from my conferences to register. I want to include their school and school URL as mandatory registration profile fields, but I do not want these field to display on site so my competitors can harvest my customers addresses.

    How can I do this but still have admin access to the hidden fields?

    many thanks, Mike

Viewing 25 results - 551 through 575 (of 915 total)
Skip to toolbar