Author |
Topic |
|
karlake
Starting Member
5 Posts |
Posted - 18 November 2002 : 12:25:24
|
I´m testing out the beta 4 and the langauge pack for Swedish. Works OK, but I have a question:
I want to have a counter (visit counter) on the forum. In which file and where should I put the code. I just want it to be on the main page and not repeating on the other sides (only counting visits). Tried to put it in the inc_footer.asp but that generates visits for every side.
I´m not good at ASP and that´s why I ask you for help. Thanks in advance! < |
|
Rasco
Advanced Member
Germany
3192 Posts |
|
karlake
Starting Member
5 Posts |
Posted - 18 November 2002 : 13:13:19
|
quote: Originally posted by Rasco
The main page is default.asp
I´m aware of that, but where in the code can I put the Counter code? Wouldn´t like to ruin the whole code if I´m placing it wrong. Sorry, if this is obvious for you all, but I find it difficult. < |
|
|
David K
Junior Member
494 Posts |
Posted - 18 November 2002 : 14:25:24
|
in line 410: " </table>" & vbNewline
add at the end: & _ so it would look like: " </table>" & vbNewline & _
and add the counter code in the line after that like this:
"YOUR COUNTER CODE HERE" & vbNewline
every time you have a quatition mark, duble it! i.e: <td><font face=" turns to: <td><font face=""
I hope I helped you, if you need further assitence, post your counter code here
edited to correct line number (used one from ver 3.4.03 insted 4.0, sorry)< |
Edited by - David K on 18 November 2002 14:38:42 |
|
|
ArtGoddess
Starting Member
Spain
19 Posts |
Posted - 30 October 2003 : 17:59:12
|
I wanto to add a Nedstat counter to my page: ¿how can I do it?
this is the code:
<!-- Begin Nedstat Basic code --> <!-- Title: Foro ETS Arquitectura Valencia --> <!-- URL: http://foro.arq.upv.es/ --> <script language="JavaScript" type="text/javascript" src="http://m1.nedstatbasic.net/basic.js"> </script> <script language="JavaScript" type="text/javascript" > <!-- nedstatbasic("ACgH6QItAC9EpMyB3ObRY03G/CUw", 0); // --> </script> <noscript> <a target="_blank" href="http://v1.nedstatbasic.net/stats?ACgH6QItAC9EpMyB3ObRY03G/CUw"><img src="http://m1.nedstatbasic.net/n?id=ACgH6QItAC9EpMyB3ObRY03G/CUw" border="0" nosave width="18" height="18" alt="Nedstat Basic - Free web site statistics"></a> </noscript> <!-- End Nedstat Basic code -->
I have tried with these instructions and I can´t find the solution ¿can anyone help me?
Thanks!! D.< |
|
|
DavidRhodes
Senior Member
United Kingdom
1222 Posts |
Posted - 30 October 2003 : 19:33:56
|
add it at the bottom of default.asp, under %>< |
The UK MkIVs Forum |
|
|
ArtGoddess
Starting Member
Spain
19 Posts |
Posted - 31 October 2003 : 16:00:45
|
It works!!
Thankyou very much!! < |
|
|
Target_Locked
Starting Member
Vietnam
38 Posts |
Posted - 18 June 2007 : 02:54:41
|
Hi There, I also want to have a visit counter for my forum.
Could any one one tell where to have a free counter code, and how to integrate into my forum (3.4.06) ? Pls give a detailed instruction.
Thanks.< |
Snitz 2000 Ver 3.4.06 |
Edited by - Target_Locked on 18 June 2007 02:55:15 |
|
|
|
Topic |
|