PDA

View Full Version : Category forum home layout..


imported_DMC
07-20-2004, 10:03 PM
How can I get something similar to what we see here....

Category strips and below that table headings for each forum....

Attachment - In my attachment is an image of what I have, but I'd like that blue Table heading row under all my forum category rows... if that makes any sense.. :D

defi
07-20-2004, 10:25 PM
This is a modification which can be found here;

http://www.vbulletintemplates.com/mods/showthread.php?t=6187

Much Regards,

Jonathan

imported_DMC
07-21-2004, 12:35 AM
How about centering the Category headings?

Tony G
07-21-2004, 04:41 AM
Go into forumhome_forumbit_level1_nopost.

Find:

<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">

Replace with:

<td class="tcat" align="center" align="center" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">

Simple stuff. Just added in an align="center" into the td tag which the forum title for the forumhome code is within.

imported_DMC
07-21-2004, 10:01 PM
Perfect!! Thanks......