It working in AdminCP with this:
images/medals/medal-blue.gif
images/medals/medal-blue-gold.gif
Like this it is working in Admincp but same Images are sent by PN and there it shows not up....
in PN not working: [img]images/medals/medal-red-gold.gif[/img]
--------------- Added [DATE]1336769794[/DATE] at [TIME]1336769794[/TIME] ---------------
oh wait me i add this to template
--------------- Added [DATE]1336770044[/DATE] at [TIME]1336770044[/TIME] ---------------
<img src="$award[award_img_url]" alt="$award[award_name]" border="0">
hmm
change to this:
<img src="$vboptions[homeurl]$award[award_img_url]" alt="$award[award_name]" border="0">
??