Short and Simple Registration system - Collapsible addition information
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> 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> Code:
<p class="description">{vb:rawphrase enter_valid_email_address}</p> 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> Code:
<vb:if condition="$show['customfields_profile']"> {vb:raw customfields_profile} </vb:if> Code:
<p class="description">{vb:rawphrase enter_valid_email_address}</p> Code:
<vb:if condition="$show['birthday']"> {vb:raw birthdayfields} </vb:if> 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
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 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
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 |