PDA

View Full Version : Different Icons for Differenct Forums?


Kevlar
09-18-2002, 03:48 PM
Is it possible to have different icons for different forums?

I have the theory down, but don't know if anybody has already come up with this. Since my PHP skills are lacking, I'll just write it like I'd write my other code...



if forumid = 1 and newmessage = no
img src = forum1nomessages.jpg
if forumid = 1 and newmessage = yes
img src= forum1newmessages.jpg
if forumid = 2 and newmessage = no
img src = forum2nomessages.jpg
if forumid = 2 and newmessage = yes
img src= forum2newmessages.jpg

etc.


Possible?

Xenon
09-18-2002, 03:51 PM
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=41679&highlight=on%2Foff+forums" target="_blank">https://vborg.vbsupport.ru/showt...n%2Foff+forums</a>

Kevlar
09-18-2002, 03:58 PM
Ohh, Thx.