I know how to turn off the right side bar for standard pages. Hop into tpl_main_page.php and add in the flag to this code.
How would I go about hiding some of the Ezpages? In this case I need to flag ezpage id# 12 which appears asCode:// the following IF statement can be duplicated/modified as needed to set additional flags if (in_array($current_page_base,explode(",",'contact_us,conditions')) ) { $flag_disable_right = true; }
/index.php?main_page=page&id=12
Thanks!



