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
Really Fast Registration by BOP5 Details »»
Really Fast Registration by BOP5
Version: 2.2.0, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.x.x Rating:
Released: 08-16-2013 Last Update: 12-17-2013 Installs: 92
Supported Uses Plugins Auto-Templates
Additional Files  

Brought to you by BirdOPrey5 / Qapla.com

Live Demo: http://www.totallycommercials.com/

The purpose of this mod is to get users registered as quickly as possible. Users just enter a username, a valid email address, check a box agreeing to the rules (optional), and hit register, and they are sent an email with a randomly generated password.

The fact they get the password by email confirms they entered a valid email address (if they ever log in, you know it is legit.)



Full Feature List
  • Displays on top of Forum Home (forum.php)
  • Ability to customize script name to reduce chances of Spam
  • Uses built in VB javascript to verify valid username in real time
  • Uses 3rd party javascript to detect user's timezone and set it during registration
  • Fully Phrased for easy customization or translation
  • Full use of Stylevars to control colors/layout options
  • Agree to Forum Rules checked by default option
  • Show randomly generated password after registration option (this could lead to users with invalid emails however, not recommended)
  • Random passwords generated vary in length
  • Choose default usergroup for new registrations
  • Register button not active until valid looking username/email entered into form
  • Apply specific referrer to all users who register via this mod (good for tracking purposes)
  • Compatible with my Rename Regiter.php Mod
  • In unlikely event of error on registration user returned to regular registration script.
  • Option to hide rules completely
  • Option to show RFR Form to Admins at all times
  • Option to put RFR Form on any/all templates manually (RFR Anywhere)
  • Option to show JavaScript confirmation that explains why a valid email is needed and gives user option to update their email address.
  • Compatible with VB 3.8.x
  • Support for Human Verification
  • Added option allowing user to hide the form for a set number of days
  • NEW - Added option to enable the register_addmember_complete hook to increase compatibility with other registration mods
  • NEW - (In Beta) - Added option to use RFR form in "IFRAME" mode for non-VB pages.


I've used this mod for a month or so on my site, I have not had any spammers use it, probably too new for them to take notice.

The mod uses its own email phrases for new registrations so be sure to customize it if you want to.

Some important phrases...

Email Body Text Phrases
bop5rfr_newuser - Email sent to email addresses set to be notified of new users
bop5rfr_welcome - Email sent to new users (contains their password and other info)

Error Message Phrases
bop5rfr_reg_complete - Message shown upon completed Registration
bop5rfr_error_missing_values - Message shown if missing values (only possible if javascript disabled)

Front-End Redirect Messages
bop5rfr_problemredirect - Message shown if error and being redirected to full registration form (unlikely to happen)

GLOBAL Phrases
bop5_rfr_agree_to_rules - Agree to rules text
bop5_rfr_really_fast_reg_join_now - Text in title
bop5rfr_timezone_detect - [Timezone Detetion]
bop5rfr_confirm1 & bop5rfr_confirm2 - JavaScript Confirmation before submitting form



The "External Content" is an option to load the time zone detect javascript remotely, you can load it locally if you prefer.

This mod is compatible with vBulletin 3.8.x and vBulletin 4.x.x

------------------------------------------------------

Please "Mark as Installed" if you use this.
Donations always appreciated. :up:
Nominate MOTM if you LOVE it!

Download Now

File Type: zip Really Fast Registration by BOP5 v210.zip (18.2 KB, 71 views)
File Type: zip Really Fast Registration by BOP5 v220.zip (19.7 KB, 387 views)

Screenshots

