if that is the case here are my questions:
1: To add the Visual Confirmation all i would have to do is copy and past the code from one to the other which would be:
- Code: Select all
<!-- Visual Confirmation -->
<!-- BEGIN switch_confirm -->
<tr>
<td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br /><br />{CONFIRM_IMG}<br /><br /></td>
</tr>
<tr>
<td class="row1"><span class="gen">{L_CONFIRM_CODE}: * </span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
<td class="row2"><input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /></td>
</tr>
<!-- END switch_confirm -->
2: I noticed that profile_register_body.tpl doesnt have the (BEGIN switch_namechange_disallowed) do i need to include this, what does it do i presume it checks to make sure that no two usernames are the same, am i right in thinking this ??? and if that it the case should i add it again copying and past as it is on profile_add_body.tpl.
3: Any other fields that i want do add i can just copy and past accross without modifying any other files.
4: If i add a mod that adds a field on the registration page, i just add it to the template i want it to be seen on, or both templates if i want it visable on both.
That is all i was wondering, thanks for any help in advance.
Sorry to ask so many questions but i like to try to understand what i am doing and learn as much as i can about this stuff. also i think it would help others (newbies like me
Anyway thanks again for another fantastic mod from this site.
noonoo

