Nedstatbasic teller op je forum???

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
michiel87
Berichten: 47
Lid geworden op: 14 apr 2004, 19:45

Nedstatbasic teller op je forum???

Bericht door michiel87 » 28 apr 2004, 18:47

Hoe kan je een nedstatbasic teller op je forum zetten.
Waar moet je de nedstatbasic code invullen.

Alvast bedankt, Michiel

Gebruikersavatar
WebSiteNet
Berichten: 6524
Lid geworden op: 20 okt 2003, 16:56
Locatie: Wieringerwerf
Contacteer:

Bericht door WebSiteNet » 28 apr 2004, 18:47

In templates/subSilver/over_footer.tpl

plok
Berichten: 175
Lid geworden op: 13 mar 2004, 17:34

Bericht door plok » 28 apr 2004, 19:25

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?

Gebruikersavatar
mosymuis
Berichten: 6940
Lid geworden op: 05 feb 2003, 14:00
Locatie: Amsterdam
Contacteer:

Bericht door mosymuis » 28 apr 2004, 19:31

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>

plok
Berichten: 175
Lid geworden op: 13 mar 2004, 17:34

Bericht door plok » 28 apr 2004, 19:59

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

Gesloten