Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Anat] business directory - some with websites others without

Quote Reply
Re: [Anat] business directory - some with websites others without In reply to
Eliot is right, but it can all be done in the Links SQL admin, no need to edit def files.

Go to "Database -> Links -> Properties" then click on "URL". Then set "Not Null" to "No", and remove anything that is in "Form Regex". That should do the job.

As for displaying: you want to edit the template "link.html". Use something like
Code:
<%if URL%>
<a href="<%URL%>"><%Title%></a>
<%else%>
<%Title%
<%endif%>

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread business directory - some with websites others without Anat 3801 Aug 13, 2002, 8:45 AM
Thread Re: [Anat] business directory - some with websites others without
Stealth 3581 Aug 13, 2002, 8:59 AM
Thread Re: [Stealth] business directory - some with websites others without
Paul 3621 Aug 13, 2002, 9:01 AM
Post Re: [Paul] business directory - some with websites others without
Stealth 3588 Aug 13, 2002, 9:20 AM
Thread Re: [Anat] business directory - some with websites others without
yogi 3633 Aug 13, 2002, 9:05 AM
Post Re: [yogi] business directory - some with websites others without
Anat 3572 Aug 13, 2002, 9:20 AM
Thread Re: [yogi] business directory - some with websites others without
Anat 3607 Aug 13, 2002, 9:24 AM
Thread Re: [Anat] business directory - some with websites others without
Paul 3550 Aug 13, 2002, 9:30 AM
Post Re: [Paul] business directory - some with websites others without
Anat 3548 Aug 13, 2002, 12:53 PM