Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Detailed pages

Quote Reply
Detailed pages
Ok, I've set it up to build detailed pages, and it does. But how are they used? Do I need to edit the link.html template file to reflect the details? Thanks Smile

------------------
Wesley Craft
Aka: MrGiftware
http://www.giftwaregalore.com
http://gensearch.giftwaregalore.com
Quote Reply
Re: Detailed pages In reply to
Yes, if using templates, you need to change this in link.html:

Quote:
<a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>

to read:

Quote:
<a class="link" href="<%detailed_url%>">Details</a>

If your not using templates, the link should already be there since sub site_html_link in site_html.pl already contains the code for it.

I hope this helps.

[This message has been edited by Bobsie (edited May 12, 1999).]