Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Excluding blog post comments from activity stream page?


3sixty
Participant

@3sixty

this works great – how do you also exclude forum replies?

(… searching code …)

UPDATE: Well, I tried this code but it doesn’t work. Posting it here in case I’m on to something that somebody else can fix:

function bp_remove_forum_topic_post() { remove_action( ‘groups_new_forum_topic_post’, ‘groups_update_last_activity’, 10, 2 ); } add_action( ‘bp_init’, ‘bp_remove_forum_topic_post’ );

Skip to toolbar