ich brauche ein Impressum in meinem Forum bevor da der Spaceanbieter noch meckert.
Habe schon die Mod's gesehen, allerdings die Installation klappt nicht. Also wollte ich nun
in den Footer (overall_footer.html) einen Link zu dem Impressum meiner Webseite machen.
Nur leider klappt das nicht. Der Link wird einfach nicht angezeigt, auch nach dem Löschen
des Caches und dem Aktualisieren des Themes und Templates (hab gelesen die muss man
aktualisieren).
Hab es jetzt schon vor, nach, zwischen dem Copirighthinweis von phpBB und vom Skincopyright
versucht, mittlerweile wird einfach gar nichts mehr angezeigt.
Code: Alles auswählen
<div id="footer">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
<span class="copyright">phpBB skin developed by: <a href="http://www.phpbbhq.com/">phpBB Headquarters</a><br />Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group<br><a href="http://link.zum.impressum>Impressum</a><br />
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>
Code: Alles auswählen
<div id="footer">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
<span class="copyright">phpBB skin developed by: <a href="http://www.phpbbhq.com/">phpBB Headquarters</a><br />Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
<a href="http://link.zum.impressum>Impressum</a><br />
</div>
Code: Alles auswählen
<div id="footer">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
<span class="copyright">phpBB skin developed by: <a href="http://www.phpbbhq.com/">phpBB Headquarters</a><br />Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>
<a href="http://link.zum.impressum>Impressum</a><br />
usw..
Hab auch schon gesucht aber da finde ich einfach keine Lösung für das Problem!
Woran könnte es denn noch liegen?
LG
FranzBauer