Recent Topics

1 Jun 25, 2008 05:01    

My b2evolution Version: Not Entered

It is a very nice tracking program that I would like to put into my blog.

What they tell me to do is insert the following tracking code using a
text editor or raw HTML editor. It is very important that you insert
the code immediately before the </BODY> tag.

Now where would I put the following code?

<!-- BEGIN VisitorVille.com Tracking Code v2.0 -->
<!-- Copyright 2002-2008 World Market Watch, Inc. -->
<!-- Visit the VisitorVille website at http://www.visitorville.com -->
<script type="text/javascript">t_rid="1988";</script>
<script type="text/javascript"
src="http://www.visitorville.com/js/plgtrafic.js.php?ProfileID=1988"></script>
<noscript>
<a href="http://www.visitorville.com/top/?profile_id=1988">
<img src="http://www.visitorville.com/counter/count.php?ProfileID=1988"
border="0" alt="VisitorVille.com">
</a>
</noscript>
<!-- END VisitorVille.com Tracking Code v2.0 -->

----------------------------------------------

2 Jun 25, 2008 06:01

which means almost "anywhere" , unless you would like to do sth weird and place it after the html footer's last line..

Feel free to place it anywhere within your pages, however for everypage to be tracked i d recommend you place it in header files, or the _body.footer.inc.php or anywhere else than that rare exception.cheers

3 Jun 25, 2008 09:29

tilqicom wrote:

id recommend you place it in header files, or the _body.footer.inc.php or anywhere else than that rare exception.cheers

Where do I find this file. I looked everywhere.

4 Jun 25, 2008 09:55

What version of B2 are you using, and also what skin are you using?

5 Jun 25, 2008 09:59

John wrote:

What version of B2 are you using, and also what skin are you using?

b2evolution 1.8.6

skin is crystalglass

6 Jun 25, 2008 10:12

Ok, you should upgrade, but enough of that for now.

You have to open the _main.php file for you skin

At the very bottom of that php file you should see...
</body>
</html>

Just post your code before the </body> tag


Form is loading...