The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VSa - Advanced Registration Details »» | |||||||||||||||||||||||||||||||||||||||
Info:
This product adds several advanced options to control new registrations, like: - 'Random Questions' - User must answer random question to continue with the registration (can be on/off) - 'Invitations System' - Let users invite their friends to join community - You can choose to accept only invited people to register - 'moderated users' management (accept/edit/contact/delete) - e-mail users automatically when their accounts are accepted (can be on/off) - 'non-activated users' management (accept/edit/contact/delete) - Option to delete inactive accounts automatically if not confirmed X days after registration All these features are controlled from one single page. Notes: - Don't forget to check/update product options after installation - Only Admins can access mentioned product options/logs - Inviter is automatically marked as referral when invited user registers using invitation code Installation: 1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product] To set options: Go to: AdminCP > vBulletin Options > VSa - Advanced Registration Versions: v1.0 - Nov 29. 2008. -Initial Version v1.7 - Feb 08. 2009. -Latest vB 3.x version v2.0 - Feb 17. 2010. -Updated for vB 4 -Done some code cleanup, minor bugs fixed v2.0.1 - Feb 19. 2010. -Fixed: Multiple invitations not sent properly -Fixed: JS error if there are whitespaces in email address list -New: Exclude groups from sending invites v2.0.2 - May 22. 2012. -Compatible with vBulletin 4.2 v2.0.3 - Apr 22. 2013. -Compatible with vBulletin 4.2.1 Download Now
Screenshots
Show Your Support
|
10 благодарности(ей) от: | ||
bluebare, DDIG, EliasAlucard, Insta-Gator, josner, K4GAP, SamSteve, yin9, Zakalway |
Comments |
#252
|
|||
|
|||
It works fine on 4.1.3.
|
#253
|
|||
|
|||
I'm a total newbie and dont know a thing about anything but I managed to add this plug in and it was so helpful I cant tell you!
Thank you so much! |
#254
|
||||
|
||||
Why in the emails sent for invitation the link to register is not with the referred id?
A link for example: site.com/register.php?referrerid=2 Because the invited users must write manually the referrer username. Please, consider to add this option in future version. |
#255
|
|||
|
|||
Don't worry, inviter is marked as referrer the other way.
There is NO need to add referrerid=X to address. |
#256
|
|||
|
|||
HTML Code:
<script language="Javascript" type="text/javascript"> function VSaChAregAll(obj) { arrInput = document.getElementsByTagName("input"); for (i=0; i<arrInput.length; i++) { if (arrInput[i].type == 'checkbox') { arrInput[i].checked = obj.checked; } } } function VSa_SwitchAreg(target) { if (target=="users_mod") { document.getElementById("vsaareg_tu_mod").style.display = "block"; document.getElementById("vsaareg_tu_act").style.display = "none"; document.getElementById("vsaareg_tu_inv").style.display = "none"; document.getElementById("vsaareg_tq").style.display = "none"; } if (target=="users_act") { document.getElementById("vsaareg_tu_mod").style.display = "none"; document.getElementById("vsaareg_tu_act").style.display = "block"; document.getElementById("vsaareg_tu_inv").style.display = "none"; document.getElementById("vsaareg_tq").style.display = "none"; } if (target=="users_inv") { document.getElementById("vsaareg_tu_mod").style.display = "none"; document.getElementById("vsaareg_tu_act").style.display = "none"; document.getElementById("vsaareg_tu_inv").style.display = "block"; document.getElementById("vsaareg_tq").style.display = "none"; } if (target=="questions") { document.getElementById("vsaareg_tu_mod").style.display = "none"; document.getElementById("vsaareg_tu_act").style.display = "none"; document.getElementById("vsaareg_tu_inv").style.display = "none"; document.getElementById("vsaareg_tq").style.display = "block"; } } </script> HTML Code:
<script type="text/javascript"> <!-- function VSaChAregAll(obj) { arrInput = document.getElementsByTagName("input"); for (i=0; i<arrInput.length; i++) { if (arrInput[i].type == 'checkbox') { arrInput[i].checked = obj.checked; } } } function VSa_SwitchAreg(target) { if (target=="users_mod") { document.getElementById("vsaareg_tu_mod").style.display = "block"; document.getElementById("vsaareg_tu_act").style.display = "none"; document.getElementById("vsaareg_tu_inv").style.display = "none"; document.getElementById("vsaareg_tq").style.display = "none"; } if (target=="users_act") { document.getElementById("vsaareg_tu_mod").style.display = "none"; document.getElementById("vsaareg_tu_act").style.display = "block"; document.getElementById("vsaareg_tu_inv").style.display = "none"; document.getElementById("vsaareg_tq").style.display = "none"; } if (target=="users_inv") { document.getElementById("vsaareg_tu_mod").style.display = "none"; document.getElementById("vsaareg_tu_act").style.display = "none"; document.getElementById("vsaareg_tu_inv").style.display = "block"; document.getElementById("vsaareg_tq").style.display = "none"; } if (target=="questions") { document.getElementById("vsaareg_tu_mod").style.display = "none"; document.getElementById("vsaareg_tu_act").style.display = "none"; document.getElementById("vsaareg_tu_inv").style.display = "none"; document.getElementById("vsaareg_tq").style.display = "block"; } } // --> </script> {vb:raw headinclude_bottom} |
#257
|
|||
|
|||
Anyone explain why this error happens when enter emails?
Error: e-mail address(es) incorrect: function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i-1][0]) { this.splice(i,1); } } }; function () { for (var i = 0; i <= this.length; i++) { this.shift(); } } Thanks |
#258
|
||||
|
||||
Quote:
|
#259
|
|||
|
|||
Thanks Videx, my error message is considerably shorter than that one plus I uninstalled the vbstatus mod.
I'll have another hunt. |
#260
|
||||
|
||||
The next obvious step would be to try disabling all your mods. But as you see from that experience, sometimes just disabling them doesn't fix it.
|
#261
|
|||
|
|||
<font size="6">Any hack for 4.1.3 ? Pls reply</font>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|