-
Skyrie replied to the topic Filter activity action in the forum How-to & Troubleshooting 6 years, 10 months ago
@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… -
Skyrie replied to the topic Unban from Group? in the forum How-to & Troubleshooting 10 years ago
@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,…[Read more]
-
Skyrie replied to the topic Unban from Group? in the forum How-to & Troubleshooting 10 years ago
@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.
-
Skyrie started the topic Unban from Group? in the forum How-to & Troubleshooting 10 years ago
If I “Kick and Ban” a member from a group, how would I unban them? There doesn’t seem to be an option for it anywhere.
-
Skyrie started the topic Count total groups? in the forum Requests & Feedback 10 years, 7 months ago
The new BuddyPress Tools option is great, but is there any reason as to why you have “Count total members” but not “Count total groups”? My members page is now fixed, but I still have a bad count for my groups page.
Another good option to go with “Count friends for each user” would be “Count members for each group”, as I’ve seen some issues here…[Read more]
-
Skyrie replied to the topic Profile Change Password – Require Existing Password in the forum How-to & Troubleshooting 11 years, 4 months ago
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.
-
Skyrie started the topic [Resolved] Link "Howdy" to Wall in the forum How-to & Troubleshooting 11 years, 11 months ago
As of now when I click on the “Howdy, Username” box it takes me to /members/username/profile/edit/ which isn’t very good. Most users only edit their profile a few times, the rest of the time they want to view their wall page. Does anyone know how I can change this so it just takes me to /members/username/?
-
skyrie replied to the forum topic Changing Display Name gives: 'There was a problem updating' error in the group How-To and Troubleshooting 13 years, 1 month ago
Okay, it is now saying “Changes saved” but shows no changes, and reverts to the normal username. Can anyone help me?
-
skyrie started the forum topic Changing Display Name gives: 'There was a problem updating' error in the group How-To and Troubleshooting 13 years, 1 month ago
Hello,
When I or my users try and change our display name it gives the error ‘There was a problem updating some of your profile information, please try again.’ and does nothing. I updated to BP 1.5 and that is […] -
skyrie started the forum topic Conflicts with normal messaging? in the group BuddyPress Docs 13 years, 3 months ago
When I try and send a message on my site it says ‘Docs | New Doc’ instead of ‘Messages | New Message’. Does anyone else have this? Is this a glitch? Or is there something else messing this up? When I turn docs off it goes […]
-
skyrie started the forum topic Deleted members by mistake! in the group BuddyPress Moderation 13 years, 3 months ago
Can anyone help? Is there an undo?
I clicked Bulk Actions > Delete thinking it would just delete the moderation queue, but it deleted the members instead! Now we’ve lost a lot of good members and have had to turn the site off […]
@skyrie
Active 6 years, 10 months ago