Message Text |
In my details.tpl I have the following:
<IF {LINKCATID} is 32}>
<p>No Photos</p>
<OTHERWISE>
<!-- BEGIN LINK ATTACHMENTS -->
<IF {ATTACHHASTHUMB}>
<div class="floatattach">
<img src="{ATTACHDOWNLOADURL}" alt="{LINKTITLE}" title="{ATTACHFILETITLE}" /></div>
<OTHERWISE>
Attached Files: <a href="{ATTACHDOWNLOADURL}">{ATTACHFILETITLE}</a> ({ATTACHKB} KB, {ATTACHDOWNLOADS} downloads)<br />
<br />
</IF>
<!-- END LINK ATTACHMENTS -->
</IF>
However, that is not working and the <OTHERWISE> section is still showing in links within cat #32. I have triple checked that the numer is correct so is the condition of LINKCATID correct?
Cheers
Jill |