This is a mod alot of people wanted me to release so here it is.
What it does: It displays an icon for each forum.
Demo:
http://www.myls1.com
########## INSTALL ##########
Admin CP >> Styles & Templates >> Edit Templates >> Forum Home Templates >> forumhome_forumbit_level2_post
Find:
PHP Code:
PHP:
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[align=left]" id="f$forum[forumid]">
Add underneat:
PHP Code:
PHP:
<div style="float: left; margin: 0px; padding: 0px;">
<img src="$stylevar[imgdir_statusicon]/$forumid.gif" alt=""/></div>
########## / INSTALL ##########
Now the deal is that you have your own icons and you have to name each file with the number of the id of each forum.
So you go to Forums & Moderators >> Forum Manager
And click on any child forum (not subforum), for example in our case New Members, and look at the top for the Forum id... then you rename the .gif file with the number of the forum id, like: 2.gif
Upload them onto the images / statusicons folder
Now that file will display on that forum, and you go like that for each forum you have.
I have uploaded a PSD file for you to use if you need to make your own.
Is a 40 x 40 px file.
Enjoy!
Ask if you have any question.