Quote:
Originally Posted by Dean C
Many thanks kall, could you point me in the direction of the mod you are using for your forum images  ? Thankyou
|
I think it was sabe's hack originally..
In forumhome_forumbit_level*post , find:
HTML Code:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td>
After, add:
HTML Code:
<if condition="in_array($forum['forumid'], array(41,9,3,37,38,8,999))">
<td><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img src="images/forumhome/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2 px" hspace="5px" width="40" height="39" align="left"/></a>
</td>
</if>
...sorta. I had a devil of a job getting it just right, but there's the general gist.