| A major bug fix for x-monitor |
| by psindia on 2005/8/20 18:20:27 There i s abig bug innn xmonitor 1.0 i had fixed it at http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1257 from http://dev.xoops.org If you had downloaded the previous version teh do the following le="color: #000000"><?php [b]open the file modules/xmonitor/include/admin_header.php go to the line below this line if ( !$xoopsUser->isAdmin($xoopsModule->mid()) ) { and you will find this line $xoopsModule = XoopsModule::getByDirname("uservisit"); replace it with $xoopsModule = XoopsModule::getByDirname("xmonitor"); [/b] reply if u have more bugs .. i am extremely soory ... Quote: thanks to Lindo Nepi note : xmonitor 1.0 works on XOOPS 2.2 also ..
|