Version: 1.6.2, by RDX1
Developer Last Online: Jul 2011
Version: 3.5.4
Rating:
Released: 04-28-2006
Last Update: 06-02-2006
Installs: 228
Uses Plugins Template Edits
No support by the author.
Quick Register - Version 1.6.2
Don't forget to click Install if you use this modifcation!
Description: This plugin will allow you to display a quick registration to quests. This is a port from my template hack that stores the quick register in a template and is able to be called with a variable.
Requirements: vBulletin 3.5.X
Support: This modifcation comes as-is with limited support. If I have time I will look into your support request in this thread, only if you have clicked install.
Installation:
Log into your Admin Control Panel > Plugin System > Manage Products >
[Add/Import Product] > Import the product included in the .zip > Override yes
Go to Styles & Templates -> Choose your style and click on < > to expand the templates ->
Click Navigation/Breadcrumb Templates > Click on navabar
Add to the end of the template $quickregister
Go to vBulletin Options -> Quick Register Settings ->
Turn on/off settings you want/need
Modifcation Includes:
(1) Plugin
(1) Template
(1) Settings group
(5) New Settings
(25) New Phrases
Changelog:
(5/29/06) 1.6.2 Changed how the forum rules window displays, changed phrase text for Quick Register.
(5/26/06) 1.6.1 You can now set the welcome message via the AdminCP. Fixed minor typo in Admin CP.
(5/24/06) 1.6.0 Image Verification included, new welcome message displayed, bug fixes.
(5/222/06) 1.5.0: Both Plugins merged, added setting options, bug fixes.
(4/30/06) 1.1.1: Fixed a phrase issue with Quick Register Age.
(4/30/06) 1.1.0: Added phrases for all text except Months.
(4/28/06) 1.0.0: Converted from the template edition to Plugin Edition.
Credits: Thanks to LiveWire for contributing and looking over some of the alpha code for version of 1.5
Thanks also goes to SecondV for including the code for image verification.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
<?php /*This starts the session that we created on the last page*/ session_start();
/*This trims the random variable of any white space that the user may have unknowingly put in.*/ $random = trim($random);
/*Below is a conditional statement: In English it reads, if the string that the user put into the text box is equal to what is in the image then print to the screen, "You are verified." If they are not equal it tells the user to go back and try again.*/
/*We can use the variable $new_string because we registered it into our session on the last page, it retains its value that it had on the first page.*/ if ($new_string == $random){ echo "Verified: Run register code"; } else{ echo "Denied: Give error message"; } ?>
I'll look into that Chad for image verification. You can add the referral box, or whatever you need depending on what you want displayed.
I've been busy with my newly formed business so I haven't really done anything to this. I would liek to make control panel controls where you can switch image verification on/off and DOB on/off and other settings in the registration admin options.
Quick register 1.5.0 has been released. I'm working on a new design for the template to make registration easier and more clean. Some vital changes were made.