Ich hab eine kleine Frage. Bin gerade von phpBB2 auf phpBB3 umgestiegen.
In phpBB2 hatte ich die Datei index_body.tbl des subSilver Themes angepasst um ganz unten als Footer eine kleine Linkliste anzufügen:
Code: Alles auswählen
<table width="500" border="0" align="center" cellpadding="5" cellspacing="5">
<tr>
<td align="center" bgcolor="#FFFFCC"><small><b>weitere Atari Foren:</b><br>
<br>
[<a href="http://f6.parsimony.net/forum6332/">www.atari-world.com</a>] [<a href="http://forum.atari-home.de/">www.atari-home.de</a>]<br>
[<a href="http://f1.parsimony.net/forum175/">Atari Computer Talk</a>] [<a href="http://www.f9.parsimony.net/forum12119/">Atari Rebirth</a>] [<a href="http://www.atari-computermuseum.de/phpBB2/">Das Atari-Forum</a>]<br>
[<a href="http://www.atari-forum.com/">www.atari-forum.com</a>] (international) </small></td>
</tr>
</table>
Dazu hab ich die overall_footer.html des ProSilver Themes entprechend angepasst.
Ich hab obige Tabelle direkt vor
Code: Alles auswählen
<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
</div>
Woran liegt das denn?
Gruß, Bernd