Quote:
Originally Posted by mhackl
CyberRanger,
I noticed that you have icons/avatars assigned to certain subforums on extreme-gamer site.
xtreme-gamer.com/forums/computer-games/
Is that a mod or did you have to code that?
|
That's a modification to the forumhome_forumbit_level1_post template.
FIND:
PHP Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
ABOVE that ADD
PHP Code:
<img src="images/cat_icons1/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2 px" hspace="2 px" align="left"/>
In the cat_icons1 folder, each forum has an image with the forumid in the file name. For exampe, for forumid 20 the file would be 20.gif.