The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Really Fast Registration by BOP5 Details »» | ||||||||||||||||||||||||||||||||||||||||||
Really Fast Registration by BOP5
Developer Last Online: Aug 2023
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
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
Screenshots
Show Your Support
|
7 благодарности(ей) от: | ||
crazyboy1661, eTiKeT?, ForceHSS, john7911, RichieBoy67, Robru, slinky |
Comments |
#142
|
||||
|
||||
yes i enable Enable RFR Anywhere to yes. the setting is set correctly. am using vb 4.2.2
not showing on everypage |
#143
|
||||
|
||||
And you have added the code to the footer template itself? Not FORUMHOME template?
I ask because I have tested it on many forums and never ran into the issue where it was in the footer template but only showing on FORUMHOME. Can you link to your site? |
#144
|
||||
|
||||
its working now. thanks man...nice script
|
Благодарность от: | ||
BirdOPrey5 |
#145
|
||||
|
||||
New Release: 2.1.0
New Option- Allow users to hide (dismiss) the RFR Form for an Admin set number of days. Note- if upgrading from 2.0.0 only file upload is not necessary, just import the XML file. |
#146
|
|||
|
|||
Joe- I installed this on my vb3.8 forum. I'm also running the BBR - Welcome Thread mod. It appears that when registering with Really Fast Registration, a welcome thread is not created. Is it possible to make these work together? Or perhaps I have something set incorrectly.
Also, I'm not seeing the time zone detection script on firefox. Does it not work with firefox? EDIT: I now see firefox is working, wasn't looking for the timezone in the top area of the page. Still would like to see it work with the Welcome Thread Mod |
#147
|
||||
|
||||
Jim,
Probably doesn't work with the BBR mod since this doesn't have any of the registration built in hooks. but... Try editing the bor5_rfr.php file. Just above the line- Code:
if (!$vbo['bop5rfr_showpass']) Code:
$vbulletin->userinfo['username'] = $username; ($hook = vBulletinHook::fetch_hook('register_addmember_complete')) ? eval($hook) : false; Also- please "Mark as Installed" :up: |
#148
|
|||
|
|||
That sort of worked.... it while I registered a username called "testing", it created a welcomed thread for a member called "unregistered".
----EDIT---- Ooops... I take that back. Originally I only added the second line of code above and didn't have the $username defined. It works like a charm now with the BBR Welcome Thread mod. Joe you ROCK! |
#149
|
||||
|
||||
You're welcome. Originally I didn't put in the first line, when I looked at the BBR code more closely I realized I needed it. It was an Edit to the original post.
I will add the hook as an option in a future version. :up: |
#150
|
|||
|
|||
That'll teach me to take the file edits from the email notification instead of coming here to make sure I get the latest.
|
Благодарность от: | ||
BirdOPrey5 |
#151
|
||||
|
||||
Anyway to get this mod to work in a small window by itself? I'm using vBSSO with Wordpress, and while I want people to use the regular registration on the vB side, on the Wordpress side I'd like people to get fast registration. Perhaps just getting this fast registration box through an iframe.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|