Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • @ashleylaing

    Participant

    Thanks @r-a-y

    The combination of the 2 setting did the trick.

    /* Remove the BuddyPress Admin bar */
    define(‘BP_DISABLE_ADMIN_BAR’, true);

    /* Remove the WordPress Admin bar */
    add_filter( ‘show_admin_bar’, ‘__return_false’ );

    Thanks again.

    @ashleylaing

    Participant

    Thanks for clarification! I’ll try this out tomorrow.

    @ashleylaing

    Participant

    I’ve opened an ticket for this bug. https://trac.buddypress.org/ticket/3085

    @ashleylaing

    Participant

    I have just upgraded to WP 3.1 and BP 1.2.8. Yes, admin bar came back. So I added…

    /* Remove the Admin bar */
    define(‘BP_DISABLE_ADMIN_BAR’, true);

    … tried it in both wp-config.php and bp-custom.php. Doesn’t appear to be working.

    Has this worked for others?

    @ashleylaing

    Participant

    SI CAPTCHA Anti-Spam by Mike Challis has worked well for me.

    @ashleylaing

    Participant

    @grosbouff: It would be great if you released it is – you buy you break. Others from the buddypress community then have the option to pick up your work at take is the last mile or so.

    @ashleylaing

    Participant

    Take a look at the “BP Member Filter” topic (https://buddypress.org/forums/topic/bp-member-filter#post-28748).

    This is a good example of how to create filter extension for members. Principals / concepts will probably also work for groups.

    @ashleylaing

    Participant

    I’m looking for the same thing – a way to filter groups in the groups-loop.

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar