Seite 1 von 1

simple_footer.tpl statt overall_footer.tpl! PROBLEM!!!!

Verfasst: 17.12.2008 13:59
von cester
Hallo,

ich habe ein "xtreme style" welches den "xtreme style mod" nutzt!

Ich möchte nun in meinem Footer noch zusätzliche Punkte hinzufügen, wie z.B. ein Kontaktlink, ein Impressum-Link, usw...

Jetzt habe ich die overall_footer.tpl geöffnet und fand folgenden Inhalt vor:

Code: Alles auswählen

&nbsp;</html>
Nun habe ich noch eine simple_footer.tpl gefunden mit folgendem Inhalt:

Code: Alles auswählen

<div align="center"><span class="copyright"><br />
<!--
	//
	//	From phpBB team:
	//

	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request you at least leave in place the 
	Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected. 

	The phpBB Group : 2002

	//
	//	From Vjacheslav Trushkin:
	//
	
	You are allowed to use this phpBB style only if you agree to the following conditions:
	- You cannot remove my copyright notice from style without my permission.
	- You cannot use images from this style anywhere else without my permission.
	- You cannot convert this style to another software without my permission.
	- If you want to create new phpBB style based on this style you must ask my permission.
	- If you modify this style it still should contain my copyright because it is based on my work. Modified style should not be available for download without my permission.

	For support visit http://www.phpbbstyles.com

// -->
	Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} &copy; phpBB Group<br />
	Design by <a href="http://www.phpbbstyles.com" target="_blank">phpBBStyles.com</a> | <a href="http://www.stylesdb.com" target="_blank">Styles Database</a>.<br />
	Content © test
	</span></div>

{TPL_CONTENT_BOTTOM}</table></body></html>
Wenn ich hier jetzt z.B. was ergänze und ins Forum lade, dann erscheint die Veränderung leider nicht. Wenn ich im Adminbereich unter Konfiguration jedoch einen anderen Forenname eintrage, dann taucht dieser sofort unten bei "Copyright" auf... wo liegt das Problem?

Gibt es da vielleicht noch eine andere Datei mit Inhalt? Normal müsste in der TPL auch der Adminlink auftauchen oder?

Verfasst: 17.12.2008 17:03
von tsccom
Sry, aba ich weiß echt net, was du da machst... :P

Also in der overall_footer.tpl ist in erster Zeile der Admin-Link...

Code: Alles auswählen

<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />

Verfasst: 17.12.2008 18:21
von cester
Das Problem lag daran, dass es von dem Theme bereits eine neue Version für die PHPBB-Version 2.0.xx gibt... hab die neue Version installiert und da scheint alles zu funktionieren!

Hab das Template scheinbar auf einer Seite heruntergeladen, wo der Betreiber auch bissl im Template herumgespielt hat...

Jetzt geht alles wunderbar!