The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Image next to specific users name
is there a way i can put an image next to a single persons name, not the whole usergroup
--------------- Added [DATE]1344582042[/DATE] at [TIME]1344582042[/TIME] --------------- anyone? |
#2
|
|||
|
|||
You might be able to create a plugin using hook fetch_musername and change $user['musername'] if $user['userid'] matches the user, like:
Code:
if ($user['userid'] == X) { $user['musername'] = "<img src="some img url" /> " . $user['musername']; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|