Hi,
Don;t know if I’m missing something obvious but I can find the variable settings as specified in the userguide thread. I’m trying to disable the none default colours but in the ja_vars.php file there seems to be no way of doing this. Here are lines 19-32, as you can see there is no way to specify which variables should be enabled:
# Auto Collapse Divs Functions ##########
$ja_left = $this->countModules( ‘left’ );
$ja_right = $this->countModules( ‘right’ );
$ja_masscol = $this->countModules(‘top’);
if ( $ja_left && $ja_right ) {
//2 columns
$divid = ”;
} elseif ( ($ja_left || $ja_right) ) {
//One column
$divid = ‘-c’;
} else {
//Full
$divid = ‘-f’;
}
Cheers,
SD