Seite 3 von 4

Verfasst: 09.01.2005 19:18
von easygo
In der overall_footer.tpl den Teil ab <div ersetzen durch:

Code: Alles auswählen

<div align="center"><span class="gensmall"><br /><br /><a href="http://www.hochdachkombi.de/chCounter2.3/statistics.php" class="gensmall" target="_blank">Counter Statistik</a><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.11 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" class="copyright">phpBB</a> phpBB {PHPBB_VERSION}</a> &copy; 2001, 2002 phpBB Group<br />Deutsche Übersetzung von <a href="http://www.phpbb.de/" target="_blank">phpBB.de</a></span>
</div><table>
<td align="center"><span class="genmed">
<a href="impressum.php" target="_self" class="genmed"><strong>Impressum</strong></a></span></td>
      </td>
   </tr>
</table>

</body>
</html>
Wie immer mit ohne Gewähr

:P easygo

Verfasst: 09.01.2005 19:33
von Big-Friedrich
Super! Nun ist aber Impressum links am Rand.
Wie sage ich ihm, dass es auch zentriert sein soll ?

Verfasst: 09.01.2005 19:51
von easygo
Eigentlich durch <td align="center"> aber versuchs mal damit:

Code: Alles auswählen

<div align="center"><span class="gensmall"><br /><br /><a href="http://www.hochdachkombi.de/chCounter2.3/statistics.php" class="gensmall" target="_blank">Counter Statistik</a><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.11 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" class="copyright">phpBB</a> phpBB {PHPBB_VERSION}</a> &copy; 2001, 2002 phpBB Group<br />Deutsche Übersetzung von <a href="http://www.phpbb.de/" target="_blank">phpBB.de</a></span><br />
<br /><span class="genmed"><a href="impressum.php" target="_self" class="genmed"><strong>Impressum</strong></a></span></div>
      </td>
   </tr>
</table>
</body>
</html>

Verfasst: 09.01.2005 20:16
von Big-Friedrich
Super, jetzt klappt es. Vielen Dank!

Verfasst: 10.01.2005 09:38
von easygo
Gerne doch ^^ :D

Ich hoffe, das passt so...
weil da war nur der Quellcode von
deiner Seite als Vorlage...

Verfasst: 10.01.2005 10:00
von Big-Friedrich
Also der Counter scheint zu zählen....
Sieht auf jeden Fall so aus :)

Verfasst: 10.01.2005 18:11
von Big-Friedrich
:( :(
Jetzt ist der Link zum Adminbereich aber verschwunden...

Verfasst: 10.01.2005 19:31
von easygo
Wie gesagt ^^ es war nur der Quellcode...

Poste mal deine overall_footer.tpl (inklusive Adminlink)
wenn du ne genauere Anleitung brauchst.

Verfasst: 10.01.2005 19:48
von Big-Friedrich
Wie Quellcode ?
Adminlink ? Keine Ahnung, der ist ja verschwunden

Verfasst: 10.01.2005 19:54
von Big-Friedrich
Also dat ist meine Datei vor dem Umbau:

<div align="center"><span class="copyright"><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" class="copyright">phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span><table>

</td>
</tr>
</table>

</body>
</html>

Ich hätte es gern so, wie es im Moment auf http://www.Hochdachkombi.de aussieht,
nur halt mit dem Adminlink dazwischen.