Hello everyone,
First of all very good mod by LiveWire. I have installed it too and its running wild.
Here is a little modification of the template file I made so that you can actually replace the status icon with your chosen forum icon. And if there isn't any forum icon chosen, then it will display the status icon.
On forumhome_forumbit_level1_post
Replace:
PHP Code:
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
With:
PHP Code:
<if condition="$forum[forumhomeicon]">
<td>$forum[forumhomeicon]</td>
<else />
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
</if>
On forumhome_forumbit_level2_post
Replace:
PHP Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
With:
PHP Code:
<if condition="$forum[forumhomeicon]">
<td class="alt2">$forum[forumhomeicon]</td>
<else />
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
</if>
Demo: http://www.photoshopcity.com/community/