13
Why don't you try the
TDMStats 1.08 RC module?
The Statistics module that you have is out of date and not tested on XOOPS 2.5.6 RC.
It is always better to come here and ask about the current modules for the functionality that you need, instead of taking something outdated, and then being frustrated that it doesn't work.
If you feel comfortable with PHP then you can make any XOOPS module work. But if not, then it's better to ask here...
Also, I assume you don't see any results because you didn't do the following:
Quote:
Add the following:
include_once XOOPS_ROOT_PATH.'/modules/statistics/include/hitcounter.php';
at the top of the file header.php (located in the root of XOOPS) under the line:
include_once XOOPS_ROOT_PATH.'/class/xoopsblock.php';
Once you do it, the module should work...