The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
Using that thread as an example, this is from the template "forumhome_forumbit_level1_nopost" (around the sixth line):
HTML Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <if condition="$childforumbits"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> </if> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> HTML Code:
<if condition="in_array($forum['forumid'], array(X,Y,Z))"> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>" style="background: url(/images/folder/background$forum[forumid].gif) repeat-x;"> <else /> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> </if> HTML Code:
<style type="text/css"> td.cat$forum[forumid] {background: url(/images/folder/background$forum[forumid].gif repeat-x;} </style> HTML Code:
<td class="tcat cat$forum[forumid]" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>" >
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|