Threads on One Page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Thalamus
    New Member
    • Jun 2005
    • 26
    • 3.6.x

    Threads on One Page

    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?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    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];
    }
    Where X is the forumid of the forum that you want to display # number of threads. I test this and it seems to work.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