The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Exclude forums by style choice?
I know this probably is not possible (I certainly couldn't figure out how to do it), but it can't hurt to ask.
I want to create a "simple" version of my forum for people who aren't as computer inclined, and I want to exclude certain off-topic forums from showing up on forum home when this style is selected. Is there any way to do this? |
#2
|
|||
|
|||
Edit the styles templates and use a template conditional around the section that displays a forum like
HTML Code:
<if condition="$forum['forumid']!=X"> the code to display the forums </if> Most likely would want to edit the forumhome_forumbit_level1_nopost template somewhere. Not sure exactly what code you need to wrap in the conditional but thats the gist of how you could do it. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|