Quote:
Originally Posted by Goomzee
show same images all forums
|
Good?that's what it should do...so its working. Now we have to change it so that it shows a different image for each forum.
Change:
HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/tealblack/statusicon/mkx_raiden_subforum.png" hspace="4px" align="left"/></a>
to
HTML Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/tealblack/statusicon/$forum[forumid].png" hspace="4px" align="left"/></a>
Then it will look for a different image for each forum, But you ALSO have to change the names of the image files.
Rename
mkx_raiden_subforum.png to
79.png
Do the same for all of the icon images you want to use, change their file name to the ID number of the forum they are for.