Lineman28645
02-12-2006, 10:00 PM
What this do: This changes the registration a little. It will add (*) before required fields of registration. Its simple to change the color mods I've chosen for this. Just edit the <font color="#"> part of the mod to change colors.
To Simple: Yes it is indeed, however it is my first template mod, so i'm kinda proud. Don't ruin it for me. Thats pretty much it... :smoke:
Please click https://vborg.vbsupport.ru/ if you like it or use it
Installation Time: 2 minutes
Remember first template mod, so be kind. :)
Installation:.
Go to: Admin CP > Styles and Templates > Templates > Registration > register
Find:
<phrase 1="$vboptions">$vbphrase[to_post_must_first_register]</phrase>
</div>
[B]After this Add:
All Fields marked with <strong><font color="#FF#300">*</font></strong> are required.
Find:
<strong>$vbphrase[username]</strong>:<br />
Change To:
<strong><font color="#FF#300">*</font>$vbphrase[username]</strong>:<br />
Find:
<legend>$vbphrase[password]</legend>
Change To:
<legend><font color="#FF#300">*</font>$vbphrase[password]</legend>
Find:
<legend>$vbphrase[email_address]</legend>
Change To:
<legend><font color="#FF#300">*</font>$vbphrase[email_address]</legend>
Find:
<td>$vbphrase[if_under_13_provide_parent]</td>
Change To:
<td><font color="#FF#300">*</font>$vbphrase[if_under_13_provide_parent]</td>
Find:
<legend>$vbphrase[image_verification]</legend>
Change To:
<legend><font color="#FF#300">*</font>$vbphrase[image_verification]</legend>
Save and Close. Test it out. :)
To Simple: Yes it is indeed, however it is my first template mod, so i'm kinda proud. Don't ruin it for me. Thats pretty much it... :smoke:
Please click https://vborg.vbsupport.ru/ if you like it or use it
Installation Time: 2 minutes
Remember first template mod, so be kind. :)
Installation:.
Go to: Admin CP > Styles and Templates > Templates > Registration > register
Find:
<phrase 1="$vboptions">$vbphrase[to_post_must_first_register]</phrase>
</div>
[B]After this Add:
All Fields marked with <strong><font color="#FF#300">*</font></strong> are required.
Find:
<strong>$vbphrase[username]</strong>:<br />
Change To:
<strong><font color="#FF#300">*</font>$vbphrase[username]</strong>:<br />
Find:
<legend>$vbphrase[password]</legend>
Change To:
<legend><font color="#FF#300">*</font>$vbphrase[password]</legend>
Find:
<legend>$vbphrase[email_address]</legend>
Change To:
<legend><font color="#FF#300">*</font>$vbphrase[email_address]</legend>
Find:
<td>$vbphrase[if_under_13_provide_parent]</td>
Change To:
<td><font color="#FF#300">*</font>$vbphrase[if_under_13_provide_parent]</td>
Find:
<legend>$vbphrase[image_verification]</legend>
Change To:
<legend><font color="#FF#300">*</font>$vbphrase[image_verification]</legend>
Save and Close. Test it out. :)