Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

detailed view question

Quote Reply
detailed view question
Hello all,

I used pugdog fix in html_template.pl.
( detailed_url => "$LINKS{build_detail_url}/${$rec}{'ID'}$LINKS{build_extension}",)

When i use detailed view i put this line in my links.html.

Code is in links.html, template av:
<b><a class="link" href="page.cgi?g=/Detailed/<%ID%>.html&t=av&d=1"></b>

It is <b>working</b> but i have some questions:

- If i don't use d=1 then it also works but what does it do, should i use it or not ?

- Now i don't use jump.cgi, but i wanna use the hits counter (in database links) if a dynamic detailed page is viewed. What is the best way to do this ? Does jump.cgi call page.cgi somehow ?

- Why don't i have to use the variable <%db_cgi_url%> in the link.html like Alex told (see url below), if i use the variable it won't work, is this because the fix i use or something else ?

(http://gossamer-threads.com/perl/forum/showthreaded.pl?Cat=&Board=LSQLDisc&Number=68834&page=&view=&sb=&vc=1#Post68834)

If i use this code it don't work:
<b><a class="link" href="<%db_cgi_url%>/page.cgi?g=/Detailed/<%ID%>.html&t=av&d=1"></b>

Allready thanks.

Subject Author Views Date
Thread detailed view question startpoint 2963 Aug 18, 2000, 2:30 AM
Thread Re: detailed view question
Stealth 2875 Aug 18, 2000, 9:00 AM
Thread Re: detailed view question
startpoint 2885 Aug 18, 2000, 9:54 AM
Post Re: detailed view question
pugdog 2866 Aug 18, 2000, 11:41 AM