User's avatar placeable everywhere (trivial, but requested)
This modification is in the archives.
This trivial plugin allows to place a user's avatar (nearly) everywhere in the templates (it defines $vbulletin->userinfo['avatarurl'] and $vbulletin->userinfo['avatarsize'] or - when using legacy variables - $bbuserinfo['avatarurl'] and $bbuserinfo['avatarsize']).
Sorry for posting something that simple, but it was requested Spoiler (click to open)
This is similar to something that i want. I want the users avatar to be placed at the header of the site!!!
Close
EXAMPLE USAGE: (install "avatarplaceableeverywhere.xml" plugin before) HTML Code:
<if condition="$bbuserinfo[avatarurl]"> <img src="$bbuserinfo[avatarurl]" $bbuserinfo[avatarsize] alt="<phrase 1="$bbuserinfo[username]">$vbphrase[xs_picture]</phrase>" /> </if> ![]() Download This modification is archived and cannot be downloaded. |
Similar Mods
Show User's Avatar in Navbar v1.1 | vBulletin 3.5 Add-ons |
Avatar points to user's website | vBulletin 3.0 Template Modifications |
Make a user's avatar invisible | vBulletin 2.x Full Releases |