Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Is there a latest forum topic widget?

oh sorry, i forgot to include the register widget hook

function my_register_widgets_init() {
add_action(‘widgets_init’, create_function(”, ‘return register_widget(“Whatever_You_Named_It_Latest_Topics_Widget”);’) );
}
add_action( ‘bp_register_widgets’, ‘my_widgets_init’, 15 );

Skip to toolbar