The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
I tried the fix CAMS posted to no avail. Someone mentioned something about it depending on the style set you are using?
I did try this code change in both my level1_nopost and level2_nopost, but no change from either. I have reverted them back. If someone wouldn't mind glancing at my site and seeing if i can be pointed possibly in the right direction, i'd appreciate it. www.xboxliveleagues.com/forums/index.php |
#12
|
|||
|
|||
anybody?
|
#13
|
||||
|
||||
Quote:
try this code.. its not much of a change but it doesnt mess up when thers long thread names getting shown Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <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> </thead> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <tr align="center"> <td class="thead" width="5%"> </td> <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" with="50%">$vbphrase[last_post]</td> <td class="thead" width="5%">$vbphrase[threads]</td> <td class="thead" width="5%">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> $childforumbits </tbody> </if> </tbody> </table> <div style="padding: 5px 5px 5px 5px;"></div> |
#14
|
|||
|
|||
CAMS, seriously, YOU ARE THE MAN!!!!!!!!!!!!
(Honestly, tears of joy are running down my face right now, lol.) I have been trying everything and anything to solve this issue and that last code you posted did the trick. Thank you sir. THANK YOU THANK YOU THANK YOU THANK YOU................ |
#15
|
|||
|
|||
It still doesnt work for me, I don't like the fact that the forum and thread title both have 50% space. I changed it to 60/40 or 70/30 and it reverts back to the original problem. Although, 50/50 looks fine, just fine.
<td class="thead" width="5%"> </td> <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" with="50%">$vbphrase[last_post]</td> Another thing is, I thing you mispelt width with widt |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|