The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to define 'do_unset(...)' for a value in the 'userfield' table for 'add member'?
Hello.
To use this function (method) properly, how can I define '$this->{$this->table}' as the 'userfield' table in the following statement: ~~~~~~~~~~~ if (isset($this->{$this->table}["$fieldname"])) ~~~~~~~~~~~ when at the 'register_addmember_process' hook location in register.php? During the 'add member' process, I want to 'UNSET' a value in the 'userfield' table via the hook, 'register_addmember_process' if, when using regex, it finds the input text field's default value is still in the field after the form is submitted. I want to keep the userfield as required, but only under 1 specific condition. Thanks in advance. |
#2
|
|||
|
|||
Anyone?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|