Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,660
- How-to & Troubleshooting
- 127,985
- Creating & Extending
- 25,648
- Requests & Feedback
- 9,399
- Third Party Plugins
- 9,725
- Showcase
- 3,320
- Ideas
- 1,346
- Miscellaneous
- 8,853
-
well the easiest way is to just extract the snippet and replace a line of code
open up
bp-forum-extras-index.php
place this class BP_Forum_Extras_Index_Latest_Topics_Widget extends WP_Widget into the bp-custom.php file
then replace the line
if ( bp_forum_extras_blogs_component() )
with
if ( $bp->forums->slug == $bp->current_component )
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS