PDA

View Full Version : Profile Fields in a div


Favourtism
11-13-2008, 06:48 PM
On the index I have a div at the top of a forum, which is a box with content in. I have a profile field18 and want it to be like
<img src="blahblaheg.com/(whatever profile field is). I have it set up so if it was
blahblaheg.com/favourtism then an image of me would show and I want this to be on the forum.
At the mo. I can only get their avatar to show

what code is it to have a profilefield in a link/img on this
http://uploadpicz.com/images/J6J6CH2.png

Lynne
11-13-2008, 07:45 PM
What have you tried using? It always helps if we can see what code you have tried.

I use this in my navbar, so try this:
$vbulletin->userinfo[fieldxx]

SEOvB
11-13-2008, 08:43 PM
<img src="http://whatever.com/images/$bbuserinfo[fieldX]" alt="" />