The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Avatar URL in DM
Hi Folks,
I was wondering what the avatar URL key is for the datamanager: Code:
$newuser = & datamanager_init('User', $vbulletin, ERRTYPE_ARRAY); $newuser->set('avatarurl', $avatar); Thanks! |
#2
|
|||
|
|||
I don't see avatarurl as something that you can set for a user. I think it gets set in the userinfo at some point, but it's not stored as part of the user db table.
Edit: Or maybe what you're asking is how to set an avatar for a user via the datamanager? |
#3
|
|||
|
|||
Quote:
Yes, that's what I'm looking on how to do. If unable, I think I can do it via a normal SQL query, but Just wanted to check to see if I can do it in DM. |
#4
|
|||
|
|||
I don't think there's any option for specifying that an avatar is an external url, except when setting your avatar, of course. When you provide a custom url it gets uploaded and then a record is added to the customavatar table. Looking at the file image.php, it looks like you need to have the image data in the customavatar table.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|