The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
category spacing doesnt work
I edited my forums with the category spacing mod. Al this does is screw up the forum's tables.
As you can see in the following screenshot, the last post by, admin, and post/threads tables are screwed up. I'm guessing it's because the spacing mod separated it from the legend on top which tells you what each table means. Notice it's the first part separated from the forum categories. Anybody know how to fix this? |
#2
|
|||
|
|||
In your forumhome template find And Remove:
<tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> </tr> In forumhome_forumbit_level1_nopost and forumhome_forumbit_level2_nopost After the last </tr> add: <tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> </tr> The end result is this: http://www.kousetsu.net/kan/index.php yours will have the Moderator colum |
#3
|
|||
|
|||
woooo it works!
Thanks! |
#4
|
|||
|
|||
i have tried everything to fix the alignment problem but nothing works. the 1st and third cats are ok but the even nunmbered ones are out of alignment.
http://www.dvd-swaps.co.uk/dvd2001/dvdforums/index.php any ideas? thanks |
#5
|
||||
|
||||
The easiest way is to set the dates to 00-00-00 mode. Otherwise, set fixed width if it's absolutly necessery to have that date format.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|