O.k., danke. "suche Teile des Codes" & "ab 244" - hmm.. hier mal meine overall_header.html ab dieser Stelle ca.:
Code: Alles auswählen
<td class="gensmall">
<!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br /><!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a><!-- ENDIF -->
</td>
<td class="gensmall" align="{S_CONTENT_FLOW_END}">
{CURRENT_TIME}<br />
<!-- IF S_DISPLAY_SEARCH and S_USER_LOGGED_IN --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF -->
</td>
Und hier mein Editierversuch(habe, wie gesagt nur die gefundenen Teiler ersetzt):
Code: Alles auswählen
<td class="gensmall">
<!-- IF S_USER_LOGGED_IN or S_LOAD_UNREADS -->{LAST_VISIT_DATE}<br /><!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a><!-- ENDIF -->
</td>
<td class="gensmall" align="{S_CONTENT_FLOW_END}">
{CURRENT_TIME}<br />
<!-- IF S_DISPLAY_SEARCH and S_USER_LOGGED_IN --><!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --><!-- ENDIF -->
</td>
Ich habe oben '<!-- IF S_USER_LOGGED_IN or S_LOAD_UNREADS -->' auch geändert(also bereits vor Zeile 244). Und ganz hinten, habe ich jetzt 2x '<!-- ENDIF -->' stehen. Ist das korrekt? In der Codechanges.txt steht ja auch noch '</span>', dass habe ich aber weggelassen, weil es zuvor auch nicht dort stand.
Kann das einer mit nem Pro-Auge

so bestätigen? vIeLeN DaNk!
Pascal