MyBB Community Forums

Full Version: Associate Images with Custom Profile Fields..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to associate an image with custom profile fields, is that possible?
Go to: ACP > Templates > Your theme's Templates > Postbit Templates > postbit_author_user > and add the following code "before" each variable;
<img src="YOUR_IMAGE_URL_GOES_HERE">&nbsp;

Is that what you mean ?
(2011-03-29, 07:54 AM)Yaldaram Wrote: [ -> ]Go to: ACP > Templates > Your theme's Templates > Postbit Templates > postbit_author_user > and add the following code "before" each variable;
<img src="YOUR_IMAGE_URL_GOES_HERE">&nbsp;

Is that what you mean ?

Somewhat, is there a way to add an image for every option?
Yes, add that <img src=""> tag in front of every {$post['some_thing']} variable.