Compatible bulletin2 with Cube2.1 beta

Date 2006-10-22 17:28:03 | Category: XOOPS

in englishin japanese
If you want to install bulletin2 into Cube 2.1 beta, follow this procedure.

- install bulletin2
- patch the minahito's one
http://homepage.mac.com/minahito/.Public/BulletinToA4.zip
- patch again
http://www.peak.ne.jp/support/xoops/bulletin-2.04patch4cube2.1beta.tar.gz

But, a bug of Cube 2.1 beta1 harms groupperm.
Though it will be fixed by minahito, try this core patch if you want to use it soon.

modules/legacy/kernel/Legacy_Controller.class.php line139

		if(count($urlInfo)>=3) {
			if(strtolower($urlInfo[0])=="modules" && strtolower($urlInfo[2])=="admin"){
				$adminStateFlag=true;
			}
			
			elseif($urlInfo[0] == "modules" && $urlInfo[1] == "legacy" && 	$urlInfo[2] == "include") {
				$adminStateFlag=true;
			}
			
			elseif($urlInfo[0] == "modules" && $urlInfo[1] == "system" && substr($urlInfo[2], 0, 9) == "admin.php") {
				$adminStateFlag=true;
			}
		}
		elseif(substr($urlInfo[0], 0, 9) == "admin.php") {
			$adminStateFlag=true;
		}





You can read more news at PEAK XOOPS.
http://xoops.peak.ne.jp

The URL for this story is:
http://xoops.peak.ne.jp/md/news/index.php?page=article&storyid=383