| Re: need help with XOOPS2_mod_xoop-statistics_v0.45 |
| by MaFIa on 2005/7/2 8:59:06 yep https://xoops.org/modules/repository/visit.php?cid=78&lid=1487 thats the link. and you do like this then its work There is a minor requirement to make this thing go. Remember to always make a backup if installing over existing directory structures! Copy the contents of the package to a temporary location. Remove the statistics data and copy to your site. Log in as admin, and install. Next, edit your XOOPS file called header.php Add the following // for stats by XOOPS @ IBDeeming! include_once XOOPS_ROOT_PATH.'/modules/statistics/include/hitcounter.php'; at the top of the file under the line include_once XOOPS_ROOT_PATH.'/class/xoopsblock.php'; That should do it! |
| Re: need help with XOOPS2_mod_xoop-statistics_v0.45 |
| by wcrwcr on 2005/7/2 1:14:54 Hi Extracted from the readme of the mod: ================================================ After installing the normal module, you have to modify some files. First you must at in the file "header.php" (which is in the root directory) under: include_once XOOPS_ROOT_PATH.'/class/xoopsblock.php'; the line: include_once("modules/statistics/include/counter.php"); Whith this peace of code the website add information of the hits to the database, so you can view them in the admin section. ================================================= Did yu do it? BTW> could you give me the link to that version(0.45)? I only have an older one
|
| need help with XOOPS2_mod_xoop-statistics_v0.45 |
| by MaFIa on 2005/7/1 22:29:04 Hi there i have install XOOPS2_mod_xoop-statistics_v0.45 but its dont show anything anybody know why?? http://www.ultimate-crew.dk/modules/statistics/ |