File Type: jpg really-fast-reg-ss1.jpg (113.4 KB, 0 views)
File Type: jpg really-fast-reg-ss2.jpg (22.5 KB, 0 views)
File Type: jpg rfr-qapla.jpg (19.6 KB, 0 views)
File Type: jpg really-fast-reg-settigs.jpg (121.6 KB, 0 views)
File Type: jpg really-fast-reg-javascript-confirm.jpg (23.0 KB, 0 views)
File Type: jpg really-fast-reg-vb3-2.jpg (159.4 KB, 0 views)
File Type: jpg really-fast-reg-vb4-hv-qa.jpg (98.5 KB, 0 views)
File Type: jpg really-fast-reg-vb4-hv-re.jpg (86.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
7 благодарности(ей) от:
crazyboy1661, eTiKeT?, ForceHSS, john7911, RichieBoy67, Robru, slinky

Comments
  #172  
Old 01-28-2014, 11:18 AM
ahobilam's Avatar
ahobilam ahobilam is offline
 
Join Date: Aug 2011
Location: Chennai, India
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Members are reporting that VB's Password reset system is very hard to follow and reset password.
Can BOP5 consider making an alternate password resetting mod as used a part of this Really Fast Registration Mod.
This new Mod can ask the user to fill one of his stored data like date of birth as proof to show the password on screen.
Thanks in advance.
Reply With Quote
Благодарность от:
Manoel J?nior
  #173  
Old 01-28-2014, 06:24 PM
jimsflies jimsflies is offline
 
Join Date: Aug 2009
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think that defeats the purpose of this mod. By emailing the password, it verifies that they are indeed the person with access to that email (verifying the email address). It eliminates all the back and forth with confirming an email when you register.

What you might consider doing is editing the password email that is sent and have a clear link to the settings page where they can change their password.

To change your button add this line to your additional css template (substitute your favorite color for the instead of #000):
Code:
#bop5rfrnext {background:#000}
Reply With Quote
Благодарность от:
Max Taxable
  #174  
Old 01-29-2014, 06:56 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jimsflies View Post
To change your button add this line to your additional css template (substitute your favorite color for the instead of #000):
Code:
#bop5rfrnext {background:#000}
This is correct. Thanks, Jim. :up:
Reply With Quote
Благодарность от:
ahobilam
  #175  
Old 01-30-2014, 01:23 AM
ahobilam's Avatar
ahobilam ahobilam is offline
 
Join Date: Aug 2011
Location: Chennai, India
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
This is correct. Thanks, Jim. :up:
Code:
#bop5rfrnext {background:#0202B1}
#bop5rfrnext {color:#FFEB87}
#bop5rfrnext {font-weight:bold;}
I was required to change all the above to get it perfect for my custom style.
Marked as Excellent!
Thanks a lot.
Reply With Quote
  #176  
Old 02-08-2014, 02:01 PM
jimsflies jimsflies is offline
 
Join Date: Aug 2009
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using this mod: https://vborg.vbsupport.ru/showthread.php?t=236069 for my forum rules.

For some reason, the RFR mod isn't registering the accepted rules when people use it to register.

Is there anyway to configure RFR to work with the other rules mod?
Reply With Quote
  #177  
Old 02-19-2014, 07:31 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jimsflies View Post
I'm using this mod: https://vborg.vbsupport.ru/showthread.php?t=236069 for my forum rules.

For some reason, the RFR mod isn't registering the accepted rules when people use it to register.

Is there anyway to configure RFR to work with the other rules mod?
Honestly not familiar with how that rule mod works... Looked through the source code and not seeing any easy way to integrate them.
Reply With Quote
  #178  
Old 02-19-2014, 08:13 PM
jimsflies jimsflies is offline
 
Join Date: Aug 2009
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem. I ended up disabling the rules from the RFR mod and added some verbage about needing to accept the rules prior to posting (which it redirects them to do anyways) in the email they get with their password. (Not that anyone reads any of it anyways.)

So now its an even faster RFR with no rules.
Reply With Quote
Благодарность от:
BirdOPrey5
  #179  
Old 04-12-2014, 09:19 PM
Jennifer2010 Jennifer2010 is offline
 
Join Date: Mar 2011
Posts: 94
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks awesome. I'd love to see this with the ability to add a password field as well so they don't have to remember their random password or go through the trouble of changing it. As is, our members use the "forgot password" function a ton and I'm sure with this, it'd go through the roof.
Reply With Quote
  #180  
Old 04-13-2014, 08:51 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Jennifer- The lack of a password field is the main point of this fast registration. I would encourage people who used it to change their password to something custom after registering - that would be good practice anyway - I do not intend to add a password field, sorry.
Reply With Quote
  #181  
Old 05-20-2014, 06:43 PM
reesev reesev is offline
 
Join Date: Dec 2005
Location: TeXaS
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

users are not recieving their passwords.. any idea what could be blocking these emails from being sent? i changed it from php_mail() to smtp still no luck.
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:29 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.06216 seconds
  • Memory Usage 2,380KB
  • Queries Executed 28 (?)
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_code
  • (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
  • (11)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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