Gossamer Forum
Home : Products : Links 2.0 : Customization :

Looking for old mod: Detail.cgi or Info.cgi

Quote Reply
Looking for old mod: Detail.cgi or Info.cgi
Long ago, I worked with Links2. I've come back to work on a personal project, and am in need of detail.cgi (or, lacking that, something called info.cgi that I've come across in my search of this forum for detail.cgi).

The reason for this is two-fold: 1) I would prefer to build detail pages dynamically (should save on space), and 2) I will want to count hits on the detail pages (there will be no external links) and I *think* I've found the hack to do this.

If anyone can help guide me on any of the above, I would very much appreciate it!
Quote Reply
Re: [Andrew Mitcham] Looking for old mod: Detail.cgi or Info.cgi In reply to
Hi Andrew,

Please read the following thread:
http://www.gossamer-threads.com/perl/gforum/gforum.cgi?post=218282

It seems info.cgi will not be available in the forum. If by chance someone sends you the script, send me a copy too.
Quote Reply
Re: [bigpatsu] Looking for old mod: Detail.cgi or Info.cgi In reply to
You can find it here:

http://www.gossamer-threads.com/perl/gforum/gforum.cgi?post=246534;search_string=dynamic%20detailed%20page;guest=6761518#246534

Thanks to esm
Quote Reply
Re: [bigpatsu] Looking for old mod: Detail.cgi or Info.cgi In reply to
Since that link is not active, here it is again...

http://www.gossamer-threads.com/...i?post=247051#247051


Leonard
aka PerlFlunkie

Last edited by:

PerlFlunkie: Jan 23, 2004, 4:45 PM
Quote Reply
Re: [PerlFlunkie] Looking for old mod: Detail.cgi or Info.cgi In reply to
Is there any file that helps installing this ?

Last edited by:

Freedoom: Sep 14, 2007, 9:24 AM
Quote Reply
Re: [Freedoom] Looking for old mod: Detail.cgi or Info.cgi In reply to
Put the file in the same directory as the jump.cgi, then link to it in your link.html template by using:

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

It will use the detailed.html template to create the page.





Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Looking for old mod: Detail.cgi or Info.cgi In reply to
thanks Smile