öffne styles/subsilver2/template/index_body.html
finde: (Wer ist online?)
(Geburtstage)
jeweils mit:
ersetzt = funktioniert
öffne styles/subsilver2/template/index_body.html
finde: (Statistik)
ersetzet:
funktioniert nicht !
IF not S_USER_LOGGED_IN steht an einer falschen stelle, bzw. ca. 3 Zeilen vor <td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td> steht nix, daher Finde:
Code: Alles auswählen
<!-- ENDIF -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
<!-- IF not S_USER_LOGGED_IN -->
ersetze:
Code: Alles auswählen
<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN -->
funktioniert.
funktioniert aber erst nach im ACP
1. Templates im ACP aktualisieren
2. Foren-Cache im ACP gelöschen
thx. nun ist alles so wie gewünscht
tompft