Seite 1 von 3

modlist probleme

Verfasst: 29.07.2004 20:43
von zorb!
hi,
mal was ganz dummes.

ich bin gerade dabei den modlist mod einzubauen, doch nun stehe ich vor
einem problem, ich soll folgendes finden:

Code: Alles auswählen

<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
um dann folgendes danach einzufügen.

Code: Alles auswählen

<a href="modslist.php" class="gensmall" target="_self">MODs</a>
mein problem ist nun, das ich das oben genannte gar nicht finden kann,
nicht einmal in teilen :-(
allerdings muss ich dazu sagen, das ich auch nicht das template
"subsilver" sonder "fi suice" benutze.
wer kann mir helfen?

Verfasst: 29.07.2004 20:56
von Markus67
Hi ...

poste doch mal den Inhalt deiner overall_footer.tpl

Markus

Verfasst: 29.07.2004 20:59
von zorb!
overall_footer
that's it is ;-)

Verfasst: 29.07.2004 21:02
von JumpinJack
Deine Zeile:
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
Die erste Zeile von der Footer:
<div align="center" class="gensmall"><br />{ADMIN_LINK}<br />

Erkennst du gewisse Ähnlichkeiten?!? ;) Das ist die richtige!

Verfasst: 29.07.2004 21:10
von zorb!
cool, danke hab ich gefunden und eingefügt, die dateien hochgeladen,
doch irgendwie sehe ich keine veränderung im forum :-?

Verfasst: 29.07.2004 21:17
von JumpinJack
Also wenn ich auf dein www.superfreunde.info gehe sehe ich da auch nix. Aber da sehe ich ja auch noch das subSilver-Style. Bist du sicher das du das "fi suice" verwendest und dises Datei auch editiert hast, und sie an alter stelle wieder hochkopiert hast?

Verfasst: 29.07.2004 21:20
von zorb!
ja bin ich 100000%ig, und zwar hier ;-)
www.superfreunde.info ist das falsche forum.

Verfasst: 29.07.2004 21:24
von JumpinJack
Ok das ist natürlich was anderes. Dann würde ich mal gerne die fertig editierte Datei als txt sehen. Wenns geht.

Verfasst: 29.07.2004 21:30
von zorb!

Verfasst: 29.07.2004 21:51
von JumpinJack
Das ist die neue Datei von dir:

Code: Alles auswählen

{ADMIN_LINK}
MODs Powered by phpBB {PHPBB_VERSION} © 2001, 2002 phpBB Group :: FI Theme :: {S_TIMEZONE}
{TRANSLATION_INFO}
Das die Alte:

Code: Alles auswählen

<div align="center" class="gensmall"><br />{ADMIN_LINK}<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
// -->
Powered by <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> ::
{S_TIMEZONE}<br />
{TRANSLATION_INFO}</div>
<a name="bot" id="bot"></a></td></tr></table></td></tr></table>
</body>
</html>
Hast du da nicht ein wenig zu viel rausgenommen?!

Sollte es nicht irgendwie so aussehen:

Code: Alles auswählen

<div align="center" class="gensmall"><br />{ADMIN_LINK}<br />
<a href="modslist.php" class="gensmall" target="_self">MODs</a> 
<!--
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
// -->
Powered by <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> ::
{S_TIMEZONE}<br />
{TRANSLATION_INFO}</div>
<a name="bot" id="bot"></a></td></tr></table></td></tr></table>
</body>
</html>