Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Changing registering info

    Hi, How do i change what is listen on the sign-up page.

    http://www.game net.net.au/index.php?main_page=login

    Under Newsletter-Email i want to get rid of the text only and html options. and have the newsletter box already ticked.

    How do i do this?

    Thanks!

  2. #2
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Changing registering info

    Guys, cmon. How do i edit the "register" page?

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Changing registering info

    Admin - Configuration - Customer Details - Show Newsletter Checkbox

    Why don't you want to give me the option of plain-text emails ?

  4. #4
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Changing registering info

    I don't think it is necessary to provide a html AND a plain txt email.
    most people don't know the difference anyway. i would like to keep it simple by not giving the option, but instead have one box so your either subscribed to it or your not.

    Hope you can help :)

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Changing registering info

    I'll respectfully disagree with both those statements, but you can open tpl_modules_create_account.php and remove or comment out the red part:

    <fieldset>
    <legend><?php echo ENTRY_EMAIL_PREFERENCE; ?></legend>
    <?php
    if (ACCOUNT_NEWSLETTER_STATUS != 0) {
    ?>
    <?php echo zen_draw_checkbox_field('newsletter', '1', $newsletter, 'id="newsletter-checkbox"') . '<label class="checkboxLabel" for="newsletter-checkbox">' . ENTRY_NEWSLETTER . '</label>' . (zen_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="alert">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?>
    <br class="clearBoth" />
    <?php } ?>

    <?php echo zen_draw_radio_field('email_format', 'HTML', ($email_format == 'HTML' ? true : false),'id="email-format-html"') . '<label class="radioButtonLabel" for="email-format-html">' . ENTRY_EMAIL_HTML_DISPLAY . '</label>' . zen_draw_radio_field('email_format', 'TEXT', ($email_format == 'TEXT' ? true : false), 'id="email-format-text"') . '<label class="radioButtonLabel" for="email-format-text">' . ENTRY_EMAIL_TEXT_DISPLAY . '</label>'; ?><br class="clearBoth" />
    </fieldset>

  6. #6
    Join Date
    Apr 2010
    Posts
    149
    Plugin Contributions
    0

    Default Re: Changing registering info

    That's okay, :)
    Cheers for helping

 

 

Similar Threads

  1. tpl product info display: changing product info
    By rbecq in forum Setting Up Categories, Products, Attributes
    Replies: 15
    Last Post: 4 Dec 2012, 05:07 PM
  2. v150 changing billing info
    By Kathy_ in forum Customization from the Admin
    Replies: 6
    Last Post: 7 May 2012, 03:13 PM
  3. changing dob format when registering customers
    By evil turinp in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Apr 2010, 01:46 AM
  4. Changing Legal Info Placement
    By wildkeith in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Apr 2008, 07:16 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