Gracias Benito, Pero El tema es la versión Que poseeo 1.1.11
Donde y Como lo haria En Este Caso???
Gracias mil ...
[quote author = link = topic = benito 110623.msg710467 # msg710467 date = 1157127234]
Hola!
ESTA Con Sencilla Modificación podras Pedir la Fecha de Nacimiento En El Momento de Registro. La Misma SIRVE PARA LA versión RC3:
1 - Register.template.php Archivo Editar
Dentro del Archivo ESTO 1,1 Buscar:
[Código]
<tr>
width = "40%"> <td
<b> ', $ txt [82],': </ b>
</ Td>
<td>
type = "password" <input name="passwrd2" size="30" tabindex="', $context['tabindex']++,'" />
</ Td>
</ Tr> [/ code]
1,2 Justo Debajo de ESE poner codigo Este codigo:
[Código]
<tr>
width = "40%"> <td
<b> ', $ txt [563],': </ b>
<div class="smallText"> ', $ txt [566],' - ', $ txt [564],' - ', $ txt [565],' </ div>
</ Td>
class = "smallText"> <td
Tipo de "entrada <=" text "name =" bday3 "size =" 4 "tabindex =" ', $ context tabindex']++, [' "MaxLength =" 4 "value =" ", MIEMBRO contexto [$" ] Birth_Date] ['] [' Año ',' "/> -
Tipo de entrada "<=" text "name =" bday1 "size =" 2 "tabindex =" ', $ context tabindex']++, [' "MaxLength =" 2 "value =" ", MIEMBRO contexto [$" ] Birth_Date] ['mes'] [',' "/> -
Tipo de entrada "<=" text "name =" bday2 "size =" 2 "tabindex =" ', $ context tabindex']++, [' "MaxLength =" 2 "value =" ", MIEMBRO contexto [$" ] ['Birth_Date] [' Día '],' "/>
</ Td>
</ TR>
[/ Code]
2 Si USAS Lenguaje español agrega ESTAS lineas al Archivo index.spanish.php Como se Llame o tu Carpeta Archivo Dentro del español / default / idiomas /
[Código]
$ Txt [563] = 'Fecha de Nacimiento;
$ Txt [564] = 'Mes (MM);
$ Txt [565] = 'Día (DD)';
$ Txt [566] = 'Año (AAAA)';
[/ Code]
3 Como Si Preguntar DESEAS extra El sexo en El Momento del Registro, agrega ESTO "antes" o despues del PEDIDO DE Nacimiento En El Archivo Register.template.php
[Código]
<tr>
width = "40%"> <td
<b> Sexo: </ b>
</ Td>
<td>
<input type="radio" name="gender" value="0" checked="checked" tabindex="', $context['tabindex']++,'" /> ', $ txt [470],' <br />
<input type="radio" name="gender" value="1" tabindex="', $context['tabindex']++,'" /> ', $ txt [238],' <br />
<input type="radio" name="gender" value="2" tabindex="', $context['tabindex']++,'" /> ', $ txt [239],' <br />
</ Td>
</ TR>
[/ Code]
Eso es TODO, A mi me anda bien y no encontre Problemática en modificación el El la, si alguno encuentra algun error Que me lo actualizo y sable Haga hilo Este.
Mucho me gustaria Poder HACER Este campo de Fecha de Nacimiento Como Obligatorio Pero No Se Como. Se acepta Ayuda: D
[/ Quote]