Is there a way to remove it from the sidebox, but still keep it under my account?
Is there a way to remove it from the sidebox, but still keep it under my account?
Don't understand "keep it under my account" but
Admin > config > email options > Display "Newsletter Unsubscribe" Link? > set to false
Zen-Venom Get Bitten
if you do that it also removes it from your account page, so people cant unsubscribe from there
OH!!! the customers "my account" page.....
This file is overrideable - includes/modules/sideboxes/information.php - so make a copy for your template and find and comment the following out
Code:if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { $information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>'; }
Zen-Venom Get Bitten
Thanks..........