One last thing to try. replace the code I gave you with this
Code:if ($current_page_base == 'index' and $cPath == '') { $flag_disable_left = true; } // 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_left = true; }



