PDA

View Full Version : Prob really ezy but still need help....


snout
12-03-2002, 07:58 PM
Im pretty new to VB having just purchased 2.2.9

Attempting to make my own style and just need some starting out help.

How do i centre categorys ?

Im sure its a template mod... Thanks for any help offered :)

Sephiroth32
12-03-2002, 08:12 PM
ok here,

change forumhome_forumbit_level1_nopost to:

<tr id="cat">
<td bgcolor=""#90B9F1" background="images/cat_bg.gif"" colspan="6"><center><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#FFFFFF"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="#FFFFFF">$forum[description]</smallfont></td>
</tr>

change forumhome_forumbit_level2_nopost to:

<tr id="cat">
<td bgcolor=""#90B9F1" background="images/cat_bg.gif""><smallfont>&nbsp;</smallfont></td>
<td bgcolor=""#90B9F1" background="images/cat_bg.gif"" colspan="5">
<center><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#FFFFFF"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="#FFFFFF">$forum[description]</smallfont></td>
</tr>

to be honest I am not sure if you need to edit both, but to be safe :p it only takes 2 secs

Tony G
12-03-2002, 08:23 PM
A very easy mod was released for this too:

http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=9&highlight=centered

Nairb
12-03-2002, 08:50 PM
What are the differences with the levels?
I still havnt figured it out :(

Tony G
12-03-2002, 08:54 PM
What levels? Those forumbit template levels?

Brad
12-03-2002, 09:21 PM
Originally posted by Nairb
What are the differences with the levels?
I still havnt figured it out :(

Read both of my replies to this topic:

http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=1667&highlight=Level

snout
12-04-2002, 06:59 AM
@ Sephiroth32: Thanks mate, can't believe how easy it is. seems ezy when you know how ;)

@ Tony: Thanks for the link mate :)