Impressum:Finde etwas nicht!

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
2Pac
Mitglied
Beiträge: 570
Registriert: 22.04.2003 15:00
Wohnort: Fuchsstadt
Kontaktdaten:

Impressum:Finde etwas nicht!

Beitrag von 2Pac »

Komme mit einem Befehl beim impressum nicht zurecht:
#-----[ FIND ]------------------------------------------
#
# german: Finde
#

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

#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#

&nbsp;<a href="{U_ImpressumMOD1}" class="gensmall">{L_ImpressumMOD1}</a>&nbsp;<br>
Ich hab einiges ausprobiert aber nix hat gefunzt!

http://v082998.dd1232.kasserver.com/php ... footer.txt
Meine Signatur war zu groß und wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Gert nix login

Beitrag von Gert nix login »

Hi....

na setz mal unter dem ein:

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


Gruss gert
2Pac
Mitglied
Beiträge: 570
Registriert: 22.04.2003 15:00
Wohnort: Fuchsstadt
Kontaktdaten:

Beitrag von 2Pac »

hmmm trotzdem ist kein link im index!
PS.Die txt ist auf den neuesten stand!
Meine Signatur war zu groß und wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Benutzeravatar
Gert
Mitglied
Beiträge: 954
Registriert: 17.11.2002 13:44
Wohnort: Bettlach
Kontaktdaten:

Beitrag von Gert »

<td class="gensmall">Forum ist gesperrt</td><br/>
<div align="center" class="gensmall">
&nbsp;<a href="{U_ImpressumMOD1}" class="gensmall">{L_ImpressumMOD1}</a>&nbsp;<br/>
</tr>
</table>


machs mal so.....wo willst eigentlich das teil genau?

Gruss Gert
Greetz Gert

Mein Board:http://www.gege65.ch/FSSForum/ ----- Meine private HP: http://www.gege65.ch
2Pac
Mitglied
Beiträge: 570
Registriert: 22.04.2003 15:00
Wohnort: Fuchsstadt
Kontaktdaten:

Beitrag von 2Pac »

Gert hat geschrieben:<td class="gensmall">Forum ist gesperrt</td><br/>
<div align="center" class="gensmall">
&nbsp;<a href="{U_ImpressumMOD1}" class="gensmall">{L_ImpressumMOD1}</a>&nbsp;<br/>
</tr>
</table>


machs mal so.....wo willst eigentlich das teil genau?

Gruss Gert
da wo adminbereich steht!Drüber halt!
Wo muss ich es dann machen!?

schoma THX
Meine Signatur war zu groß und wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Benutzeravatar
Gert
Mitglied
Beiträge: 954
Registriert: 17.11.2002 13:44
Wohnort: Bettlach
Kontaktdaten:

Beitrag von Gert »

Code: Alles auswählen

<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br /> 
&nbsp;<a href="{U_ImpressumMOD1}" class="gensmall">{L_ImpressumMOD1}</a>&nbsp;<br>
<!--
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
// -->
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td align="center" class="topnav">
Powered by <a href="http://www.phpbb2.de/" target="_phpbb">phpBB2 Plus {PLUS_VERSION}</a> based on <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} 
&copy; 2001, 2002 phpBB Group 
:: <a href="http://www.forumimages.com/" target="_blank">FI Theme</a>
:: Modifiziert by <a href="http://www.top-palace.de/my/" target="blank">POLAR</a> 
:: <a href="{U_CREDITS}">{L_CREDITS}</a>
</tr>
</table>
{S_TIMEZONE}<br />
{TRANSLATION_INFO}</div>
<a name="bot" id="bot"></a></td><!-- Banners -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="20%">
	 <table width="100%" border="0" cellspacing="2" cellpadding="2">
		<tr><td><div align="center">{BANNER_7_IMG}</div></td></tr>
		<tr><td><div align="center">{BANNER_8_IMG}</div></td></tr>
	</table>
    </td>
    <td width="60%">
	 <table width="100%" border="0" cellspacing="2" cellpadding="2">
		<tr><td><div align="center">{BANNER_9_IMG}</div></td></tr>
		<tr><td><div align="center">{BANNER_10_IMG}</div></td></tr>
	</table>
    </td>
    <td width="20%">
	 <table width="100%" border="0" cellspacing="2" cellpadding="2">
		<tr><td><div align="center">{BANNER_11_IMG}</div></td></tr>
		<tr><td><div align="center">{BANNER_12_IMG}</div></td></tr>
	</table>
    </td>
  </tr>

