Totally Zenned
- Join Date:
- Sep 2005
- Posts:
- 836
- Plugin Contributions:
- 0
Newsletter Unsubscribe
Is there a way to remove it from the sidebox, but still keep it under my account?
Views: 2,809
Totally Zenned
Is there a way to remove it from the sidebox, but still keep it under my account?
Black Belt
Don't understand "keep it under my account" but
Admin > config > email options > Display "Newsletter Unsubscribe" Link? > set to false
Totally Zenned
if you do that it also removes it from your account page, so people cant unsubscribe from there
Black Belt
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
if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
$information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>';
}
Totally Zenned
Thanks..........
Fields marked required must be completed.
Tell staff why this post should be reviewed.