Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] Weird Search URL problems...

Quote Reply
Re: [Andy] Weird Search URL problems... In reply to
I managed to fix it by editing /admin/Links/Users/Search.pm, and modifying line 181 from;

Code:
$url =~ s/([;&?]?)nh=(\d+)/($1 and $1 eq '?') ? '?' : ''/eg;

to

Code:
$url =~ s/([;&?]?)nh=(\d+)/($1 and $1 eq '?') ? '?' : ''/eg;
$url = $CFG->{db_cgi_url} . "/" . $url;

Dirty.. but it works :) I'm not quite sure why it wasn't working on its own, but hey.. at least I have a working copy now :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Weird Search URL problems... Andy 2566 Feb 4, 2004, 1:46 AM
Post Post deleted by Payooo
Payooo 2474 Feb 4, 2004, 3:34 AM
Thread Re: [Andy] Weird Search URL problems...
Andy 2474 Feb 4, 2004, 4:11 AM
Thread Re: [Andy] Weird Search URL problems...
Andy 2491 Feb 4, 2004, 4:16 AM
Post Re: [Andy] Weird Search URL problems...
mick31 2352 Jan 13, 2005, 12:46 AM