PDA

View Full Version : Need help with category table :)


Kianor
09-28-2002, 10:18 AM
Hi all. I need a simple info:
I'd like to change the graphic of my categories table. Anyone can tell me how?
For now I can only set images in the category title. How to set a background too? I tried to insert this tag in the category title but vbb doesn't accept it ( tag too long?), probably I have to work on a template.

Here is the tag I used on the category title:

<td width="48"><img src="http://www.myname.com/vbb/images/image.gif" border="0"></td>

<td align="center" background="http://www.myname.com/vbb/images/image.gif" width="100%"><a href="forumdisplay.php?forumid=1"><font face="verdana, arial, helvetica" size="2" color="#000000"><b>Information</b></font></a></td>

<td width="48"><img src="http://www.myname.com/vbb/images/image.gif" border="0"></td>

Tnx in advance for any help

Dean C
09-28-2002, 07:11 PM
im confused as to what your trying to acheive?

- miSt

Kianor
09-29-2002, 12:26 PM
I'd like to change the background of my categories.
HOW? :)

assassingod
09-29-2002, 02:41 PM
Just change the URL for the background image

Dean C
09-29-2002, 05:13 PM
do you want a gradient of actual image like on www.yaxay.com/yack ???

- miSt

PIMPY
09-29-2002, 07:13 PM
mist jsut a question, whats that gallery there on that site? looks nice, been looking for one for my site

Kianor
09-30-2002, 10:01 AM
Originally posted by Mist
do you want a gradient of actual image like on www.yaxay.com/yack ???

- miSt

Yes. Can u pls explain me?
tnx in advance!

Dean C
09-30-2002, 04:59 PM
sure... use these two template mods... you need the first one to do the second one :D

Do this one first:

Dean C
09-30-2002, 05:01 PM
Install this one secondly:

Kianor
09-30-2002, 10:48 PM
Many tnx Mist :)
I'll try now !

Kianor
10-01-2002, 02:35 PM
Yeap! I did it :) very cool.
Can u plse tell me now how to set the graphic under the categories like yaxay.com?

TNX!

Dean C
10-01-2002, 03:41 PM
im not sure how to do this... try over at:

www.vbulletintemplates.com :D

- miSt

Kianor
10-01-2002, 08:29 PM
I found nothing :(

talaus
10-11-2002, 09:07 PM
whats the prob?
add it in the end of forum_home_level2_nopost
<tr>
<td width="48"><img src="{imagesfolder}/left.gif" border="0"></td>

<td align="center" background="{imagesfolder}/catbg.gif" width="200"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a></td>

<td width="48"><img src="{imagesfolder}/right.gif" border="0"></td>
</tr>
</table>

Don't complain if it does not work cause I haven't tried it out