The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
have now created a new domain and done a fresh install of vbulletin 3.7 with vbadvanced 3.01
The skin Iam using is working fine on the forum at http://www.xboxformat.com/forum however on the homepage at http://www.xboxformat.com the skin is not showing one image on the title menu for the modules I have used the code below which worked successfully on the older vbulletin and vbadvnced but is no longer working Code:
$mods[formcode] <table class="tcat_top" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="tcat_left"></td> <td class="tcat"><strong>$vba_style[portal_blockbullet] <if condition="$mods['link']"><a href="$mods[link]">$mods[title]</a><else />$mods[title]</if></strong></td> <td class="tcat_right"><img src="$stylevar[imgdir_misc]/skin/spacer.gif" class="spacer" alt="" /> <if condition="$vba_style['portal_collapsemods']"><a href="#top" onclick="return toggle_collapse('module_$mods[collapse]')"><img alt="" border="0" id="collapseimg_module_$mods[collapse]" src="$stylevar[imgdir_button]/collapse_tcat$modimgcollapse.gif" /></a> </if></td> </tr> </table> <div class="tborder_big"> <div class="tborder_big_right"> <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <tbody id="collapseobj_module_$mods[collapse]" style="$modcollapse"> <if condition="$show['tablerow']"> <tr> <td class="$bgclass"> $modulehtml </td> </tr> <else /> $modulehtml </if> </tbody> </table> </div> </div> <div class="tbottom"> <div class="tbottom_left"></div> <div class="tbottom_right"></div> </div> <if condition="$mods['formcode']"></form></if> Any ideas? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|