-
pcwriter posted on the forum topic Buddypress upgrade 1.1.2 to 1.2.8 in the group Installing BuddyPress: 13 years, 8 months ago
“Still wonder about splog signups, do I need to do anything?”
You could try this plugin:
https://wordpress.org/extend/plugins/moderate-new-blogs/
Supposed to be compatible up to WP3.0.5 but you can give it a shot. -
pcwriter posted on the forum topic Admin Bar Is Gone? in the group How-To and Troubleshooting: 13 years, 8 months ago
Did you try with the default BP theme? If that woks OK, then you’ll need to check the changes you made to footer.php
-
pcwriter posted on the forum topic Admin Bar Is Gone? in the group How-To and Troubleshooting: 13 years, 8 months ago
@JamieWade
I’m answering your update here ‘cuz code doesn’t post well in update replies…
Make sureis present in your footer.php file, just before the closing
tag. Your adminbar should come back.
-
pcwriter posted on the forum topic Admin Bar Is Gone? in the group How-To and Troubleshooting: 13 years, 8 months ago
Did you change your theme? If so, make sure the call to wp_footer is present in footer.php of the new theme.
-
pcwriter posted on the forum topic Weird Border Appeared in the group BuddyPress Media: 13 years, 8 months ago
Cool site… love the cats! 🙂
-
pcwriter posted on the forum topic is there someone working on the BP_USE_WP_ADMIN_BAR thing??? in the group Creating & Extending: 13 years, 8 months ago
If all you want to do is replace the bp-adminbar with the new WP version, simply add this to your functions.php file:
remove_action( 'wp_footer', 'bp_core_admin_bar', 8 );
remove_action( 'admin_footer', 'bp_core_admin_bar');
show_admin_bar(true); -
pcwriter posted on the forum topic Add/Remove components on item-nav in the group How-To and Troubleshooting: 13 years, 8 months ago
-
pcwriter posted on the forum topic Zebra styling Profile Page in the group How-To and Troubleshooting: 13 years, 8 months ago
You can get the entire global.js code here: http://pastebin.com/32r9bK8d
Be sure to make a backup copy of your file before replacing it with this just in case stuff breaks!
-
pcwriter posted on the forum topic [Resolved] Remove the ”visit” link from the buddypress admin bar… in the group How-To and Troubleshooting: 13 years, 8 months ago
@tdmc123 Actually, the remove_action code is correct. But you should avoid modifying core Buddypress files if and when possible to prevent having to do everything over again when you upgrade. The code should be added to the functions.php file of a BP child-theme. To learn how to make your own child-theme, see the codex here: […]
-
pcwriter posted on the forum topic Add wp_admin_bar to a BP theme in the group How-To and Troubleshooting: 13 years, 8 months ago
@gunju2221 Hi again! As I mentioned in my 2nd post: “Removing the bp-adminbar is easy, it’s calling the wp one afterwards that’s got me stuck.” Removing the bp-adminbar is not the problem. The problem is in showing the WP bar after removal of the bp-adminbar. Or, I should say: the problem WAS… It turns out the […]
-
pcwriter posted on the forum topic Add wp_admin_bar to a BP theme in the group How-To and Troubleshooting: 13 years, 8 months ago
Thanks, but I think your last post was in answer to the last poster’s question in this thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/show-bp-admin-bar-while-in-wp-admin-only-and-hide-it-in-the-rest-of-the-site/remove_action( 'admin_footer', 'bp_core_admin_bar' );
effectively removes the adminbar from the…[Read more] -
pcwriter posted on the forum topic Add wp_admin_bar to a BP theme in the group How-To and Troubleshooting: 13 years, 8 months ago
@gunju2221 Thanks. The end result is precisely what I’d like to achieve. But I’d like to be able to do it in functions.php so it can be included as a theme option (ie – a switch to select either BP or WP adminbar). Removing the bp-adminbar is easy, it’s calling the wp one afterwards that’s got […]
-
pcwriter started the forum topic Add wp_admin_bar to a BP theme in the group How-To and Troubleshooting: 13 years, 8 months ago
Just when I get my head around add_action & remove_action, WP3.1 throws something new at me ;-( I’m trying to get the wp_admin_bar to show in a BP theme instead of the bp-adminbar. But, for the life of me, I can’t figure it out. I’ve found the function that determines whether the wp-adminbar is allowed […]
-
pcwriter posted on the forum topic New theme – BuddyBuilder in the group Creating & Extending: 13 years, 8 months ago
Great news: BuddyBuilder v1.1 is now available. Some new features and options are just itching for you to discover them and play with them! For details on what’s new, see the following post at BuddyLite.com: http://buddylite.com/2011/notices/new-in-buddybuilder-v1-1/ Unfortunately, the redirect options I had promised above are proving a bit more…[Read more]
-
pcwriter posted on the forum topic Show BP Admin Bar while in wp-admin ONLY and hide it in the rest of the site. in the group How-To and Troubleshooting: 13 years, 8 months ago
Add the following snippet to your theme’s functions.php file:
function remove_adminbar_from_mainsite() {
if('BP_ROOT_BLOG')
remove_action( 'wp_footer', 'bp_core_admin_bar', 8 );
}
add_action('wp', 'remove_adminbar_from_mainsite'); -
pcwriter posted on the forum topic Can admins delete members in the group How-To and Troubleshooting: 13 years, 8 months ago
As the universe is apparently an ever-expanding phenomenon, so too does ‘everywhere’ get just a little bit bigger every time we look 😉
-
pcwriter posted on the forum topic S2 member- Trying to Restrict Friend Requests Memberships above 0. in the group How-To and Troubleshooting: 13 years, 8 months ago
Remove the
from the 2nd line or you’ll get errors.
= 1) : ?>
This says: (if) 1st condition is met, do something,
(else) do something else,
then close the conditional (endif). -
pcwriter posted on the forum topic Can admins delete members in the group How-To and Troubleshooting: 13 years, 8 months ago
Go to your WordPress backend and click “Users”. If you’re running WP-single, you’ll find it under the “Plugins” menu; if you’re running multisite, you can find the link in the “Super Admin” menu.
Check each user you want to delete, then in the “Bulk Actions” dropdown at top-left, select “Delete”.
Click “Apply”. You’re done. -
pcwriter posted on the forum topic Disabling buddypress theme. in the group How-To and Troubleshooting: 13 years, 8 months ago
Scroll to the bottom of your WordPress sidebar where you’ll see a link labeled “Theme Settings”. Click on it, then under the “Buddypress” tab, you’ll see an option to turn the login sidebar on or off.
-
pcwriter posted on the forum topic Finding the right domain host for buddy press in the group Installing BuddyPress: 13 years, 8 months ago
I use Bluehost (shared) but, as they domain-map addon domains (thus their “Unlimited domains” hype 😉 ) they don’t support wildcards or subdomains either. They do however have a very affordable dedicated server package if you’re anticipating high traffic and heavy server loads… which is what we all aspire too, I think 🙂
- Load More
@pcwriter
Active 1 month ago