Back to vBulletin 4.x Template Modifications

Short and Simple Registration system - Collapsible addition information
Mod Version: 1.00, by Scanu

vB Version: 4.x.x Rating: (1 vote - 5.00 average) Installs: 8
Released: 03 Sep 2011 Last Update: 04 Sep 2011 Downloads: 122
Not Supported Template Edits Code Changes Translations  

Hi guys this is a mod of this modification that add some features and solving bug whit additional information required like birthday gender ecc. This modifications allow your user to choose between a fast registration or a accurate registration, the fast registration is simpler and don't include additional information, by the default fast registration you can access at the accurate registration let me explain with screenshots

NORMAL VB REGISTRATION

http://buypoe.com/images/11.png

FAST REGISTRATION

http://img694.imageshack.us/img694/1495/immaginemtd.png

ACCURATE REGISTRATION

http://img824.imageshack.us/img824/6932/immagine2sq.png

HOW TO
Go in admincp/Style manager/your skin/edit templates/Registration template/ register
Replace all the code with the code in the attached text file

If you have bug with required field please go here

Spoiler (click to open)


HOW TO FIX ADDITIONAL INFORMATION REQUIRED BUG
If you have selected custom field as required you have to:

Find this:
Code:
<vb:if condition="$show['customfields_profile']">
			<h3 class="blocksubhead">{vb:rawphrase additional_required_information_profile}</h3>
			<div class="section">
				{vb:raw customfields_profile}
				<vb:if condition="$show['birthday']">{vb:raw birthdayfields}</vb:if>
			</div>
		</vb:if>
and replace with
Code:
		<vb:if condition="$show['birthday']">	<h3 class="blocksubhead">{vb:rawphrase additional_required_information_profile}</h3>
			<div class="section">
				{vb:raw birthdayfields}
			</div>
		</vb:if>
Then find
Code:
<p class="description">{vb:rawphrase enter_valid_email_address}</p>
Under this add
Code:
<vb:if condition="$show['customfields_profile']">
				{vb:raw customfields_profile}
</vb:if>
If you have the birthday as require
Find this:
Code:
<vb:if condition="$show['customfields_profile']">
			<h3 class="blocksubhead">{vb:rawphrase additional_required_information_profile}</h3>
			<div class="section">
				{vb:raw customfields_profile}
				<vb:if condition="$show['birthday']">{vb:raw birthdayfields}</vb:if>
			</div>
		</vb:if>
and replace with
Code:
<vb:if condition="$show['customfields_profile']">
				{vb:raw customfields_profile}
</vb:if>
Then find
Code:
<p class="description">{vb:rawphrase enter_valid_email_address}</p>
Under this add
Code:
<vb:if condition="$show['birthday']">	
				{vb:raw birthdayfields}
		</vb:if>
If you have another filed required tell me what it is and i tell you how to fix
I'm italian so i hope my english is not wrong if you don't understand please feel free to tell me and i will explain you better

Close
to see how to fix

If you want to change or translate the phrase of the button go here

Spoiler (click to open)


HOW TO CHANGE/TRANSLATE PHRASE
In the template search
Code:
Additional informations for accurate registration
and replace with your phrase

Close


I'm italian so i hope my english is not wrong if you don't understand please feel free to tell me and i will explain you better

Version history
-1.0 first release on Vbulletin.org

Download

File Type: %1$s Fast and simple registration system.txt (13.1 KB, 129 downloads)

Similar Mods

Add-On Releases IBank - Simple, Flexible, Integratible bankin system for any cash system! vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2024