Log in

View Full Version : help with avatar display


control1110
11-17-2007, 04:15 AM
I want to display my user's avatar up in the navbar right next to the welcome. what code I do need to put into it to do that?

WhaLberg
11-17-2007, 09:11 AM
<img src="image.php?u=$bbuserinfo[userid]" />

control1110
11-18-2007, 06:55 AM
what if I do not have the avatar images stored on the sql server and its on a separate file. I already tired $bbuserinfo[avatarurl] and that doesn't work

--------------- Added 1195453300 at 1195453300 ---------------

anyone?

control1110
11-20-2007, 05:00 AM
Im looking to do something similar to http://forum.bodybuilding.com/ when you log in you can see your avatar next to your name in the navbar

control1110
12-13-2007, 06:59 AM
can anyone help me out with this?

ChU v2
12-13-2007, 08:14 AM
I think there using a plugin, I tried a bunch different things and can't get it to display.

control1110
12-13-2007, 09:35 AM
anyone know what plugin that is? I can't seem to find it. I have also tried everything I could think of and can't figure it out

nyunyu
12-13-2007, 10:10 AM
maybe you can try to tweak vbadvanced welcome block module and get the code from there since there were using the same thing.

Lynne
12-13-2007, 04:20 PM
There is a search bar at the top of the site that works pretty well. Avatar in Mods in Title:

https://vborg.vbsupport.ru/showthread.php?t=99498&highlight=avatar

control1110
12-13-2007, 04:39 PM
that one works for v3.5 not 3.6

Update, Nevermind I got it working.