give me your email
oops code not working here…
you replace with
?php if ( is_user_logged_in() && bp_activity_can_comment() && (bp_get_activity_type() == ‘new_forum_post’)) : ?So you should replace with
it worked for me with similar test. Good luck !(note : my plugin version is 1.1.3.3, my test is not working with current version)
Hi Carvill, you can make a test in bp-sitewide-activity.php around line 348
like “if bp_get_activity_type() == ‘new_forum_post’Hope that can help you