Quote:
Originally Posted by aliali
Do you have a way to develop a new image, the place of icons and the old as it is in the picture
tanks all
|
Hi aliali. Yes, it's possible, but only 1 icon by forum, so you cannot have old/new posts system.
In the template
forumhome_forumbit_level2_post and forumhome_forumbit_level1_post
Find:
HTML Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
Replace by:
HTML Code:
<td class="alt2"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/misc/$forum[forumid].gif" hspace="4px" align="left"/></a></td>