Gossamer Forum
Home : Products : Links 2.0 : Discussions :

jump cgi

Quote Reply
jump cgi
Out of pure curosity, i was wondering if it were possible to shut down the jump cgi and all the goodies that go with it so that all links are direct urls? In the interest of saving bandwidth.

------------------
Steven Mooradian
Webmaster,www.gnuspy.com
Quote Reply
Re: jump cgi In reply to
Absolutely! This is what I do for the very same reason. If you use templates, change the link.html file as follows:

Replace:
<%db_cgi_url%>/jump.cgi?ID=<%ID%>

With:
<%URL%>

Dan Smile



Quote Reply
Re: jump cgi In reply to
What if you use the site_html.pl instead of templates. How would it be edited than?

------------------
Steven Mooradian
Webmaster,www.gnuspy.com
Quote Reply
Re: jump cgi In reply to
Change:
$build_jump_url?$db_key=$rec{$db_key}

To:
$rec{'URL'}

I believe there are two changes to be made - one for detailed pages if you use them.

Dan Smile