Seite 1 von 1

Footer fehlt nach Aktion im Modpanel

Verfasst: 10.11.2003 00:54
von Toff
Hi!

Naja er fehlt nicht ganz, aber die eigentliche overall_footer.tpl wird nicht ausgewertet. Nochmal eine genauere Beschreibung ;) Ich nutze phpBB 2.0.6 mit einem eigenen Theme. Wobei der Fehler auch mit einem Orginaltheme passiert.

Nach jeder Aktion im Moderator Panel (sprich löschen, verschieben,... eines Artikels) wird ein ja ein kurzer Status eingeblentet:
The selected topics have been locked.
Click Here to return to the Moderator Control Panel
Click Here to return to the forum
Der Header wird korrekt dargestellt, doch anstatt des Footers aus der overall_footer.tpl wird nur ein "Basis Footer" angezeigt:

Code: Alles auswählen

<!--

	Please note that the following copyright notice
	MUST be displayed on each and every page output
	by phpBB. You may alter the font, colour etc. but
	you CANNOT remove it, nor change it so that it be,
	to all intents and purposes, invisible. You may ADD
	your own notice to it should you have altered the
	code but you may not replace it. The hyperlink must
	also remain intact. These conditions are part of the
	licence this software is released under. See the
	LICENCE and README files for more information.

	The phpBB Group : 2001

//-->

<div align="center" class="copyright">Powered by phpBB 2.0.6 &copy; 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a><br /></div>
</body>
</html>
Exakt dieser Code steht in der admin/page_footer.tpl. Sprich der Footer des Adminpanels. Es stimmt auch, wenn ich hier was ändere, wirkt sich diese Änderung auch auf den Footer der Statusmeldung aus.

Sprich, die Statusmeldung lädt den falschen Footer. Anstatt der overall_footer.tpl wird die admin/page_footer.tpl geladen.

Hat das schon mal jemand korrigiert?

CU
Toff

Verfasst: 10.11.2003 07:36
von Leuchte
lad mal den templates/dein_template/admin ordner neu hoch..
wahrscheinlich hast du den im falschen modus hochgeladen
siehe auch -> KB:21

Verfasst: 10.11.2003 11:17
von Toff
Imho hat das damit nichts zu tun. Die Dateien werden ja korrekt geladen. Sowohl der eigentiche Footer overall_footer.tpl als auch der Footer aus dem ACP admin/page_footer.tpl.

Nur wird halt definitiv der falsche geladen.

CU
Toff

PS: Die Dateien sind korrekt hochgeladen.