I fixed the problem. There is a mistake in the directions, for the template edit. The directions for uploading the images say: upload all images to /images/rpg
Yet in the template edit. the exp image is being called from "images/bar"
<td class="rpg2" nowrap="nowrap" ><img alt="$post[username]'s XP" src="images/bar/bxg.gif" width="$ep%" height="8" /><img alt="$post[username]'s XP" src="images/bar/bxb.gif" width="1" height="8" /></td>
I just changed bar to rpg, and it works perfectly.
|