Quote:
Originally Posted by Opserty
You will have to edit a template then, if you want to include custom HTML into the Registration Form. PHP code can be placed in a nearby Plugin and then use that to call and evaluate a template. Then use the variable, that the template is evaluated to, in the registration template.
|
I found a way very similar to what your describing, but without editing a template. In order to add a custom set of fields to the actual registration form I did the following:
- Created a hook on register_activateform that appended my custom template form fields to $profile_variable
- Created another hook on register_addmember_process to pull and verify my form specific information.
If anyone thinks of any caveats to that I'd really like to hear them, but it appears to work very well, and I don't have to modify any regular VBulletin php files or templates.
Scuzzy