> To: "WebDNA Talk" 2003) > To: "WebDNA Talk" DOWNLOAD WEBDNA NOW! The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine... tag if>>> the image isn't in the directory you will have to do a fileinfo>>> comparison.>>> >>> [FileInfo file=images/[image]][showif [exists]=T]
>> SRC="...">[/showif][/fileinfo]>> >> He wants a little bit more than that, a different, default image to>> show when the correct one is not available...>> >> Where [image] is the name of the file you are looking for...>> >> [FileInfo file=images/[image]]>> [showif [exists]=T]
[/showif]>> [showif [exists]!T]
[/showif]>> [/fileinfo]>> >> Paul>> >> >> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list
So is this what you're asking:That you want a default image (or something) to show up in case the serverwith the images is not working?That sounds a bit painful if that's the case.If that's not the case, are you talking about no image being available likea shop product where the template requires an image for the product. Ifthat's the case, how do you store the image name in the db. If you store theactual image name in the db, then you could do a:[if ("[imagename]"="")][then]
[/then][else]
[/else][/if]Or if the imagename is based on an SKU, you could add an extra field like"HAS_IMAGE" then:[if ("[HAS_IMAGE]"="T")][then]
[/then][else]
[/else][/if]Regards,Tim> From: "Jesse Crofoot"
tag if>>> the image isn't in the directory you will have to do a fileinfo>>> comparison.>>> >>> [FileInfo file=images/[image]][showif [exists]=T]
>> SRC="...">[/showif][/fileinfo]>> >> He wants a little bit more than that, a different, default image to>> show when the correct one is not available...>> >> Where [image] is the name of the file you are looking for...>> >> [FileInfo file=images/[image]]>> [showif [exists]=T]
[/showif]>> [showif [exists]!T]
[/showif]>> [/fileinfo]>> >> Paul>> >> >> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list
Top Articles:
Talk List
Related Readings:
How To question on setting up downloads (1997)
[Sum] function? (1997)
Goodbyes (2007)
Using Protection =) (2003)
Performance Issue (2000)
Webcat interfering with Webstar? (1998)
[Shownext] (1997)
Include a big block of text (1997)
database size? (1997)
Location of Browser Info.txt file (1997)
Mac to UNIX (2000)
Question about links (1999)
[WriteFile] problems (1997)
RE: E-mailer error codes (1997)
Any limit to [include] (1997)
Searching - FIELDNAMEtype=date FIELDNAMEtype=time (2004)
Limit on nested [ShowIf]'s? (1997)
2 Questions (2001)
SwitchNotFoundDEFAULT (2003)
RAM problems, [appendfile] problems (1998)