The Joomla! Extensions Directory ™

sacabonos

Reviews(1)
 
bysacabonos, September 2, 2010
Cool Hits Counter
the module works fine but I had to make a change the code to make it work with JoomlaStats

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.