Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VSa - Advanced Registration Details »»
VSa - Advanced Registration
Version: 2.0.3, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 02-16-2010 Last Update: 04-21-2013 Installs: 1338
DB Changes Uses Plugins Auto-Templates
 
No support by the author.

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

File Type: zip VSa - Advanced Registration v2.0.3.zip (12.7 KB, 1933 views)

Screenshots

File Type: jpg navbar.jpg (47.2 KB, 0 views)
File Type: jpg invite.jpg (110.2 KB, 0 views)
File Type: jpg register.jpg (121.4 KB, 0 views)
File Type: jpg manage1.jpg (129.1 KB, 0 views)
File Type: jpg manage2.jpg (88.4 KB, 0 views)
File Type: jpg acp.jpg (208.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
10 благодарности(ей) от:
bluebare, DDIG, EliasAlucard, Insta-Gator, josner, K4GAP, SamSteve, yin9, Zakalway

Comments
  #372  
Old 01-26-2013, 05:02 PM
hoodoola hoodoola is offline
 
Join Date: Sep 2010
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I need the function - Pay to register
please add it
thank you very much
Reply With Quote
  #373  
Old 02-10-2013, 08:21 AM
M.Iftikhar's Avatar
M.Iftikhar M.Iftikhar is offline
 
Join Date: May 2011
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello i getting this error when i click send button........Please tell me how can i do my version is 4.0.3 please some one help me urgent............thanks

Error: e-mail address(es) incorrect: function () { var copy = new Array(); for (var i = 0, tL = this.length; i < tL; i++) { copy[i] = this[i]; } return copy; }; function () /* :Array */{ var tmp = []; for(var i=0, tL=this.length; i=l) { if (this[c] && el>this[c][key]) l=c+1 else r=c-1 c=Math.max(0,Math.ceil((r+l)/2)) } else while (el!=this[c] && r>=l) { if (el>this[c]) l=c+1 else r=c-1 c=Math.max(0,Math.ceil((r+l)/2)); } return c }; function () { // prepare the array with special sorting method /** * Innersorting method for the heap sort * * @param {Number} low * @param {Number} up */ var sift = function (arr, low, up) { var c, tmp = arr[low]; while(true){ c = (low << 1) + 1; if( c > up ) break; if( c < up && arr[c+1] > arr[c] ) c++; if( tmp >= arr[c] ) break; arr[low] = arr[c]; // 1/2 (mini) swap )) low = c; } arr[low] = tmp; }, tmp, maximal = this.length - 1, i = maximal >> 1; while( i >= 0) sift(this, i--, maximal); i = maximal; while( i > 0 ){ // full swap tmp = this[0]; this[0] = this[i]; this[i] = tmp; sift(this,0,--i); } return this; }
Reply With Quote
  #374  
Old 02-10-2013, 01:10 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by M.Iftikhar View Post
Hello i getting this error when i click send button........Please tell me how can i do my version is 4.0.3 please some one help me urgent............thanks
It can't be too urgent or you would have gone to the upper right and used the "Search this mod" function to find the error. Doing this quickly just now leads me to this post where the person finds it to be a conflict with another mod.

PS Don't try to search on that whole long error message, just a select part of it. I used "e-mail address(es) incorrect".
Reply With Quote
  #375  
Old 02-10-2013, 02:31 PM
bzcomputers's Avatar
bzcomputers bzcomputers is offline
 
Join Date: Apr 2012
Location: TX
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by M.Iftikhar View Post
[B][B][COLOR=red]Hello i getting this error when i click send button........Please tell me how can i do my version is 4.0.3 please some one help me urgent............thanks
Probably is related to the mod conflict in question mentioned here: https://vborg.vbsupport.ru/showpost....&postcount=227

The mod conflict was found to be between this and VBSTATUS.
Reply With Quote
  #376  
Old 02-11-2013, 07:46 AM
M.Iftikhar's Avatar
M.Iftikhar M.Iftikhar is offline
 
Join Date: May 2011
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey thanks for replying but i do not install vbstatus mod....so please tell me how i can do.

Quote:
Originally Posted by bzcomputers View Post
Probably is related to the mod conflict in question mentioned here: https://vborg.vbsupport.ru/showpost....&postcount=227

The mod conflict was found to be between this and VBSTATUS.
Reply With Quote
  #377  
Old 02-11-2013, 09:39 AM
john7911 john7911 is offline
 
Join Date: Feb 2013
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you
Reply With Quote
  #378  
Old 02-25-2013, 01:00 AM
Zakalway Zakalway is offline
 
Join Date: Nov 2012
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to sort where "Advanced Registration Management" and "Invite Friends" appears on the navigation bar?
Reply With Quote
  #379  
Old 02-26-2013, 02:41 PM
ar15dcm ar15dcm is offline
 
Join Date: Apr 2012
Location: Georgia
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I am going to assume that non-activated users are users that have not responded to the email and clicked on the email activation link?

Other than creating a new account, is there a way to make sure the emails are going out and there are not any problems?

Thanks,
Reply With Quote
  #380  
Old 02-26-2013, 11:07 PM
ar15dcm ar15dcm is offline
 
Join Date: Apr 2012
Location: Georgia
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay so I created an account and registered. Everything went smooth during the registration process until...

I received the activation email and clicked on the link. It then took me to the forum. I signed off and logged back in with my account and noticed that the test account I created was still listed as a non-activated user.

Has anyone else run into this? I am running version 2.0.2

Thanks,
Reply With Quote
  #381  
Old 03-01-2013, 06:56 PM
ar15dcm ar15dcm is offline
 
Join Date: Apr 2012
Location: Georgia
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Today I got a email from a user trying to register. They received the avtivation/email confirmation email and clicked the link but they got an error.

This same users account was sitting in "Non-Activated" even though they tried to click the activation link in the email.

Help!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09421 seconds
  • Memory Usage 2,355KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (9)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete