The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Separate Categories - Gotta Be a Better Way
I've looked over a lot of styles and a lot of separate category tutorials. Everyone does it different, but not all of them have valid HTML. So far the only one that I can make work is the one from vBulletin.com where they have you add the if conditional around the starting code:
Code:
<if condition="$forum[forumid] != X"> </table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> </if> NOTE: Even some very popular premium styles do this differently, without the if conditions as part of the templates. But where they fall short is when your forum configurations begin to get more complex on forumdisplay.php. That's why the one above is the only one working for me so far. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|