The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
You mean in a collapsable table? Here is one way to do it...
In your FORUMHOME template find: Code:
<if condition="$show['birthdays']"> <!-- today's birthdays --> Code:
<!-- Begin Ad Module --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('attachstats_stats')"><img id="collapseimg__ads_module" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg__ads_module].gif" alt="" border="0" /></a> <phrase 1="$vboptions[bbtitle]">$vbphrase[attach_stats]</phrase> </td> </tr> </tbody> <tbody id="collapseobj_attachstats_stats" style="$vbcollapse[collapseobj_attachstats_stats]"> <tr> <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td> <td class="alt1" width="100%"> <div class="smallfont"> <!-- Place Ad Code --> <!-- End Place Ad Code --> </div> </td> </tr> </tbody> <!-- /End Ad Module --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|