Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,527
- Creating & Extending
- 25,791
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
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’ );
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS