Gossamer Forum
Home : Products : Gossamer Links : Discussions :

category image in 2.04

Quote Reply
category image in 2.04
Hi

From demo, I see that there is a field called Image in the category properties. I assume this is possible by making a custom field, but I wonder if this is new in 2.0.4 ? In my version, Category template field is shown instead (I also have 2.0.4....)

Thanks.

Are

Quote Reply
Re: category image in 2.04 In reply to
Hi,

Yes, this was added using Database->Links->Properties.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: category image in 2.04 In reply to
How do I make the <%cat_image%> avaible to the template after adding it to table editor ?

Are

Quote Reply
Re: category image in 2.04 In reply to
Hi,

After you add it in the editor, it is immediately available in your html templates. So for instance in the demo we added a column called 'Image'. Then in subcategory.html, we put:

<%if Image%>
<img src="<%Image%>">
<%endif%>

Cheers,

Alex

--
Gossamer Threads Inc.