The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Need help with my category line mod...
Ok I used this mod back in the day when I had vB2 and it worked great. It seems to work fine on vB3 except one problem. The line will not decrese in height to 1px. It stays the same no matter what I do. Here's the code...
In my forumhome_forumbit_level1_nopost I put this code HTML Code:
<td colspan="6" height="1px" bgcolor="{catlinecolor}"></td> HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <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> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> </tbody> HTML Code:
<tbody> <tr align="center"> <td class="thead" width="30"> </td> <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="245">$vbphrase[last_post]</td> <td class="thead" width="55">$vbphrase[threads]</td> <td class="thead" width="55">$vbphrase[posts]</td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead" width="100">$vbphrase[moderator]</td> </if> </tr> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> </table> <br /> any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|