Ok, not sure if it will work for every one but i pasted the code in the subforum and got little icons showing too
Here's what i did:
Find this in the "
forumhome_subforumbit_post" (you will need to edit every style template that you have)
PHP Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
Add the modified code before it:
PHP Code:
<!---iconforums--->
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/iconforums/$forum[forumid].png" hspace="2px" align="left" width="25px" height="25px" /></a>
<!---/iconforums--->
FTP the image to match the forumdisplay , adjust the Width & Height to your taste, and it should be all good