PDA

View Full Version : Just a question, feel free to help TEMPLATE


SWF
04-10-2002, 12:48 PM
When using the code on Vbulletin.com to separate each category how do you get the bar that ses
Example

Forum Category
-----------------------------------------------------------------------------
Forum --> Post --> Thread --> Last post --> Moderator

For each Categories on the forum?

P.S. if you dont understand you can get a better expample from this forum. I notice alot of people separate but the category is always like this EXAMPLE

Forum --> Post --> Thread --> Last post --> Moderator

_______________________________________________
Forum 1
_______________________________________________
Forum 2
_______________________________________________
Forum 3

Thanks for any help!

Admin
04-10-2002, 12:51 PM
You add this at the end of your "forumhome_forumbit_level1_nopost" template:
<tr align="center">
<td bgcolor="{tableheadbgcolor}"><smallfont>&nbsp;</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>

SWF
04-10-2002, 12:56 PM
Thanks for the QUICK reply!

wooolF[RM]
04-10-2002, 12:59 PM
chen, could you please PM me as I sent 3 PMs to you and u never answered... and I can't catch yuo on IRC...

SWF
04-10-2002, 01:22 PM
After <!-- main --> in forumhome

I tried to delete that code

The table acts weird and adds extra space on top of the forum.. instead of hidding its back ground or border should be space 1 now it show 2 lines ... heh confused yet?

SWF
04-10-2002, 02:42 PM
okay never mind about the border i seen your code on the other forum to get rid of the background or that extra border around the top.

NEVERMIND
Now how would i center the categories? i seen it somewhere her...and forgot to note it... also I would like to make that table NON color.... and add a image.
NEVERMIND

Okay thanks I figured it out!!!

PS thanks to the people who sent me messages.