Ok, that makes sense, but it still isn't working. 
I turned the left column on globally (via admin) and added the following to my tpl_main_page.php...
Code:
if (!$current_page_base == 'welcome') {
$flag_disable_left = true;
}
My page (that I've created is called 'welcome'). The above code was added below this code...
Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_right = true;
}
When viewing my 'welcome' page in the left column is there, but it's also there on all other pages!
Have I added the code incorrectly or forgotten to do something? I'm really stumped with this one!
Bookmarks