[REQ]Forum Icons on forumhome

SpeedRazors

New Member
here you go :) enjoy

Installation


In the template forumhome_forumbit_level2_post,

Find:


Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>

Add above:


Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/iconforums/$forum[forumid].gif" hspace="4px" align="left"/></a>

Create a folder "iconforums" into your images folder. Upload your icons in images/misc/iconforums.

Indicate a forumid for the images name.

Example:
ID Forum = 3. So your image have this name : "3.gif"
ID Forum = 7. So your image have this name : "7.gif"
 

arydayak

New Member
Do you know what I should add to specify only which forums need a new image, and the rest be the default...?

Examples like the following picture :

View attachment 15838



Thank you for your help.
Sorry if my english bad. :)
 

Grinderhand

New Member
You could try making a 1px x 1px transparent image and using that image for the forum you want to have no image for.
 
Top