Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [webmaster33] jump.cgi and detailed pages hit counts

Quote Reply
Re: [webmaster33] jump.cgi and detailed pages hit counts In reply to
HI and thanks.

I tried quite a few things but what it came down to was this:

I wanted to maintain dynamic with no static builds
I wanted to count hits from the links.html to the detailed page
I wanted to pass all the data through such as review_count, etc to the detail page

The only way to address all these was a hack on the jump.pm

Changing one line of code made it work

FROM
$goto = $CFG->{build_detail_url} . '/' . $id . $CFG->{build_extension};
TO
$goto = $CFG->{db_cgi_url} . '/page.cgi?g=Detailed/' . $id . $CFG->{build_extension};

Then using the <%db_cgi_url%>/jump.cgi?Detailed=<%ID%> tag in the links.html template.

Thanks for the assistance
Subject Author Views Date
Thread jump.cgi and detailed pages hit counts Teambldr 7736 Mar 6, 2005, 10:10 PM
Thread Re: [Teambldr] jump.cgi and detailed pages hit counts
webmaster33 7526 Mar 7, 2005, 2:34 PM
Thread Re: [webmaster33] jump.cgi and detailed pages hit counts
Teambldr 7523 Mar 8, 2005, 10:12 AM
Thread Re: [Teambldr] jump.cgi and detailed pages hit counts
Andy 7532 Mar 8, 2005, 11:10 AM
Thread Re: [Andy] jump.cgi and detailed pages hit counts
Teambldr 7518 Mar 8, 2005, 12:13 PM
Thread Re: [Teambldr] jump.cgi and detailed pages hit counts
brewt 7523 Mar 8, 2005, 12:17 PM
Thread Re: [brewt] jump.cgi and detailed pages hit counts
Teambldr 7500 Mar 8, 2005, 12:23 PM
Post Re: [Teambldr] jump.cgi and detailed pages hit counts
Teambldr 7506 Mar 8, 2005, 12:31 PM
Thread Re: [Teambldr] jump.cgi and detailed pages hit counts
SandraR 7426 Jul 14, 2006, 10:23 AM
Thread Re: [SandraR] jump.cgi and detailed pages hit counts
afinlr 7407 Jul 19, 2006, 10:11 AM
Thread Re: [afinlr] jump.cgi and detailed pages hit counts
SandraR 7394 Jul 19, 2006, 10:59 AM
Post Re: [SandraR] jump.cgi and detailed pages hit counts
afinlr 7367 Jul 19, 2006, 11:14 AM
Thread Re: [SandraR] jump.cgi and detailed pages hit counts
pugdog 7349 Jul 19, 2006, 8:34 PM
Post Re: [pugdog] jump.cgi and detailed pages hit counts
SandraR 7352 Jul 19, 2006, 8:49 PM