Style: X-Treme http://demo.phpbb3styles.net/X-Treme
Wenn ich ein Forum anklicke dann erscheint unter der Auflistung der Topics eine Legende mit den ganzen Topic und Post Icons.
http://i107.photobucket.com/albums/m287 ... 272135.gif
Code (viewforum_body.html)
www.jerichool.com/viewforum_body.txt
Ich will das diese Legende auf meinem Board-Index erscheint. Normalerweise sieht man im Board-Index unten nur 3 Icons.
http://demo.phpbb3styles.net/X-Treme
Code für die 3 Icons (index_body.html)
Code: Alles auswählen
<br clear="all" />
<!-- IF S_USER_LOGGED_IN -->
<table class="legend">
<tr>
<td width="20" align="center">{FORUM_NEW_IMG}</td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center">{FORUM_IMG}</td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- ENDIF -->
<!-- INCLUDE overall_footer.html -->http://i107.photobucket.com/albums/m287 ... 272135.gif
Weiss jemand wieso es die Icons nicht mit anzeigt? Ich hoffe ihr könnt mir weiterhelfen.
Danke
