Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,545
- How-to & Troubleshooting
- 127,782
- Creating & Extending
- 25,648
- Requests & Feedback
- 9,391
- Third Party Plugins
- 9,716
- Showcase
- 3,317
- Ideas
- 1,329
- Miscellaneous
- 8,843
-
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