Click Counter & website statistics
Permalink
Is there a possibility to see how much visitors you had and.....from which site they came.
(i know that soholaunch) has that addon.
For us its important to know how people get on our website and which pages they took a look.
thanks
(i know that soholaunch) has that addon.
For us its important to know how people get on our website and which pages they took a look.
thanks
Thanks for your tip.
I have copied the script in the dashboard, but it doesn't seem to work. What am I doing wrong ?
http://www.marmis.net/pounamu
I have copied the script in the dashboard, but it doesn't seem to work. What am I doing wrong ?
http://www.marmis.net/pounamu
this might be a problem with your theme
check footer.php for this line:
check footer.php for this line:
require(DIR_FILES_ELEMENTS_CORE . '/footer_required.php');
This is the footer:
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<div class="footer">
<div class="left">© <?php echo date('Y')?> <a href="<?php echo DIR_REL?>/"><?php echo SITE?></a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> & <a href="http://validator.w3.org/check?uri=referer">XHTML</a>.<span class="sign-in"><a href="<?php echo $this->url('/login')?>">Sign In to Edit this Site</a></span></div>
<div class="right">Design by <a href="http://arcsin.se">Arcsin</a> <a href="http://templates.arcsin.se/">Web Templates</a></div>
<div class="clearer"><span></span></div>
</div>
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<div class="footer">
<div class="left">© <?php echo date('Y')?> <a href="<?php echo DIR_REL?>/"><?php echo SITE?></a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> & <a href="http://validator.w3.org/check?uri=referer">XHTML</a>.<span class="sign-in"><a href="<?php echo $this->url('/login')?>">Sign In to Edit this Site</a></span></div>
<div class="right">Design by <a href="http://arcsin.se">Arcsin</a> <a href="http://templates.arcsin.se/">Web Templates</a></div>
<div class="clearer"><span></span></div>
</div>
this part is missing:
I also can't see a closing html tag?
the end of footer.php should probably look like that:
<?php require(DIR_FILES_ELEMENTS_CORE . '/footer_required.php'); ?>
I also can't see a closing html tag?
the end of footer.php should probably look like that:
<?php require(DIR_FILES_ELEMENTS_CORE . '/footer_required.php'); ?> </body> </html>
Thank you for the wonderful and fast help.
This was the problem, so I have added the sentence.
According to Google it should be working now. Now the results :)
Thanks
This was the problem, so I have added the sentence.
According to Google it should be working now. Now the results :)
Thanks
I just wanted to thank you for this. It fixed my problem.
Note that many themes don't use an individual footer.php file, instead they have the footer at the bottom of full.php or default.php.
Note that many themes don't use an individual footer.php file, instead they have the footer at the bottom of full.php or default.php.
Google Analytics does a really nice job. You can paste the javascript code they supply in Dashboard -> Sitewide Settings -> Tracking Code to set it up.