@danhay
14 years, 3 months ago
@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
Thanks Pisanojm.. With some tinkering that worked great
14 years, 5 months ago
@r-a-y perfect mate! Thanks for the tip
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.