@ashleylaing
14 years, 8 months ago
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.
Thanks for clarification! I’ll try this out tomorrow.
I’ve opened an ticket for this bug. https://trac.buddypress.org/ticket/3085
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?
SI CAPTCHA Anti-Spam by Mike Challis has worked well for me.
15 years, 11 months ago
@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.
15 years, 12 months ago
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.
I’m looking for the same thing – a way to filter groups in the groups-loop.