Quote:
Originally Posted by Phalynx
As I cannot confirm that I cannot fix that. I can take a look on your forum, please provide me a temporary admin account via PM.
You need to attach .PNG or .GIF - take a look at the function "GetAwards" in functions_xperience.php
|
Im not figuring this out.
Here is what im manually putting in the postbit
Code:
<img border="0" src="$stylevar[imgdir_misc]/level/award_$awardname" title="$awardtitle">
Ive also tried this,
Code:
<img border="0" src="$stylevar[imgdir_misc]/level/award_$awardname.gif" title="$awardtitle">
However the image path that appears is this,
http://warriornation.net/Forum/images/misc/level/award_
and
http://warriornation.net/Forum/image...vel/award_.gif
Notice the actual image name is not appearing. What variable do I need to put in that image path to have it display?