The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
You would then need to edit the forumbit templates, search for "Description" and you'll see something like
HTML Code:
<if condition="$show['forumdescription']"> <div class="smallfont">$forum[description]</div> </if> HTML Code:
<if condition="THIS_SCRIPT != 'showthread' AND $show['forumdescription']"> <div class="smallfont">$forum[description] <img src="/images/misc/MYADBANNER.gif" /></div> </if> <else /> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div> </if> </if> ![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|