Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • 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…. […]

  • 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]

  • 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, […]

  • Hi – I want to remove a user’s full name, and just show the username. Any ideas for how to do this? Thanks. (:

  • ktbug237 posted on the forum topic Private profile fields in the group Security & Privacy: 14 years 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?

Skip to toolbar