Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [bobl] Category Images & Link Options

Quote Reply
Re: [bobl] Category Images & Link Options In reply to
Hi,

1. No this is our fault, the demo is using a custom column. All you need to do is goto Database->Category->Properties and select Add Column, and add a column named Image.

2. Goto Database->Links->Properties and click on URL. Set Not Null == No. This will make it no longer required. In your template you can now do:

<%if URL%>
.. link up the title
<%else%>
a non linked title here
<%endif%>

or something similiar.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Category Images & Link Options bobl 1710 Oct 18, 2001, 11:30 PM
Post Re: [bobl] Category Images & Link Options
Alex 1640 Oct 22, 2001, 10:56 AM