Right now only 10 forum topics are on the Recent Topics Block. How can that be adjusted to say 20 Topics? I have seen the post on adj $gConfig for 7.0, but nothing on 7.1.x. The 7.0 adjustment does not work. Any suggestion on where to look.
Right now only 10 forum topics are on the Recent Topics Block. How can that be adjusted to say 20 Topics? I have seen the post on adj $gConfig for 7.0, but nothing on 7.1.x. The 7.0 adjustment does not work. Any suggestion on where to look. Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net |
I had a quick look at the code and in there I found the following: $p = $this->_getPages ($start, $num, $gConf['topics_per_page']);
The $gConf['topics_per_page'] can be set in the modules/boonex/forum/inc/header.inc.php Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
TY Denre, That works well... easy change Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net |