| Re: CBB 3.08 with a big BUG |
| by sato-san on 2007/7/25 6:16:57 BIG THANK YOU. That works great! |
| Re: CBB 3.08 with a big BUG |
| by iHackCode on 2007/7/22 14:07:44 the only temporary solution i have is . edit report.php and add what is in blue.. So.. The setting of enabling and disabling report a post will determine if the file can or can't be used. le="color: #000000"><?php include 'header.php'; [color=0066FF]if($xoopsModuleConfig['reportmod_enabled']){[/color] if ( isset($_POST['submit']) ) { $GPC = "_POST"; } else { $GPC = "_GET"; ... wayyy bottom include XOOPS_ROOT_PATH.'/footer.php'; } [color=0066FF]}else{ redirect_header("index.php", 2, _NOPERM); } }[/color]?> --------------- request to move to . 'Module troubleshooting' forum. |
| Re: CBB 3.08 with a big BUG |
| by sato-san on 2007/7/20 5:56:41 Merci @christian, im have added. |
| Re: CBB 3.08 with a big BUG |
| by christian on 2007/7/19 21:29:59 Hi René, The bugtracker is here , I think. |
| Re: CBB 3.08 with a big BUG |
| by sato-san on 2007/7/19 20:48:35 Is there a bugtracker for the module? If, is the bugtracker also used? |