activity loop filtering – bbpress topics and replies not shown
-
Hi,
because the search function could not answer my question I’ll try to post it here.
I want to use some filters for the activity page. For example friendships should not be shown.
To hide some stuff bp needs to know what to show.
part of my activity-loop.php:
if (bp_has_activities(bp_ajax_querystring('activity').'&object=groups,profile,status,blogs')) :
Doinig this also hides forum postings and replies..
What kind of comma separated object types have to be added to show all new topics and replies, too?
I tried forum, forums, topic, topics, replies, reply (…) but I could not get topics and replies shown in the activity page…
Thanks for your help!
- The topic ‘activity loop filtering – bbpress topics and replies not shown’ is closed to new replies.