The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Quick Registration Hack v1.0 (any location!) Details »» | |||||||||||||||||||||||||||
Quick Registration Hack v1.0 (any location!)
Developer Last Online: May 2008
As required [ Here ] by Reverend
What does this hack do? Allows for quick registration of users! When doing usergroup permissions and restricting access to alot of things you can use this little hack to call a quick register instead of Showing No Permission! It allows for you to also disable the option in the Registration Settings For instance if you restrict viewing in thread for guests they will get the normal empty forum with no threads and also they'll get a quick registration form! Enjoy! Suggestions? Questions? Comments? [ g-force2k2 ] *Notice: This hack doesn't include Coppa users. So if you rather have users join as Coppa if they're suppose to be then probably this isn't the hack for you What to do: +++++++++++++++++++++++++++++++++++++++++++++++++ // +++++++ Queries to Run (1) +++++++ // +++++++ File Modifiactions ( ? ) +++++++ // +++++++ Template Modifications ( ? ) +++++++ // +++++++ Templates To Add (1) +++++++ +++++++++++++++++++++++++++++++++++++++++++++++++ I tested this hack on the forumdisplay.php but you can use it anywhere Instructions in the php file attached just open it in notepad... sorry but once again no screenshots... would appreciate if someone could attach some thanks... Enjoy... g-force2k2 Edit: Zip updated thanks to Reverend for showing me an error in instructions Show Your Support
|
Comments |
#82
|
||||
|
||||
Very cool hack - I am sure this will boost new users
|
#83
|
||||
|
||||
Can I get some help? I stripped my version down because I don't want the retyping of the password or the email. I got rid of the actual fields to type them in, but when I create a new test user it says that all the fields weren't filled.
How do I make it so the system isn't looking for those retype fields? I was also wondering if a hack like this could be applied to the login information as well. So that way if they are registered you are providing the means to login as well. Can anybody help me please? |
#84
|
|||
|
|||
Hello....
I use this hack and its very cool.... but i hav a little problem, i want this hack also in the showthread.php like the links below... i want this link: http://www.phonecity.de/forum/showth...&threadid=1368 shows the same as this link: http://www.phonecity.de/forum/forumd...p?s=&forumid=6 If the user is not registred or logged in... pls help thx maxxxxxx |
#85
|
|||
|
|||
Sorry for the bump and all, but I was a little curious.
All quick registered users have all their options set to NO. This causes a lot of e-mails to the webmaster. The hack definitely boosts members, but we'd like to know how we can alter the settings so some of the options are turned on yes and a select few are on no. This hack is great. Thanks for it. Hope you can modify this if you have the time. (I am using 2.3.0 of course) |
#86
|
||||
|
||||
Is it all ok on 2.3.0 too?
|
#87
|
|||
|
|||
Hello there.
I have installed this hack but i have a small problem. When users register with the quick reg form ALL options are by default disabled. Do i have the choice to decide WHICH options are enabled and which not by default? e.g. Enable Private Messaging? Thanx in advance |
#88
|
|||
|
|||
Bump for help....?
|
#89
|
|||
|
|||
aaaah! please update your instructions... i couldn't run that query because you are using a ' for the description... and mysqladmin thinks ' is used to mark the query's end
my opinion: nice hack but TheLab got it... due to the missing of hidden fields all options are turned off... and turning off the "new message popup" can cause that users don't see your messages found the solution for all "turned off" problems @ TheLab: have a look at all the templates that belong to the "normal login"... in at least one of them should be hidden fields like Code:
<input type="hidden"... /edit: have a look at register_adult... you'll find something like: Code:
<input type="radio" name="allowmail" value="yes" checked> Code:
<input type="hidden" name="allowmail" value="yes"> everything clear? |
#90
|
|||
|
|||
After attemping to install this hack. I get a SQL Error when i try and run tyhe Query that you have provided. In your instrustions it says to run this query:
Quote:
Quote:
|
#91
|
|||
|
|||
the first error ist because that ' in doesn't ... this should be (as i said) removed...
use Code:
INSERT INTO setting VALUES (NULL, 6, 'Quick Registration Enabled?', 'QRenabled', '1', 'Allows unregistered users to use the Quick Register Option (Notice: This option doesnt use the coppa function!)', 'yesno', 18) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|