How can I show/share my site statistics to everyone

Permalink
I have added the code to a page on my site to try to show my current site statistics. I can only view the results when signed in.
Is there a way to have it display to everyone?

Page I have added the code/block:http://btownnights.com/add/add-ons/...

jaypuffy
 
WebcentricLtd replied on at Permalink Reply
this is a stab in the dark as I have not attempted it myself but if you commented out the following in /concrete/tools/dashboard/chart_handler.php

/*if (!$chp->canRead()) {
die(_("Access Denied."));
} */

does that help get you going in the right direction at all?
Mnkras replied on at Permalink Reply
Mnkras
yea i think that should do it, cause accessing
http://btownnights.com/index.php/tools/required/dashboard/chart_han... returns access denied, but i wouldn't reply on c5's stats use google analytics
jaypuffy replied on at Permalink Reply
jaypuffy
I would prefer to display concrete stats over google.

I have commented out what you have suggested. Still no luck....
Hmmmmmmm (scratching head)
jaypuffy replied on at Permalink Reply
jaypuffy
Maybe because...
/updates/concrete5.4.1.1/concrete/flash/open_flash_chart.swf
is in an "admin" folder?
jaypuffy replied on at Permalink Reply
jaypuffy
Would this do it?
There's not too much description info though....
https://www.concrete5.org/marketplace/addons/chart-stats/...
WebcentricLtd replied on at Permalink Reply
sorry - I don;t know about that add-on. I'd PM the developer and ask...
Tony replied on at Permalink Reply
Tony
you can definitely share you traffic & statistics info with the stats package pretty easy
http://www.concrete5.org/marketplace/addons/stats...
(not sure if it's the kind of display that you're looking for though). just install the package, then go to your dashboard's sitemap, view system pages, and edit the permissions for /dashboard/stats/ so that all guests or all registered users can access it.