Spaces Between Categories
Collapse
X
-
Spaces Between Categories
http://www.eteknix.com/images/misc/vbulletin4_logo.png
eTeknix.com - http://www.eteknix.com
eTeknix Forums - http://forums.eteknix.comTags: None -
This is fairly simple, I've looked around and I couldn't find a HowTo anywhere. So I made one myself;
Edit Template FORUMHOME;
Remove this code:
Code:<tr align="center"> <td class="thead"> </td> <td class="thead" width="80%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="20%" nowrap="nowrap">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr>
To the top add:
Code:</table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
Code:<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
Code:<tr align="center"> <td class="thead"> </td> <td class="thead" width="80%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="20%" nowrap="nowrap">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr>
-
used yours mate, but the colums aren't in line.
i tried floris's earlier and got the same thing.
got msn ? maybe you could help me a bitLast edited by Blade-uk; Tue 11 Jan '05, 7:13am.http://www.eteknix.com/images/misc/vbulletin4_logo.png
eTeknix.com - http://www.eteknix.com
eTeknix Forums - http://forums.eteknix.comComment
-
so i'll just have to cut down my categories description to fix it ?http://www.eteknix.com/images/misc/vbulletin4_logo.png
eTeknix.com - http://www.eteknix.com
eTeknix Forums - http://forums.eteknix.comComment
-
That won't help. The best thing you could do is to edit a vBulletin Option;
AdminCP > vBulletin Options > Last Thread Title Maximum Displayed Characters
Set to 20-25, although this won't work great on all resolutions. Resolution 800x600 would probably still see miss-aligned collumns unless you define a width in pixels (Use width 200px for last post information).
That should do it!Comment
-
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment