2011-03-29, 07:44 AM
2011-03-29, 07:54 AM
Go to: ACP > Templates > Your theme's Templates > Postbit Templates > postbit_author_user > and add the following code "before" each variable;
Is that what you mean ?
<img src="YOUR_IMAGE_URL_GOES_HERE">
Is that what you mean ?
2011-03-29, 08:12 AM
(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">
Is that what you mean ?
Somewhat, is there a way to add an image for every option?
2011-03-29, 08:16 AM
Yes, add that <img src=""> tag in front of every {$post['some_thing']} variable.