1
Dear All,
I know that if you want to create a custom page and have your left and right XOOPS blocks working, you would have to write the following code:
$xoopsOption['show_rblock'] = 1;
$xoopsOption['show_lblock'] = 1;
$xoopsOption['show_cblock'] = 0;
Is there some similar code that will work for modules? So, if I have a module that is part of the left block, but I do not want it to appear in that special page, is there any code that will realise it?
Thanks,
George