PDA

View Full Version : Category Images


nomad
09-08-2002, 04:46 AM
]I've installed the Category Images mods (http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=239&highlight=Category+Images) and it adds images to all my categories like here in vBT. How can I add images also in "currently active users"' and "private messages"'s boxes at the bottom of the forumhome page?
Thanx in advance, Nomad.

SaintDog
09-08-2002, 07:24 AM
<font color="green">
forumhome_pmloggedin
forumhome_loggedinusers
</font>

Tony G
09-08-2002, 07:32 AM
Just use <img src> tags and upload images in the image directory and link from there.

nomad
09-08-2002, 12:34 PM
]SaintDog: I know the template i have to edit but i don't know what kind of code i have to add :(
Can u write me an example?

Austin Dea
09-09-2002, 02:09 AM
In the < td> tag, put: background=<img src="url of image">

Tony G
09-09-2002, 05:16 AM
It doesn't need a img src tag. Just use:


background="images/filename.jpg"


Upload the image into your images directory (for vB) and edit the filename with the name of the file and change the .jpg if it uses .gif.

Austin Dea
09-10-2002, 02:35 AM
True, but you could have images on another server ;). (I don't know why you would, but one of my buds does =P)

mashby
09-10-2002, 08:51 AM
Even with images on another server, the <td background=foo"> would still work. You'd simply use the full URL for the image.

Austin Dea
09-11-2002, 12:17 AM
Also true ;D.

Tony G
09-11-2002, 05:22 AM
Yeah I have never used img src so thats why I thought it was wrong.