The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Cyb - 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 this 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 > Cyb - Advanced Registration Versions: v1.0 - Nov 29. 2008. - Initial Version v1.1 - Dec 08. 2008. - New: Option to delete inactive accounts automatically after X days - New: You can choose to e-mail users automatically when their accounts are accepted - New: Enable only invited users to join - Some minor bugs fixed v1.2 - Dec 13. 2008. - Fixed bug (Invitation e-mail address must be lower-case) - Fixed bug (Random Question answer must be lower-case) - Fixed bug (Unregistered users able to send Invitations) - New: Limit number of Invitations user can send in 7 days - Minor bug fixes in phrases and html v1.3 - Dec 24. 2008. - Improved detection of newly registered members who accepted invitations - Fixed bug (referrer not marked if invitation code is not required) v1.4 - Jan 02. 2009. - Break lists into pages with standard vB navigation - Code cleanup v1.5 - Jan 25. 2009. -Fixed bug (user can register without proper invitation code) -New: Send multiple invitations at once -New option: Maximum Invitations user can send at once -New: Inviters are now able to add they real name to the message -Minor bug fixes v1.6 - Jan 25. 2009. -Important bug fix in Invitation System v1.7 - Feb 08. 2009. -Fixed bug (Blank 'inviter' field for inviters who have been deleted in the meantime) -Better inactive users detection for auto-prune (only zero-posters deleted) -Fixed some CSS validation errors -New: Check if e-mail address is already registered or invited before sending invitation -Minor bugs fixed Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
blind-eddie, iZefi10 |
Comments |
#32
|
|||
|
|||
I got the problem too! I am waiting for the author of the mod to modify it
|
#33
|
||||
|
||||
I've had this installed since it was released. I don't need to set up "only invited users can register" but I enabled that option so I could see if anyone can register without entering the invitation code.
I can confirm what quite a few others are saying. This feature of the product does not work. *shrug*. |
#34
|
|||
|
|||
Yeah, many issues with this hack which, require fixing.
|
#35
|
|||
|
|||
Quote:
|
#36
|
|||
|
|||
Quote:
or does it work for anybody ?? users can register althought they type an invalid invitation code |
#37
|
|||
|
|||
v1.5 - Jan 25. 2009.
-Fixed bug (user can register without proper invitation code) -New: Send multiple invitations at once -New option: Maximum Invitations user can send at once -New: Inviters are now able to add they real name to the message -Minor bug fixes To upgrade: -Import XML, allow overwrite -Revert hack templates if modified before -Check options and update if needed |
#38
|
|||
|
|||
You mean users won't be able to register without inputting the code? Assuming we've enabled that setting?
|
#39
|
|||
|
|||
Yes. You can not join unless you are invited by forum member.
v1.6 - Jan 25. 2009. -Important bug fix in Invitation System Please upgrade soon. |
#40
|
|||
|
|||
hvala ti puno za upgrade!!
do you know, if it is possible to let create invitation codes that are not coupeled with the email address. so that users can register with any email address if they type in a correct invitation code ?? regards, marko |
#41
|
||||
|
||||
Cybernetec
Thank you for update! And again validation... This code: Code:
<img border="0" align="absmiddle" src="images/statusicon/user_online.gif" title="$vbphrase[cybareg_active]" /><else /><img border="0" align="absmiddle" src="images/statusicon/user_offline.gif" title="$vbphrase[cybareg_inactive]" /> Code:
<img border="0" class="inlineimg" src="images/statusicon/user_online.gif" title="$vbphrase[cybareg_active]" alt="" /><else /><img border="0" class="inlineimg" src="images/statusicon/user_offline.gif" title="$vbphrase[cybareg_inactive]" alt="" /> Wrong: Code:
<table> <form> <tr> <td>content</td> </tr> </form> </table> Code:
<table> <tr> <form> <td>content</td> </form> </tr> </table> Code:
<form> <table> <tr> <td>content</td> </tr> </table> </form> Code:
<table> <tr> <td> <form> content </form> </td> </tr> </table> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|