The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Trying to display senders avatar
I have the following code and it somewhat works:
Code:
if ($vbulletin->userinfo['userid']) { require_once(DIR . '/includes/functions_user.php'); $userid = $pm['fromuserid']; $pmavatar = fetch_avatar_url($userid); if (!$pmavatar) { $pmavatar = $stylevar['imgdir_misc'] . '/unknown.gif'; } else { $pmavatar = $vbulletin->options['bburl'] . '/' . $pmavatar[0]; } } else { $pmavatar = $vbulletin->options['bburl'] . '/image.php?u='.$userid.'&type=thumb'; } The second avatar in the image should be in the first space while the third avatar should be in the second and third space as it's from the same user. I feel like I'm on the right track just don't know where to go from here, can anyone help? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|