-
ktbug237 started the forum topic Deactivate Network? in the group How-To and Troubleshooting: 13 years, 9 months ago
Hi – I had a regular BP install, working fine, and upgraded to Network (allowing user blogs). I want to deactivate the Network, as some plugins aren’t working in Network (specifically, BP Pending Activations). Anyone know how? When I remove this line: define( ‘MULTISITE’, true ); It appears to deactivate Buddypress, which breaks my site…. […]
-
Katie Benedetto Jones posted an update 13 years, 10 months ago
Okay, if it helps anyone else, I’ve figured out a solution.. if anyone knows a better way to do this, let me know. (:
In buddypress/bp-core.php, replace the function bp_core_get_user_displayname with the following:
function bp_core_get_user_displayname( $user_id_or_username ) {
global $bp;if ( !$user_id_or_username )
return false;if (…[Read more]
-
ktbug237 posted on the forum topic Remove user full name? in the group How-To and Troubleshooting: 13 years, 10 months ago
I figured out how to do it at the top, next to the large avatar… does anyone know how to do it in the activity feeds? For instance, if a user’s name in xprofile is Sarah, but their username is awesomesocks123, the feed should say “awesomesocks123 joined the group X”. Anyone have any hints, ideas, […]
-
ktbug237 started the forum topic Remove user full name? in the group How-To and Troubleshooting: 13 years, 10 months ago
Hi – I want to remove a user’s full name, and just show the username. Any ideas for how to do this? Thanks. (:
-
ktbug237 joined the group How-To and Troubleshooting 13 years, 10 months ago
-
ktbug237 posted on the forum topic Private profile fields in the group Security & Privacy: 13 years, 10 months ago
I’m not sure about that piece, but I’ve noticed a bug with the latest BuddyPress and this plugin. When you edit a checkbox group, the checkboxes that were already selected either aren’t there, or usually show just one of your previous selections. Anyone know a patch?
-
ktbug237 joined the group Security & Privacy 13 years, 10 months ago
@ktbug237
Active 6 years, 7 months ago