Pagina 1 van 1

Nedstatbasic teller op je forum???

Geplaatst: 28 apr 2004, 18:47
door michiel87
Hoe kan je een nedstatbasic teller op je forum zetten.
Waar moet je de nedstatbasic code invullen.

Alvast bedankt, Michiel

Geplaatst: 28 apr 2004, 18:47
door WebSiteNet
In templates/subSilver/over_footer.tpl

Geplaatst: 28 apr 2004, 19:25
door plok
WebSiteNet schreef:In templates/subSilver/over_footer.tpl
Ik wil dit ook weten :D
Maar waar moet je het precies invoegen als je het helemaal onder de credits wil hebben?

Geplaatst: 28 apr 2004, 19:31
door mosymuis
Je herkent de HTML toch wel? :?:

Code: Selecteer alles

<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></div>
		</td>
	</tr>
</table>

</body>
</html>
Je kunt hem hier dus he beste plaatsen onder

Code: Selecteer alles

{TRANSLATION_INFO}</span></div>

Geplaatst: 28 apr 2004, 19:59
door plok
mosymuis schreef:Je herkent de HTML toch wel? :?:

Code: Selecteer alles

<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></div>
		</td>
	</tr>
</table>

</body>
</html>
Je kunt hem hier dus he beste plaatsen onder

Code: Selecteer alles

{TRANSLATION_INFO}</span></div>
Mijn HTML kennis gaat niet verder dan een paar links en kleuren op een pagina zetten +plaatjes :oops: Mss had ik het wel geweten (lang niet zeker)
Maar thx :D