The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Change Number of Threads per Page (SPECIFIC FORUM)
I'm trying to figure out a way to change the # of threads per page, but only for a specific forum. I couldn't find a mod so I figured I'd post here and maybe someone knows of a template edit I can make.
It's already set in my vb options settings to show 20 per page, however I have one section of the forum I would like to limit to 10 per page. I was looking through the FORUMDISPLAY template but couldn't get an eye on the code that says how many threads to show in the thread list. (assuming this is even the right template) I was hoping I could wrap an if condition around some code, (where x = the forum id I want to limit to 10 threads) Code:
<vb:if condition="$GLOBALS[forumid] != x">Existing code that determines how many threads are displayed</vb:if> <vb:if condition="$GLOBALS[forumid] == x">Custom code that determines how many threads are displayed</vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|