Gossamer Forum
Home : Products : Links 2.0 : Customization :

Bypassing jump.pl

Quote Reply
Bypassing jump.pl
how do you bypass using jump.pl (i.e.) just link directly to the URL of the site.

The reason is I have to use my PC and then upload pages to server.

I AM NOT USING TEMPLATES.

thanks in advance,
Sean
Quote Reply
Re: Bypassing jump.pl In reply to
In your site_html.pl file, go to the sub site_html_link routine.

Change the following codes:

Code:
($output = qq~<font face="Verdana" size="2"><b><ul><li><a class="link" href=
"$build_jump_url?$db_key=$rec{$db_key}">$rec{'Title'}</a></font></b>~);

to the following:

Code:
($output = qq~<font face="Verdana" size="2"><b><ul><li><a class="link" href=
"$rec{'URL'}">$rec{'Title'}</a></font></b>~);

Hope this helps.

Regards,




------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us