The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
This is what an avatar image looks like from postbits
Code:
<img src="image.php?u=100&dateline=1309261189" alt="JoeBlow's Avatar" title="JoeBlow's Avatar"> To get a username and userid I think you'll need a plugin in "forumbit_display" Code:
$forum['lastposterid'] = $lastpostinfo['lastposterid']; $forum['lastposter'] = $lastpostinfo['lastposter']; Code:
<img src="image.php?u={vb:raw forum.lastposterid}" alt="{vb:raw forum.lastposter}'s Avatar" title="{vb:raw forum.lastposter}'s Avatar"> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|