-
Magi182 replied to the forum topic Number of members on your Buddypress installation? in the group Miscellaneous 12 years, 12 months ago
Thanks Paul! Been out for the holidays. I appreciate your response! Lovely site, BTW. Did you have to do some tweaking to the database/BP/etc or are you basically running an out-of-the-box core installation? […]
-
Magi182 started the forum topic Number of members on a Buddypress installation? in the group Miscellaneous 13 years ago
Hey all, I’m interested in implementing buddypress for a health and wellness community. Does anyone have experience running a Buddypress installation 20,000+ user accounts? I have done several buddypress […]
-
Magi182 joined the group Miscellaneous 13 years ago
-
Magi182 posted an update 13 years, 3 months ago
@johnjamesjacoby @johnjamesjacoby Hey John, spammer on the site: bbaby200
Thanks,
-
Magi182 posted an update 13 years, 4 months ago
@johnjamesjacoby there is a spammer on the site — suzzy4u
-
Magi182 started the forum topic Bugfix request: /bp-privacy/bp-authz-privacy-filters.php on line 791 in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz): 13 years, 4 months ago
If the Buddypress friendship module is not enabled, bp-authz throws a fatal error in file bp-authz-privacy-filters.php at line 791 when an unchecked request is made to the BP_Friends_Friendship class.
Suggest testing for the existence of BP_Friends_Friendship before querying it!
(Thanks for a great plugin, Jeff!)
-
-
Magi182 posted on the forum topic Urgently need a way to export user data into usable format! in the group How-To and Troubleshooting: 13 years, 5 months ago
I was able to hack this plugin to accomplish most of what I needed:
https://wordpress.org/extend/plugins/bp-export-users/
You have to edit the array in the plugin file to use your buddypress profile fields (you can add or delete), but other than that, pretty slick.
-
Magi182 posted on the forum topic Hide Admin in the group How-To and Troubleshooting: 13 years, 6 months ago
For those still looking for a solution to this, you can add the following code to the functions.php file of your active theme. The username gets replaced with the username you wish to hide. Alternatively, you could substitute the stuff in the parens of the conditional with a properly done current_user_can() statement to hide all […]
-
Magi182 posted an update 13 years, 6 months ago
@johnjamesjacoby Sorry to post this, but you seem to be the authoritative dude. Something is screwy with the plugins page and the themes page at buddypress.org. The pages seem to be terminating prematurely!
-
Magi182 posted on the forum topic Way to disable admin bar on certain themes? in the group How-To and Troubleshooting: 13 years, 7 months ago
It actually needs to read:
remove_action( 'wp_footer', 'bp_core_admin_bar', 8);
remove_action( 'admin_footer', 'bp_core_admin_bar' );as the admin footer hook has no priority in the current versions of buddypress (1.2.8)
-
Magi182 joined the group How-To and Troubleshooting 13 years, 7 months ago
@magi182
Active 10 years ago