forumhome_forumbit_level1_post find
Code:
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
replace with this
Code:
<if condition="$forum[forumid] == X><td><img src="$stylevar[imgdir_statusicon]/$forum[forumid]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<else /> <td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
</if>
you need to make a new folder and call it whatever id so if it was forum id 67 it would be a folder in the statusicon/67/
and you need to put the correct images in this folder
forum_on
forum_off
and so forth