-
@r-a-y Nice bit of code. You can extend this to also show how many faves a post has:
= ( $fav = bp_activity_get_meta( $activity_id, ‘favorite_count’ ) ) ? $fav : 0
-
Daniel Hay joined the group Requests & Feedback
-
Daniel Hay posted an update:
@DJPaul Hey Paul, are you or any of the other moderators aware of the amount of spammers coming onto the site? Eg: http://buddypress.org/community/members/cynthiakiss/ & http://buddypress.org/community/members/tosybaby/ . Its getting pretty annoying. Anything we can do about it?
-
We’re tied up with the wordpress.org user database, so we get spam signups from there as well. At the moment, short of letting one of the moderators like me know — and we just pass the message on to @johnjamesjacoby — I don’t have a magical hammer
-
-
Thanks Pisanojm.. With some tinkering that worked great
-
Is there an easy solution for exporting users? For now I’m export users through phpmyadmin, but ideally I would like my client to do this.. anyone got any ideas? Thanks
-
Daniel Hay posted on the forum topic Add field description to fullname (core) in the group How-To and Troubleshooting:
@r-a-y perfect mate! Thanks for the tip
-
Daniel Hay started the forum topic Add field description to fullname (core) in the group How-To and Troubleshooting:
Hey there,
Anyone know how to add a description to the fullname field. Normally you can do this via the admin when you edit the fields but this is disabled for the core field.
-
Daniel Hay posted on the forum topic Insert a registration form into a post in the group How-To and Troubleshooting:
Ahh, actually it turns out the simple answer was the best… It was as simple as copying & pasting the registration form from registration/register.php and adding /register to the form action.
-
Daniel Hay joined the group How-To and Troubleshooting
-
Daniel Hay started the forum topic Insert a registration form into a post in the group How-To and Troubleshooting:
Anyone know how to insert the registration form into a post. We want to add it into an article when we announce our site now has membership section, so we want people to sign up from the article if possible.