ich würde gern folgendes machen: die Bilder (folder_new.gif. folder.gif) für neue Beiträge etc. in der index_body.tpl im forumrow vor der {catrow.forumrow.U_VIEWFORUM} einfügen. Die Variable dafür wäre {recent.TOPIC_FOLDER_IMG}.
Die entsprechende Stelle in der index_body.tpl:
Code: Alles auswählen
<td class="row3" align="center" valign="middle" width="45" height="36"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="45" height="36" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td class="row1" width="620" onmouseover="this.style.backgroundColor='{C_ROW1_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW1}';" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">
<span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC} {catrow.forumrow.ACTIVE_TOTAL} {catrow.forumrow.ACTIVE} {catrow.forumrow.ACTIVE_INFO}<br />
</span></td>
Weiss jemand, wie das zu machen wäre?

Danke.