The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Editing Users Via Script (related to adding users automatically)
I have read this thread:
https://vborg.vbsupport.ru/showthrea...t=82836&page=4 Which allowed me to easily get going where my site feeds user accounts from my pre-existing PHP site to my vBulletin install. Very cool! Now, the pieces of the puzzle I can't seem to dig up are how to *edit* users after creating them. I need to do this in the case when someone changes their email on the main site so it can be updated in their forums. Also the passwords are kept the same so when they change their password on the main site, I want to update the password. Additionally, I'd like them to manage their signature from the main site as i load a lot of data into their sig based on their participation in my main site so I'd like to allow them to append a personal signature to the site-generated stuff. Anyway, I assume this is relatively straightforward and would guess it can be done somehow using the vB_DataManager_User object, but I can't find an example of initializing that with a user ID. Earlier today I had found a set of API docs, but am currently unable to find them now. My version is 3.6.7 |
#2
|
||||
|
||||
After initializing the datamanger, add this:
PHP Code:
|
#3
|
|||
|
|||
mucho gracias! Seriously, I was completely lost.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|