sacabonos
Results 1 - 1 of 1
bysacabonos, September 2, 2010
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.
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.

