Is there any modules that do this yet?
Can you explain more?
--------------- Added [DATE]1361113915[/DATE] at [TIME]1361113915[/TIME] ---------------
Quote:
Originally Posted by Lynne
I think you want a plugin, not a template edit.
hook - forumdisplay_start
php code
PHP Code:
if ($foruminfo['forumid'] == x) {
$vbulletin->options['maxthreads'] = "10";
}
Change x to the forumid
|
Lynne, I wanted to add thread limit to several different sections how do I do that?
Do I need to need to make more than one plug in?