</table>
<!-- End Banners --></tr></table></td></tr></table>
</body>
</html>
Greetz Gert

Mein Board:http://www.gege65.ch/FSSForum/ ----- Meine private HP: http://www.gege65.ch
2Pac
Mitglied
Beiträge: 570
Registriert: 22.04.2003 15:00
Wohnort: Fuchsstadt
Kontaktdaten:

Beitrag von 2Pac »

ist immernoch net da.... :-?
oder hab ich was falsch gemacht :-?
aber dann müsste der link ja auch da stehen :-?
Meine Signatur war zu groß und wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Gert nix login

Beitrag von Gert nix login »

Code: Alles auswählen

<div align="center"><span class="copyright"><br /><br />
&nbsp;<a href="impressum.php?sid=090d56fb00a52621efdc7bc4f28aa7e6" class="gensmall"></a>&nbsp;<br>
<!--
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 2.0.6 line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
Na so gehts nicht.....gib einfach den von mir geposteten Code ein.......Overall_Footer.tpl

Gruss Gert
2Pac
Mitglied
Beiträge: 570
Registriert: 22.04.2003 15:00
Wohnort: Fuchsstadt
Kontaktdaten:

Beitrag von 2Pac »

Gert nix login hat geschrieben:

Code: Alles auswählen

<div align="center"><span class="copyright"><br /><br />
&nbsp;<a href="impressum.php?sid=090d56fb00a52621efdc7bc4f28aa7e6" class="gensmall"></a>&nbsp;<br>
<!--
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 2.0.6 line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
Na so gehts nicht.....gib einfach den von mir geposteten Code ein.......Overall_Footer.tpl

Gruss Gert
ja hab ich auch!die .txt is die alte!
Meine Signatur war zu groß und wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Benutzeravatar
Gert
Mitglied
Beiträge: 954
Registriert: 17.11.2002 13:44
Wohnort: Bettlach
Kontaktdaten:

Beitrag von Gert »

Hi....

iss aber absolut nicht das was ich gepostet hab!!!!

Das hab ich gepostet!
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
&nbsp;<a href="{U_ImpressumMOD1}" class="gensmall">{L_ImpressumMOD1}</a>&nbsp;<br>

<!--
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
// -->
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav">
Powered by <a href="http://www.phpbb2.de/" target="_phpbb">phpBB2 Plus {PLUS_VERSION}</a> based on <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION}
&copy; 2001, 2002 phpBB Group
:: <a href="http://www.forumimages.com/" target="_blank">FI Theme</a>
:: Modifiziert by <a href="http://www.top-palace.de/my/" target="blank">POLAR</a>
:: <a href="{U_CREDITS}">{L_CREDITS}</a>
</tr>
</table>
{S_TIMEZONE}<br />
{TRANSLATION_INFO}</div>
<a name="bot" id="bot"></a></td><!-- Banners -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr><td><div align="center">{BANNER_7_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_8_IMG}</div></td></tr>
</table>
</td>
<td width="60%">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr><td><div align="center">{BANNER_9_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_10_IMG}</div></td></tr>
</table>
</td>
<td width="20%">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr><td><div align="center">{BANNER_11_IMG}</div></td></tr>
<tr><td><div align="center">{BANNER_12_IMG}</div></td></tr>
</table>
</td>
</tr>

</table>
<!-- End Banners --></tr></table></td></tr></table>
</body>
</html>
Gruss Gert
Greetz Gert

Mein Board:http://www.gege65.ch/FSSForum/ ----- Meine private HP: http://www.gege65.ch
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“