-
Mark posted an update:
-
Mark joined the group buddypress.org Ninjas
-
Indeed! And how do I delete the spammy message of that user from my activity feed?
-
Mark posted a new activity comment:
Nope, no idea. Well the first is marked as a duplicate and closed, that’s why. But I had the same question about that other idea. I didn’t see the rating stars either. Have posted a question to the mod in that one.
In reply to - Budhajeewa Supun posted an update: @codeispoetry Looks like you are a good member of the WordPress.org Ideas Forum. Do you have any idea why the rating option is not available in · View -
Mark posted on the forum topic ”There was an error deleting [user] from the system. Please try again.” in the group How-To and Troubleshooting:
Thanks, that helped!
-
Mark posted on the forum topic ”There was an error deleting [user] from the system. Please try again.” in the group How-To and Troubleshooting:
WP3.0, BP1.2.5, BP default theme BTW
-
Mark posted on the forum topic ”There was an error deleting [user] from the system. Please try again.” in the group How-To and Troubleshooting:
@boonebgorges Sorry, I wasn’t very explicit. I am visiting the user’s profile while logged in as an admin, which gives me the Admin options in the admin bar, including the option to “delete this user”. That way, it doesn’t work. I’m sure I can delete the user from within the WordPress interface, but that is what [...]
-
Mark started the forum topic ”There was an error deleting [user] from the system. Please try again.” in the group How-To and Troubleshooting:
I am a site admin trying to delete a user account. What could be causing this rather uninformative error: “There was an error deleting from the system. Please try again.” ?
I have toggled the “disable user account deletion” in general settings; doesn’t have an effect.
-
Mark joined the group Creating & Extending
-
Mark posted on the forum topic Just Added Our Version of Auto Group Join as well as Forum Topic Mover in the group Creating & Extending:
+1 for making it work on a single WP install
-
Mark joined the group Buddypress Auto Group Join
-
Mark reviewed the plugin Buddypress Auto Group Join:
This doesn’t work on WP SU 2.9.2 and also not on WP 3.0.
-
Do note though that the custom language solution doesn’t work if you want to customize text only in one place. For example, I want to rename ‘Home’ in the Group subnav to ‘Discussion’. Can’t be done using the language file for that would change all occurrences sitewide. I’m still at a loss how to do [...]
-
Mark joined the group Requests & Feedback
-
Mark posted on the forum topic fullname vs username vs first + last name... in the group Requests & Feedback:
Is this post by Andy Peatling (”
No firstname/lastname because this does not work for a lot of international users.
“) still the official position or have things moved on? Just want to note that if it is, it seems a bit rash to me. Loads of internationalized websites do have this basic distinction, whole disciplines (academia) are [...] -
Here is a ticket related to this issue: http://trac.buddypress.org/ticket/1670 .
-
Just subscribing because I’m also interested in a solution to this.
-
Socialpreneur has a nice snippet here that makes it easy to hide the admin from the members list assuming you know the admin’s login name. Place this in your bp-custom.php:
function my_bp_member_user_login() { echo my_bp_get_member_user_login(); } function my_bp_get_member_user_login() { global $members_template; return apply_filters(…[Read more] -
Mark joined the group How-To and Troubleshooting
-
Mark posted on the forum topic How to Edit User and Options Nav??? in the group How-To and Troubleshooting:
Editing core files is never the best way to go of course; you’ll lose your customizations once you upgrade BP. Better is it to redefine the function that is called. You would find the place where bp_get_options_nav() is defined, copy the function and place it in your bp-custom.php, rename it to something like my_bp_get_options_nav() and [...]

