Never mind, I installed the mod called Easy Signup and Login but now have a problem with the left and right columns still showing. Not sure how to proceed. I've tried adding login_default to this code inside MY_TEMPLATE/common/tp_main_page.php:
Code:
if (in_array($current_page_base,explode(",",'contact_us,conditions,login,login_default,checkout_success,privacy,shipping_info,create_account,create_account_success,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation')) ) {
$flag_disable_right = true;
$flag_disable_left = true;
I have installed the Cherry Zen template so maybe this is where I should start. Anyone else have this problem?