The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Short and Simple Registration system - Collapsible addition information Details »» | |||||||||||||||||||||||||||||
Short and Simple Registration system - Collapsible addition information
Developer Last Online: Apr 2022
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 to see how to fix If you want to change or translate the phrase of the button go here 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 Now
Show Your Support
|
Comments |
#2
|
|||
|
|||
Please, make plugin!
Thanks vBulletin 3.8.7 |
Благодарность от: | ||
JohorBahru |
#3
|
||||
|
||||
I wiil do it but for now i can just post the templates
|
Благодарность от: | ||
JohorBahru |
#4
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=254438" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=254438</a>
it is same and easy. |
#5
|
||||
|
||||
HOW TO CHANGE/TRANSLATE PHRASE
In the template search Code:
Additional informations for accurate registration |
#6
|
||||
|
||||
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 |
#7
|
||||
|
||||
Simplified so it doesn't seem hard
|
#8
|
||||
|
||||
Quote:
|
#9
|
|||
|
|||
I test this on my test forum but when I click on 'Additional informations for accurate registration' button, seems it doesn't do anything. Why?
|
#10
|
||||
|
||||
can you link the forum please i will see what's the problem
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|