Forum Replies Created
-
@graeme_bryson and for anyone else who wants to know, this code should work!
function my_activity_posted_by_action( $action, $activity ) { $action = sprintf( __( '%s', 'buddypress' ), bp_core_get_userlink( $activity->user_id ) ); return $action; } add_filter( 'bp_activity_new_update_action', 'my_activity_posted_by_action', 1, 2 );@hnla I agree, especially since a lot of BuddyPress sites (including my own) prohibit a user from seeing the backend at all. We need an option in the actual frontend for the admin of a group to be able to unban, perhaps with a list of banned members. Right now my users have to contact a member of our staff to get someone unbanned from their group, which they shouldn’t have to do.
I’ve raised a ticket for this issue:
https://buddypress.trac.wordpress.org/ticket/6013@shanebp Thanks, but that’s for an admin and I’m talking about regular members. If a member creates a group and then bans someone, they can’t unban them since that member is kicked and thus removed from the members loop. I think this might be a bug.
I know this is an old thread, but this is exactly what I’m looking for. I’m surprised nobody has added this in a plugin yet, it’s kind of important security-wise.
@djpaul Looking forward to the new release! It looks great, good work as always. 🙂
Okay, it is now saying “Changes saved” but shows no changes, and reverts to the normal username. Can anyone help me?