Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,526
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,495
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
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