Customizing SMF > Now Available
Ask for gender during registration
kerux4:
Aha, I figured it out!! yeah :)
kadhumia_flo:
Can i add new questions/>?
[Unknown]:
--- Quote from: kadhumia_flo on August 26, 2005, 05:22:19 PM ---Can i add new questions/>?
--- End quote ---
Of course you can ask questions in these topics (like you just did) just don't post new topics in this board that are questions.
-[Unknown]
rojamaia:
thanks for this post! i find this very useful. it's also a good way for me to learn the PHP language, looking at how they modify things in the board, slowly and piece by piece.
desistyle:
--- Quote from: [Unknown] on February 14, 2005, 07:02:58 PM ---Where ever you want the option to appear :P.
For example, if you wanted it after the password, you'd find:
--- Code: --- </tr><tr>
<td width="40%">
<b>', $txt[82], ':</b>
</td>
<td>
<input type="password" name="passwrd2" size="30" />
</td>
</tr>
--- End code ---
Add after that:
--- Code: --- </tr><tr>
<td width="40%">
<b>Gender:</b>
</td>
<td>
<input type="radio" name="gender" value="0" checked="checked" /> Leave it to the imagination<br />
<input type="radio" name="gender" value="1" /> Male<br />
<input type="radio" name="gender" value="2" /> Female<br />
</td>
</tr>
--- End code ---
If you're not comfortable with HTML, I suggest you look at the tutorials on www.w3schools.com ;).
-[Unknown]
--- End quote ---
Sir can tell me what file should i edit ? and where @ plz
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version