Re: default image if image in code not available

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 46857
interpreted = N
texte = You're right... I normally have an extra field to say whether the product has an image (T or F), and then do the showif/hideif on that (that's what I meant anyway) ;-) hey I've been holidaying for 3 weeks....Therefore what I meant was something like: [showif [hasimage]=F][/showif] [showif [hasimage]=T][/showif]'hasimage' being the fieldname which is updated when an image is uploaded.Regards, Tim> From: Brian Boegershausen > Reply-To: (WebCatalog Talk) > Date: Mon, 13 Jan 2003 20:48:31 > To: (WebCatalog Talk) > Subject: Re: default image if image in code not available > > Tim, your example will not work. Steve, needs to look for the image file, > not the sku in the database. > If there is no sku, then there is no product,,,, so why would you need a > photo anyway. > > Try this code: > > [showif [fileinfo file=images/[sku].gif][exists][/fileinfo]=T] > > [/showif] > [hideif [fileinfo file=images/[sku].gif][exists][/fileinfo]=T] > > [/hideif] > > > Brian > > ----- Original Message ----- > From: Tim Robinson > To: WebCatalog Talk > Sent: Monday, January 13, 2003 8:01 PM > Subject: Re: default image if image in code not available > > >> [showif [sku]=][/showif] >> [hideif [sku]=][/hideif] >> >> >>> From: steve chun >>> Reply-To: (WebCatalog Talk) >>> Date: Mon, 13 Jan 2003 19:41:46 >>> To: (WebCatalog Talk) >>> Subject: default image if image in code not available >>> >>> Looking for suggestions for the following problem. Here is the code: >>> >>> >>> >>> >>> What I would like to do is have Webcatalog look in a folder for the >>> image based on the sku and if there is no image by that sku, then >>> replace it with a default no image gif file. >>> >>> I thought of using listfile but there may be 2,000 images in the >>> folder and I'm worried about system performance. >>> >>> Only other alternative is to import pictures into Filemaker and do a >>> lookup to create the code for the exported database but that's a big >>> extra step. >>> >>> >>> >>> sc >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >>> >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to > >> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: default image if image in code not available (Rob Marquardt 2003)
  2. Re: default image if image in code not available (Christer Olsson 2003)
  3. Re: default image if image in code not available (steve chun 2003)
  4. Re: default image if image in code not available (Tim Robinson 2003)
  5. Re: default image if image in code not available (Brian Boegershausen 2003)
  6. Re: default image if image in code not available (Tim Robinson 2003)
  7. default image if image in code not available (steve chun 2003)
You're right... I normally have an extra field to say whether the product has an image (T or F), and then do the showif/hideif on that (that's what I meant anyway) ;-) hey I've been holidaying for 3 weeks....Therefore what I meant was something like: [showif [hasimage]=F][/showif] [showif [hasimage]=T][/showif]'hasimage' being the fieldname which is updated when an image is uploaded.Regards, Tim> From: Brian Boegershausen > Reply-To: (WebCatalog Talk) > Date: Mon, 13 Jan 2003 20:48:31 > To: (WebCatalog Talk) > Subject: Re: default image if image in code not available > > Tim, your example will not work. Steve, needs to look for the image file, > not the sku in the database. > If there is no sku, then there is no product,,,, so why would you need a > photo anyway. > > Try this code: > > [showif [fileinfo file=images/[sku].gif][exists][/fileinfo]=T] > > [/showif] > [hideif [fileinfo file=images/[sku].gif][exists][/fileinfo]=T] > > [/hideif] > > > Brian > > ----- Original Message ----- > From: Tim Robinson > To: WebCatalog Talk > Sent: Monday, January 13, 2003 8:01 PM > Subject: Re: default image if image in code not available > > >> [showif [sku]=][/showif] >> [hideif [sku]=][/hideif] >> >> >>> From: steve chun >>> Reply-To: (WebCatalog Talk) >>> Date: Mon, 13 Jan 2003 19:41:46 >>> To: (WebCatalog Talk) >>> Subject: default image if image in code not available >>> >>> Looking for suggestions for the following problem. Here is the code: >>> >>> >>> >>> >>> What I would like to do is have Webcatalog look in a folder for the >>> image based on the sku and if there is no image by that sku, then >>> replace it with a default no image gif file. >>> >>> I thought of using listfile but there may be 2,000 images in the >>> folder and I'm worried about system performance. >>> >>> Only other alternative is to import pictures into Filemaker and do a >>> lookup to create the code for the exported database but that's a big >>> extra step. >>> >>> >>> >>> sc >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >>> >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to > >> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Tim Robinson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

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...

Related Readings:

flushdatabases (2000) WebCat2: multiple currency support (1997) Weird problems with [SHOWIF]s (1997) [TaxableTotal] - not working with AOL and IE (1997) Configuring E-mail (1997) Can't find one of the WebCat examples anymore - found it! (1999) Upgrading old WebCat Database Files (1997) Permission denied? (2004) Nested tags count question (1997) I need a Smart-quote workaround (1999) WebCat editing, SiteGuard & SiteEdit (1997) webmerch and serials - almost there (1997) RE: Migrating to NT (1997) Credit card types (1997) 2 databases problem (1997) Multiple Pulldowns (1997) webcat NT (1998) ImageMagick not working trough Shell anymore (2005) The force has left me. (2002) Location of Webcat site in folder hierarchy (1997)