code to add activity filter
-
hi,
If anyone needs to add an activity filter for the group reviews put this code to the templatetags.php file.
Just take care of the tags.
=====================================================================================
`function bp_rating_activity_filter_option() { ?><?php }
add_action( ‘bp_activity_filter_options’, ‘bp_rating_activity_filter_option’ );
add_action( ‘bp_group_activity_filter_options’, ‘bp_rating_activity_filter_option’ );`[edited to add backticks - Boone]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.