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/...
Is there a way to have it display to everyone?
Page I have added the code/block:http://btownnights.com/add/add-ons/...
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
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
I would prefer to display concrete stats over google.
I have commented out what you have suggested. Still no luck....
Hmmmmmmm (scratching head)
I have commented out what you have suggested. Still no luck....
Hmmmmmmm (scratching head)
Maybe because...
/updates/concrete5.4.1.1/concrete/flash/open_flash_chart.swf
is in an "admin" folder?
/updates/concrete5.4.1.1/concrete/flash/open_flash_chart.swf
is in an "admin" folder?
Would this do it?
There's not too much description info though....
https://www.concrete5.org/marketplace/addons/chart-stats/...
There's not too much description info though....
https://www.concrete5.org/marketplace/addons/chart-stats/...
sorry - I don;t know about that add-on. I'd PM the developer and ask...
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.
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.
/*if (!$chp->canRead()) {
die(_("Access Denied."));
} */
does that help get you going in the right direction at all?