forum niet over hele breedte
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

forum niet over hele breedte
hoe kan ik me forum instellen dat het niet over de hele breedte is
zoals bv. spammersheaven?
zoals bv. spammersheaven?
wat moet ik dan in overall_footer zetten?
want ik heb er wat gedaan en gebeurde niks hoor...
ik had ervan gemaakt:
<div align="center" width="75%"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to http://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 http://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} © 2001, 2002 phpBB Group<br >Template & Modifications by Ertje.nl<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>
</body>
</html>
want ik heb er wat gedaan en gebeurde niks hoor...
ik had ervan gemaakt:
<div align="center" width="75%"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to http://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 http://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} © 2001, 2002 phpBB Group<br >Template & Modifications by Ertje.nl<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>
</body>
</html>
als je de breedte wil aanpassen moet je het volgende doen (ervan uitgaande dat je subSilver gebruikt gebruik je een andere template vermeld dan even welke dat is)
open overall_header.tpl
vind:
Vervang met:
vervang dus hierin "DE BREEDTE DIE JIJ WIL" met de breedte.
wil je bijvoorbeeld dat hij 800 pixels breed wordt dan vul je daar 800 in wil je dat hij 90% preed word vul dan 90% op die plaats in.
Hoop dat dit helpt
open overall_header.tpl
vind:
Code: Selecteer alles
<a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
Code: Selecteer alles
<a name="top"></a>
<table width="DE BREEDTE DIE JIJ WIL" cellspacing="0" cellpadding="10" border="0" align="center">
wil je bijvoorbeeld dat hij 800 pixels breed wordt dan vul je daar 800 in wil je dat hij 90% preed word vul dan 90% op die plaats in.
Hoop dat dit helpt
DoubleJ - "Waarom makkelijk doen, als het ook moeilijk kan."