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?
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?