Forumunuza kayıt olurken cinsiyet bilgisini sorması için gereken modifikasyon.
Register.template.php
Bul </tr><tr>
<td width="40%">
', $txt[82], ':
</td>
<td>
<input type="password" name="passwrd2" size="30" tabindex="', $context['tabindex']++, '" />
</td>
</tr>';
Değiştirin. </tr><tr>
<td width="40%">
', $txt[82], ':
</td>
<td>
<input type="password" name="passwrd2" size="30" tabindex="', $context['tabindex']++, '" />
</td>
</tr><tr>
<td width="40%">
Cinsiyetiniz:
</td>
<td>
<input type="radio" name="gender" value="0" checked="checked" tabindex="', $context['tabindex']++, '" /> ', $txt[470], '
<input type="radio" name="gender" value="1" tabindex="', $context['tabindex']++, '" /> ', $txt[238], '
<input type="radio" name="gender" value="2" tabindex="', $context['tabindex']++, '" /> ', $txt[239], '
</td>
</tr>';