Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Controlling the Number of Latest Discussions

Oops, my fault. Do exactly what you did but put

global $bb;

directly under the function line.

<?php

function front_page_topics() {

global $bb;

$bb->page_topics = 2;

}

add_action( ‘bb_index.php_pre_db’, ‘front_page_topics’ );

?>

Skip to toolbar