How to use image prefixes:
open the forumhome_forumbit_columncell template and find:
Code:
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" class="ForumImages" /></td>
change to:
Code:
<td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" class="ForumImages" /></td>
create 5 images and give them a prefix (i used 17_ for the example):
Code:
17_forum_link.gif
17_forum_new.gif
17_forum_new_lock.gif
17_forum_old.gif
17_forum_old_lock.gif
and upload them to your style statusicon folder, then i added 17_ in the prefix field.