Quote:
Originally Posted by PKRWUD
Hmmm. You're right. I hadn't noticed that. I just double checked the timeslipsbit template, and I did change it. Still, because it's easy to miss a comma, or such, somewhere, I copied and pasted the code from the instructions again, and the image still doesn't show up in your row. I can see it on your details page, but not the main page. There are others that have the image on the main page, so why doesn't it show up in your row? See, and I thought everything worked perfect. lol. 
|
The reason the others show up is because they just have a link to the slip.. Mine is uploaded.
Wierd... You did upload the new timeslips.php for v2.1 right? If so, and your timeslipsbit template contains the following code it should work:
Code:
<if condition="$tdateline!=''">
<a href="image.php?u=$userinfo[userid]&type=timeslip&dateline=$tdateline" target="_blank"><img src="$stylevar[imgdir_misc]/slipicon.gif" border=0></a>
<else />
$slip
</if>