Gossamer Forum
Quote Reply
Ratings
Hi,

How come the page /Ratings/index.html lists the sites without using jump.cgi ? Can this be changed ?

Dane

Quote Reply
Re: Ratings In reply to
You need to edit the routines to link through jump.cgi rather than directly.

I had posted how to do this for for 1.1x.

For this version, you need to edith the Links::Build.pm file

Down around line 362 and 368 you need to edit those to change the "href"
portion to link to:

<a href="$CFG->{build_admin_root}/../jump.cgi?${$link}{'ID'}">

This is untested, but should do the trick.

If you use detailed pages, you'd have to adjust it accordingly.



PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum
Quote Reply
Re: Ratings In reply to
Great - thanks !

Dane