Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Change login page

    Hi ZC user,
    I have to change login page.
    To remove radio_field male, female.

    I edit file: tpl_modules_create_account

    delete code:

    <fieldset>
    <legend><?php echo TABLE_HEADING_ADDRESS_DETAILS; ?></legend>
    <?php
    if (ACCOUNT_GENDER == 'true') {
    ?>
    <?php echo zen_draw_radio_field('gender', 'm', '', 'id="gender-male"') . '<label class="radioButtonLabel" for="gender-male">' . MALE . '</label>' . zen_draw_radio_field('gender', 'f', '', 'id="gender-female"') . '<label class="radioButtonLabel" for="gender-female">' . FEMALE . '</label>' . (zen_not_null(ENTRY_GENDER_TEXT) ? '<span class="alert">' . ENTRY_GENDER_TEXT . '</span>': ''); ?>
    <br class="clearBoth" />
    <?php
    }
    ?>


    Byt tnat I cant make account, don't work!

    How to remove radio_field male, female in account page???

    Thanks

  2. #2
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Change login page

    Please see picture.
    Attached Images Attached Images  

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

    Default Re: Change login page

    That's called the salutation. Turn it off in Admin - Configuration - Customer Details

  4. #4
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Change login page

    Thanks stevesh

 

 

Similar Threads

  1. v151 login page - where do i change
    By lidlchris in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 12 Mar 2016, 01:31 AM
  2. v138a change words on login page
    By osram in forum General Questions
    Replies: 6
    Last Post: 27 Aug 2012, 12:41 PM
  3. STUCK!!.... trying to change login page
    By Shane78 in forum General Questions
    Replies: 4
    Last Post: 20 Sep 2009, 11:10 PM
  4. Successfull Login Page Change
    By justmelat in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Jul 2007, 04:42 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