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

Re: detailed view question

Quote Reply
Re: detailed view question In reply to
Thanks AnthroRules for your reply.

In Reply To:
d stands for dynamic and 1 means to turn it on. It is my understanding that it is used to pull user data and other dynamic information into web pages within your directory when you use page.cgi.
You mean the url parameters will be send over to the next page or something like that ?

In Reply To:
Actually, it is the opposite. Page.cgi calls jump.cgi when you click on links. What you should do is use jump.cgi to update Hits for your detailed pages and change the $goto redirection codes in jump.cgi to go to the detailed pages. This has been discussed before in this forum and also in the Links 2.0 Customization forum where you can port codes into Links SQL.
Well thanks i will try to look it up. But i think your solution will not work if i use static (layout 1) and dynamic pages (layout 2) right? Maybe i must copy jump.cgi to jumpdetailed.cgi and use jump.cgi for static and jumpdetailed.cgi for dynamic. Or you know a easier way ?

In Reply To:
It should work. Have you inadvertantly deleted the hash defintion for db_cgi_url in your %GLOBALS hash in the HTML_Templates.pm file.

You should see:
db_cgi_url => $LINKS{db_cgi_url},
Well the variable is/were working Smile that's not the problem only cgi-bin/page.cgi is two times in the same url that's why it's not working. Maybe i don't have to use d=1 before the first call ? Or does any know why cgi-bin/page.cgi is displayed 2 times in the same url?

Port codes links 2.0 into Links SQL sound great but, how can i do that ?

Allready thanks.
Subject Author Views Date
Thread detailed view question startpoint 2986 Aug 18, 2000, 2:30 AM
Thread Re: detailed view question
Stealth 2898 Aug 18, 2000, 9:00 AM
Thread Re: detailed view question
startpoint 2909 Aug 18, 2000, 9:54 AM
Post Re: detailed view question
pugdog 2889 Aug 18, 2000, 11:41 AM