Gossamer Forum
Quote Reply
Re: [rascal] Fix Global In reply to
Hi rascal,

How about change the url in the value of the select box. Something like below
### this should be put outside the loop(above the while statement)

my $preurl = "$CFG->{build_root_url}/";
if($IN->param('d'){
$preurl="
$CFG->{db_cgi_url}/page.cgi?d=1;g=";
}

### this is changed line
$output .= qq|<option value="$preurl| . $db->as_url($safe_full)

Hope that helps!

Cheers,



Cheers,

Dat

Programming and creating plugins and templates
Blog

Last edited by:

tandat: Jan 17, 2007, 10:23 PM
Subject Author Views Date
Thread Fix Global rascal 5234 Dec 22, 2006, 10:43 PM
Thread Re: [rascal] Fix Global
SandraR 5124 Dec 23, 2006, 8:18 AM
Thread Re: [SandraR] Fix Global
rascal 5101 Dec 23, 2006, 4:30 PM
Thread Re: [rascal] Fix Global
SandraR 5103 Dec 23, 2006, 6:21 PM
Thread Re: [SandraR] Fix Global
rascal 5058 Jan 17, 2007, 9:01 PM
Thread Re: [rascal] Fix Global
tandat 5050 Jan 17, 2007, 10:20 PM
Thread Re: [tandat] Fix Global
rascal 5036 Jan 18, 2007, 8:23 AM
Thread Re: [rascal] Fix Global
tandat 5046 Jan 18, 2007, 8:37 AM
Post Re: [tandat] Fix Global
rascal 5013 Jan 18, 2007, 8:47 PM
Post Re: [rascal] Fix Global
Andy 4956 Mar 9, 2007, 12:34 AM