-
Ashley Laing posted on the forum topic BP1.2.8 and the WP 3.1 Admin Bar in the group How-To and Troubleshooting: 13 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.
-
Ashley Laing posted on the forum topic BP1.2.8 and the WP 3.1 Admin Bar in the group How-To and Troubleshooting: 13 years, 8 months ago
Thanks for clarification! I’ll try this out tomorrow.
-
Ashley Laing posted on the forum topic BP1.2.8 and the WP 3.1 Admin Bar in the group How-To and Troubleshooting: 13 years, 8 months ago
I’ve opened an ticket for this bug. https://trac.buddypress.org/ticket/3085
-
Ashley Laing posted on the forum topic BP1.2.8 and the WP 3.1 Admin Bar in the group How-To and Troubleshooting: 13 years, 8 months ago
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?
-
Ashley Laing joined the group How-To and Troubleshooting 13 years, 8 months ago
-
Ashley Laing posted on the forum topic I want to use recaptcha in my buddypress site in the group Creating & Extending: 13 years, 8 months ago
SI CAPTCHA Anti-Spam by Mike Challis has worked well for me.
-
Ashley Laing joined the group Creating & Extending 13 years, 8 months ago
@ashleylaing
Not recently active