On my site, I have one particular forum that contains articles etc. and I would like this single forum to be able to display all these threads on the one page, whilst the others retain the page splits that are set by default. Is there any way I can do this without resorting to any modifications?
Threads on One Page
Collapse
X
-
Admin CP -> Plugin System -> Add New Plugin
Create a new plugin for the global_start hook location. Use this code:
Code:if ($forumid == [color=red]X[/color]) { $vbulletin->options['maxthreads'] = [color=red]#[/color]; }
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment