Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Newsletter Unsubscribe

    Is there a way to remove it from the sidebox, but still keep it under my account?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Newsletter Unsubscribe

    Don't understand "keep it under my account" but

    Admin > config > email options > Display "Newsletter Unsubscribe" Link? > set to false
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Newsletter Unsubscribe

    if you do that it also removes it from your account page, so people cant unsubscribe from there

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Newsletter Unsubscribe

    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

  5. #5
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Newsletter Unsubscribe

    Thanks..........

 

 

Similar Threads

  1. Show unsubscribe on Newsletter
    By Dustie in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 7
    Last Post: 16 Feb 2011, 06:37 PM
  2. Newsletter Unsubscribe
    By ttmb33 in forum Customization from the Admin
    Replies: 3
    Last Post: 25 May 2010, 04:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg