Message Text |
I have a cat field: photoattach
Within the subcategory, begin regular I have the following conditional:
<IF {CATPHOTOATTACH}>
<a href="{CATURL}"><img src="download.php?catid={CATID}&field=photoattach" title="{CATNAME}"></a><br ><a href="{CATURL}">{CATNAME}</a><br >
({CATNUMLINKS} Items) {CATHASNEW} {CATADMIN}
<OTHERWISE>
<img src="{IMAGESURL}/folder.gif" title="{CATNAME}"> <a href="{CATURL}">{CATNAME}</a> ({CATNUMLINKS} Items) {CATHASNEW} {CATADMIN} </IF>
However, even if I do not have an image attached it seems to believe there is as it still only does the first part (ie tries to show the catphotoattach image) and ignores the OTHERWISE
|