Seite 1 von 2

Powerd by phpBB... der Link Funktioniert nicht mehr

Verfasst: 15.07.2004 23:25
von Elvis
Hi,
bin gerade dabei meine CSS und *tpl Dateien zu bearbeiten, irgendwie habe ich jetzt das Problem das der Link zu phpbb.com nicht mehr geht, also das Copyright bei mir im Footer :-?

ausschnitt aud der overal_footer.tpl

Code: Alles auswählen

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

<!--
	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
// -->
    </td>
    </tr>
    <tr>
    <th align="left" class="thcornerL">
    <span class="copyright">
	Modified &nbsp; by <a href="http://user-for-user.de/forum/profile.php?mode=viewprofile&u=2" target="_blank" class="copyright"> &nbsp;Son Goku</a></span>
	<p style="margin-top:-12"><div align="right">
    <span class="copyright">
    Powered &nbsp; by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"> &nbsp;phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 &nbsp; phpBB Group &nbsp;
    </span>
    </div>
    </th>
    </tr>
    </table>
subSilver.css

Code: Alles auswählen

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: underline;}
a.copyright:hover { color: #FFFFFF; text-decoration: none;}
habe ich da was übersehen ?
ich möchte ja weiter Support bekommen von euch :wink:

Verfasst: 15.07.2004 23:34
von PhilippK
Interessant ist, dass das Problem mit Mozilla nicht auftritt...

Außerdem wird da irgendwie aus

Code: Alles auswählen

	The phpBB Group : 2002
// -->
    </td>
ein

Code: Alles auswählen

	The phpBB Group : 2002
// -->
    /td>
Gruß, Philipp

Verfasst: 15.07.2004 23:35
von roum
Auf deiner Seite funktionierts doch schon wieder.
Zumindest mit Mozilla und Konqueror.

Wieso arbeitest du mit "margin-top:-12"?
Willst du, das die beiden Links nicht auf der selben Höhe sind?

PS: Über dem blauen Balken sehe ich ein " /td>" als Text :wink:

Verfasst: 15.07.2004 23:55
von Elvis
so das ist mein Testforum erstmal, es dauert doch ne weile bis ich damit feritg bin aber egal.

@ PhilippK
wie meinste das denn, verstehe ich ned ganz?

@ roum
Wieso arbeitest du mit "margin-top:-12"?
Willst du, das die beiden Links nicht auf der selben Höhe sind?
weil das ohne "margin" ebend nicht auf gleicher höhe war, da kümmere ich mich später drum.

ich sehe mit dem IE bzw Avant Browser kein " /td>" über den Blauen Balken :-?

mich ärgert nur das der Link nicht anklickbar ist, denn anscheinend funktioniert das mit Mozilla und Konqueror, aber mit dem IE leider nciht :evil:

Verfasst: 16.07.2004 00:02
von PhilippK
Welchen Teil meinst du?
Was ich sagen wollte: mit dem IE ist der Link nicht vorhanden, mit Mozilla hingegen schon.
Ansonsten solltest du dir mal im Mozilla den Quellcode anschauen. Da fehlt - aus welchem Grund auch immer - eine Klammer.

Gruß, Philipp

Verfasst: 16.07.2004 00:03
von roum
Hmm, in deinem Testforum ist dieses td nicht mehr da.
Wenn du die beiden Links auf gleicher Höhe haben willst, dann pack die doch einfach in eine Tabelle mit 2 Spalten :wink:
So hab ich das bei meinem Invision Board gemacht und habe weder mit dem IE noch mit nem anderen Browser Probleme.

Edit:
Wenn ich mir den Quelltext deiner Seite (nicht das Testboard) ansehe, dann sehe ich fast ganz unten folgendes:

Code: Alles auswählen

<!--
	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.8a 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
// -->
    /td>
    </tr>
    <tr>
    <th align="left" class="thcornerL">
    <span class="copyright">
	Modified &nbsp; by <a href="http://user-for-user.de/forum/profile.php?mode=viewprofile&u=2" target="_blank" class="copyright"> &nbsp;Son Goku</a></span>

	<p style="margin-top:-12"><div align="right">
    <span class="copyright">
    Powered &nbsp; by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright"> &nbsp;phpBB</a> 2.0.8a &copy; 2001, 2002 &nbsp; phpBB Group &nbsp;

    </span>
    </div>
    </th>
    </tr>
    </table>
Bei dem 1. /td unter dem Kommentar fehlt die eckige Klammer.

Verfasst: 16.07.2004 00:06
von PhilippK
Etwas Misteriös: Forum im IE geöffnet - Link funktionierte nicht. Dann Fenster maximiert - Link funktionierte... :-?

Gruß, Philipp

Verfasst: 16.07.2004 00:17
von Leuchte
Interessant ist, dass ich mir deine tpl's im Browser ansehen kann - nur die overall_footer.tpl wird mir zum Download angeboten.
Verschieb den Link (die Tabelle) mal - eventuell auch mal in die index_body.tpl ans Ende...

Verfasst: 16.07.2004 11:07
von Elvis
Danke,
jetzt sollte es wieder klappen, habe dir mal was zusamen gebastelt ost zwar ned so wie ich wollte aber es funktiert wieder.

@ Leuchte
kannste das bitte mal Testen ob man das auch " klicke meine Signatur an" Fnktioiert ?

PS der Support ist mir wieder Sicher :wink:

Verfasst: 16.07.2004 11:25
von Leuchte
Also auf deiner Seite funktioniert es immer noch nicht.