Author Topic: Date of Birth MOD in English  (Read 16211 times)

0 Members and 1 Guest are viewing this topic.

Offline Fastian

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: Date of Birth MOD in English
« Reply #15 on: March 08, 2006, 07:14:37 PM »
1) How do get it show up in User Registration Form. I added the following to my template/custom/register_forum.php but it's not helping

Quote
<tr>
           <td class="row2"><b>{lang_user_birthday}</b></td>
           <td class="row2">
           <select name="birthday_day" style="width:50px;">
           {dropdown_day}
           </select>
           <select name="birthday_month" style="width:90px;">
           {dropdown_month}
           </select>
           <select name="birthday_year" style="width:60px;">
           {dropdown_year}
           </select>
           </td>
           </tr>


I have the same issue with this Mod.

Can somone help me here. I know something need to be added in register.php but what eaxtly it is ?
I m not a  Programmer.
          But
I m a Good Learner.

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: Date of Birth MOD in English
« Reply #16 on: November 08, 2006, 07:39:21 AM »
hi i get this error syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ') public_html/member.php on line 962

Offline Entropyx

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Date of Birth MOD in English
« Reply #17 on: November 19, 2006, 01:07:27 AM »
how would i remove the brackets from the age? ( the [ ] )