The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm digging through the files aimlessly, and haven't found it yet.
On a new user registrations, when the user hits submit, I would also like to have the user registered (inserted) into a non vbulletin database. I've generally done this in the past by simply adding a one line include statement to include file with the necessary information, passing the user variables to the file. But I can't seem to locate the code/file on where to place the include statement. Can someone tell me which file or function is processing/inserting a new user registration into vbulletin? |
#2
|
||||
|
||||
![]()
The rather obviously named register.php
Best way would be to put the include into a hook (register_addmember_complete). |
#3
|
|||
|
|||
![]()
I'm not sure how hooks work. Is there an example someplace to take a loot at?
|
#4
|
|||
|
|||
![]()
here's a good article https://vborg.vbsupport.ru/showthread.php?t=82625
|
#5
|
|||
|
|||
![]()
wow, that was simple. I just need to now to change this to include the actual user info, which shouldn't be to hard.
PHP Code:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|