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

 
ryan replied on at Permalink Reply
ryan
https://www.google.com/analytics

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.
MarMis replied on at Permalink Reply
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
Remo replied on at Permalink Reply
Remo
this might be a problem with your theme

check footer.php for this line:
require(DIR_FILES_ELEMENTS_CORE . '/footer_required.php');
MarMis replied on at Permalink Reply
This is the footer:

<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>

<div class="footer">
<div class="left">&copy; <?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> &amp; <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>
Remo replied on at Permalink Reply
Remo
this part is missing:
<?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>
MarMis replied on at Permalink Reply
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
xmaveric replied on at Permalink Reply
xmaveric
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.
Tony replied on at Permalink Reply
Tony
new concrete5 statistics package launched:

http://www.concrete5.org/marketplace/addons/stats...