The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
change hack hook from activation to completing registration
I'm using this hack that puts people into a certain usergroup based on a custom registration field. The plugin is called into play when the activation link is used in the confirmation email. I'd rather not have email confirmation. Is there a way to hack the mod so that the plugin works without the email activation?
|
#2
|
||||
|
||||
Yes, but it takes some tinkering because of what variables are in scope and what variable names are used at that stage. I chose not to release another version because I just don't have time to support it. But, I am personally using one that works without activation. I'll pm you the code.
|
#3
|
|||
|
|||
thanks for the code... my problem is that I have to use the primary usergroup mod. The activation hook works, but that new hook doesn't work for the mod I'm using:
PHP Code:
|
#4
|
||||
|
||||
The hook works, but the variable names were different in that area if I recall correctly. You need to go read register.php around that hook and see what variables they were using. I'm not at home right now and can't access the code.
|
#5
|
|||
|
|||
looks like this is the hook in register.php:
PHP Code:
PHP Code:
PHP Code:
actually nevermind - we decided to require email activation - problem solved |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|