Version: 1.00, by Lineman28645
Developer Last Online: Jun 2006
Version: 3.5.3
Rating:
Released: 02-12-2006
Last Update: Never
Installs: 19
No support by the author.
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 if you like it or use it
Installation Time: 2 minutes
Remember first template mod, so be kind.
Code:
Installation:.
Go to: Admin CP > Styles and Templates > Templates > Registration > register
Find:
<phrase 1="$vboptions[bbtitle]">$vbphrase[to_post_must_first_register]</phrase>
</div>
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. :)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
At the moment the standard vBulletin registration page isn't laid out very logically... It has all the 'required' fields at the top followed by the 'optional' fields lower down the page.
The user registration page on most websites is laid out in a more orderly and logical way and 'required' fields are normally indicated with an asterisk (*).
On my forum I have seperate fields for city (free text and required), state (drop down list and optional) and country (drop down list and required). The state field is optional as I don't have the state of every country in the world listed - only USA, Canada and UK. I have all this information in seperate fields as it enables me to compile detailed statistics on where my registered users are from.
City, state, country is a logical order but because the state field is optional (not every country in the world is divided in to different states) this field is relegated down the page to the 'optional' fields on the registration form.
I'd like to see the registration page formatted into a more logical order with 'required' fields indicated with an asterisk (*) which Lineman28645 has done but the logical ordering still needs to be worked on.