View Full Version : Mini Mods - Short and Simple Registration system - Collapsible addition information
Scanu
09-02-2011, 10:00 PM
Hi guys this is a mod of this modification (https://vborg.vbsupport.ru/showthread.php?t=254438) 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 (https://vborg.vbsupport.ru/showpost.php?p=2241789&postcount=7) to see how to fix
If you want to change or translate the phrase of the button go here (https://vborg.vbsupport.ru/showpost.php?p=2241788&postcount=6)
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
Manoel J?nior
09-03-2011, 05:32 PM
Please, make plugin!
Thanks
vBulletin 3.8.7
Scanu
09-03-2011, 06:02 PM
I wiil do it but for now i can just post the templates :)
kfyonur
09-04-2011, 07:05 AM
<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.
Scanu
09-04-2011, 08:49 AM
HOW TO CHANGE/TRANSLATE PHRASE
In the template search
Additional informations for accurate registration
and replace with your phrase
Scanu
09-04-2011, 08:49 AM
HOW TO FIX ADDITIONAL INFORMATION REQUIRED BUG
If you have selected custom field as required you have to:
Find this:
<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
<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
<p class="description">{vb:rawphrase enter_valid_email_address}</p>
Under this add
<vb:if condition="$show['customfields_profile']">
{vb:raw customfields_profile}
</vb:if>
If you have the birthday as require
Find this:
<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
<vb:if condition="$show['customfields_profile']">
{vb:raw customfields_profile}
</vb:if>
Then find
<p class="description">{vb:rawphrase enter_valid_email_address}</p>
Under this add
<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
Scanu
09-04-2011, 09:00 AM
Simplified so it doesn't seem hard
Scanu
09-04-2011, 09:19 AM
https://vborg.vbsupport.ru/showthread.php?t=254438
it is same and easy.
it isn't the same because you can't expand the registration to fill the additional field and there are many bugs with require field
fizzow
09-07-2011, 06:40 AM
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?
Scanu
09-07-2011, 10:29 AM
can you link the forum please i will see what's the problem :)
RichieBoy67
04-26-2012, 08:18 AM
Is this is working on the latest versions of VB or is it working at all?
Scanu
04-26-2012, 05:52 PM
It should work
dog-tag
01-03-2013, 08:34 AM
Works fine, except for the rules box dissapears. I found the other plugin mentioned worked better for me.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.