7
this might be what you're looking for:
code from Kubrick theme:
place this above all else in your theme.html:
<{php}>
$display_wide = "kubrick newbb xoopsmembers";
$mod = $GLOBALS['xoopsModule'];
$dirname = (isset($mod) ? $mod->getVar('dirname') :'system');
$kubrick = strpos($display_wide, $dirname);
$GLOBALS['xoopsTpl']->assign( 'kubrick_selector', $kubrick );
<{/php}>
In the line: "display_wide = "kubrick newbb xoopsmembers";" add any module names where you want to disable a certain column/block.
Then you can use this to remove the sideblocks all together:
<{if $kubrick_selector == TRUE}> <{else}> <td>blockstd> <{/if}>
when TRUE leave emty and only add the TD's where between de else/ /if tags (when TRUE).
I am the BEST.......... at overstating things! -