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 |
#32
|
||||
|
||||
I'm going to think about the password issue, I fully support no passwords in emails when it comes to things like banks or corporate email systems, but web discussion forums barely need passwords to be honest- unless someone is a mod or admin I personally wouldn't lose sleep over a password sent by email.
|
#33
|
|||
|
|||
Would it be possible to make the make the registration box hower in a fixed position on top of the page so that it has a fixed position on the screen if if the users scrolls. I think that might give a much higher registration rate as the quick registration would be right there whenever someone reads something they want to reply to. (especially so when viewing a thread.)
|
#34
|
|||
|
|||
Thanks BOP, I am going to try it with the regular registration off. Since the reg box will show up on every page in my setup, a registration link or button seems redundant.
I have styled using the stylevars, the registration box to something more suitable to my dark theme. (you can see it in my profile here) But I noticed the username box is white when on a page, but it goes black when one starts to type in it. Of course the text font stays black, but you cant read it then. I looked in the xml and stylevars bat cant find where to fix that. |
#35
|
|||
|
|||
And I am sorry for so many questions...
But, I am wondering if when the user account is created, if the account settings will follow the admin acp default registration options that are preset? |
#36
|
|||
|
|||
Great little mod. If you're taking feature requests, I have an idea. Feel free to ignore.
What if this appeared at the bottom of a thread or article under the reply box? That way, people who wanted to reply to a thread could enter their reply and register quickly at the same time. Presumably the reply would have to remain in the mod queue or something until the person logged in again. I think that would increase registration and thread participation. |
#37
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
|
#38
|
|||
|
|||
Just wanted to say that I have been giving this a nice battery of tests, and I quite like it!
Still monitoring the spam thing, but so far none have used it. Still havent figured out the username box background change on entry, checked out register.css, but all that has is a few short snippets for the check/x image and popup backgrounds. Nothing in there for the entry field box. (edit to add: should I add a css entry for setting the background?) (edit again again: yes, it works properly in the regular registration form. Just tested.) But I do like how this works and just use a usergroup with limited priv for the new member group. (edit also to add: I implemented the additional css to hide the time area. Like that and for me it prevents user confusion when it shows just some city, and in the end their time zone is set properly anyway, so they dont notice it missing) |
Благодарность от: | ||
BirdOPrey5 |
#39
|
|||
|
|||
And finally for now, edit to add:
I think I figured out how the background changes in the username input box.... register.css Code:
input.greenbox { background:url({vb:stylevar imgdir_misc}/tick.png) {vb:stylevar right} center no-repeat; } input.redbox { background:url({vb:stylevar imgdir_misc}/cross.png) {vb:stylevar right} center no-repeat; } Let me check my regular registration page to see if that has been happening. Bet it has been happening too, kinda think I didnt test it like I thought. |
#40
|
|||
|
|||
OK, I changed the snippet above, with the snippet below,...and it fixed it.
Code:
input.greenbox { background:url({vb:stylevar imgdir_misc}/tick.png) {vb:stylevar right} center no-repeat; background-color:#ffffff; } input.redbox { background:url({vb:stylevar imgdir_misc}/cross.png) {vb:stylevar right} center no-repeat; background-color:#ffffff; } |
Благодарность от: | ||
DemOnstar |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|