Cool Hits Counter

Version 1.5.1 (bug fix), corrected paths to graphics.
Version 1.5.0 created, native for Joomla 1.5+.
Version 1.1 Changes:
* Added 5 new styles
* Added text mode
* Added random style mode (image only)
* Added support for JoomlaStats
* Removed hard breaks before/after post/pre-text
* Corrected base module style
line 36 in mod_coolhits.php
\\ old code
$query = "SELECT sum(id) FROM jos_jstats_visits";
\\new code
$query = "SELECT count(distinct visit_id,visit_time) FROM #__jstats_visits";
I don't test the code throughly though. Its a better idea to wait for the developer to update his code.
Change line 36 to this
$query = "SELECT count(distinct ip_id,hour) FROM #__jstats_visits";
Otherwise this module is excellent and get my full points.
It loaded correctly and provides only text output.
On further analysis, the language file has image path errors that prevent the admin panel display of graphic samples for selection.
Selection of image output doesn't work.
This could be a nice module if the author tested it and fixed the errors prior to publishing.
The reviewer should try the native 1.5 version, which has been available on joomlacode.org since early February. I just downloaded and retested it on my own site and it worked fine.




