Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    32
    Plugin Contributions
    0

    Default Newsletter Subscribe - Remove Text/HTML options?

    I have successfully installed the newsletter subscribe mod and I have it displayed in the header. I would like to know how I can disable the HTML/Text options (radio buttons).

    Those radio buttons are way too ugly, plus I wanna send html newsletters including a text-only alternative, for those who could not view it. So I have no use for those options.

    Plus, about 97% of my current subscribers chose HTML...

    Thank you so much you guys!!!

  2. #2
    Join Date
    Nov 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Newsletter Subscribe - Remove Text/HTML options?

    Replace the radio button code with:
    <input type="hidden" name="email_format" value="HTML" id="email-format-html" />

  3. #3
    Join Date
    Jun 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Newsletter Subscribe - Remove Text/HTML options?

    Quote Originally Posted by adam2020 View Post
    Replace the radio button code with:
    <input type="hidden" name="email_format" value="HTML" id="email-format-html" />
    Hi - I have spent hours looking where to change the above

    Please help!

  4. #4
    Join Date
    Jun 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Newsletter Subscribe - Remove Text/HTML options?

    as always... as soon as i post a question i find the answer on another thread..




    To Remove "HTML" and "Text" buttons from Newsletter Subscription Sidebox.

    Copying instructions from post #437:

    1) Look for the following file:
    /includes/templates/YOUR_TEMPLATE/sideboxes/tpl_subscribe.php

    2) Remove the following part:

    if(EMAIL_USE_HTML == 'true') {
    $content .= ' <br /> <label>' . zen_draw_radio_field('email_format', 'HTML', true) . ENTRY_EMAIL_HTML_DISPLAY . '</label>';
    $content .= ' <label style="white-space:nowrap">' . zen_draw_radio_field('email_format', 'TEXT', false) . ENTRY_EMAIL_TEXT_DISPLAY . '</label>';
    }

    3) Save the edits
    4) Upload the file

    Hope it helps you. I just did the changes for myself and it worked.

 

 

Similar Threads

  1. v150 how to remove newsletter subscribe completely?
    By b90702098 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 14 Mar 2012, 11:03 AM
  2. can I Remove the HTML & TEXT-Only options and Radio Buttons ?
    By jdunique in forum General Questions
    Replies: 6
    Last Post: 29 Apr 2008, 02:26 PM
  3. Can I remove the HTML/Text Only options?
    By monkeytown in forum General Questions
    Replies: 4
    Last Post: 15 Jan 2008, 10:19 PM
  4. Newsletter re-subscribe when Newsletter Subscribe module installed
    By karl19 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 18 Oct 2007, 05:57 PM
  5. newsletters not sending in HTML format - using newsletter subscribe mod
    By shopjackiesjewels in forum General Questions
    Replies: 19
    Last Post: 1 May 2007, 03:04 PM

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