Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [richonmaui] Product Catalogue with images

Quote Reply
Re: [richonmaui] Product Catalogue with images In reply to
Ok, I have answered my own question:

This works for me in both detail.html and link.html

First I added a field to the links table called "thumb_image". Then this code added to the page:

<%if thumb_image%>
<img src="<%build_root_url%>/thumbs/<%thumb_image%>">
<%else%>
<img src="<%build_root_url%>/thumbs/default_image.jpeg">
<%endif%>


Then modify any link to include the image name in the field.

Good luck,

Rich
Subject Author Views Date
Thread Product Catalogue with images IndigoClothing 2678 Dec 2, 2002, 9:49 AM
Thread Re: [IndigoClothing] Product Catalogue with images
Andy 2623 Dec 2, 2002, 9:54 AM
Thread Re: [Andy] Product Catalogue with images
IndigoClothing 2534 Dec 3, 2002, 1:14 AM
Thread Re: [IndigoClothing] Product Catalogue with images
yogi 2538 Dec 3, 2002, 1:19 AM
Thread Re: [yogi] Product Catalogue with images
richonmaui 2400 Jan 8, 2005, 2:53 PM
Thread Re: [richonmaui] Product Catalogue with images
richonmaui 2381 Jan 9, 2005, 1:02 AM
Post Re: [richonmaui] Product Catalogue with images
richonmaui 2369 Jan 9, 2005, 2:03 PM