Gossamer Forum
Home : Products : Links 2.0 : Customization :

Field question

Quote Reply
Field question
Hi There

I have worked out how to modify the script so a URL is not required, but how do I change the rows template so that it will only create the link if there is a URL, and if there isn't, just have a text title....
Please Help!

Thanks
Amanda


Quote Reply
Re: Field question In reply to
Install the Enhanced Template Mod and use something like this in your links.html -

<%if URL%>
<a href="<%URL%>"><%Title%></a>
<%endif%>
<%ifnot URL%>
<%Title%>
<%endif%>


Perl Hopefull
Quote Reply
Re: Field question In reply to
Ok did the search and found this. Where do I get the enhanced template mod? I get the last part but is there something else I need to install?

Quote Reply
Re: Field question In reply to
HINT: Links.def....Wink That is where all the main fields are defined.....

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: Field question In reply to
Enhanced template mod is in the resources section.

Mods:http://wiredon.net/gt/download.shtml
Installations:http://wiredon.net/gt/
Quote Reply
Re: Field question In reply to
Which Enhanced Template Mod Do I Use?

Quote Reply
Re: Field question In reply to
There's only 1.

Mods:http://wiredon.net/gt/download.shtml
Installations:http://wiredon.net/gt/
Quote Reply
Re: Field question In reply to
could you possibly mean

"Enhanced Template Support"

Quote Reply
Re: Field question In reply to
Look in the resource directory Wink

Perl Hopefull
Quote Reply
Re: Field question In reply to
I don't mean to seem stupid hear but could you please give me a link to this "resource directory" that you are all talking about. Because I don't have it or I can't find it. There is another mod listed here that I can't find on the list either.

This is how I get to the resource directory (where am I making the wrong turn?)

Go to top of fourm page click link there that says Resources from there click on links from there click on modifications takes you to a page with some mods on it but not the ones I am looking for so I click on links2.x gives you 5 pages of mods listed alphabetically since since the mod I am looking for is not there. There has to be another section of this site that you guys go to that I can't find?

Please Help

Quote Reply
Re: Field question In reply to
Enhanced Template Support:

http://www.gossamer-threads.com/scripts/resources/Detailed/877.html

Perl Hopefull