Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Jagerman] Turning off the redirect?

Quote Reply
Re: [Jagerman] Turning off the redirect? In reply to
Hmm 4am?...you can't be in work tommorrow surely :)

I just took a look in Convert.pm...not sure how you did it but you could use an if/else and make it a config option?
Code:
if ($CFG->{redirect_urls}) {
$eurl =~ s/&/&/g;
$eurl =~ s/;/&/g;
$eurl = "http://$eurl" unless $eurl =~ m{^\w+:};
$eurl = GT::CGI::escape($eurl);
qq|<a href="gforum.cgi?url=$eurl" target="_blank">$pre$url$post</a>|
}
else {
qq|<a href="$eurl" target="_blank">$pre$url$post</a>|
}

Or is it not as easy as that?

Last edited by:

Paul: Jun 6, 2002, 3:59 AM
Subject Author Views Date
Thread Turning off the redirect? agaffin 4721 May 31, 2002, 12:38 PM
Thread Re: [agaffin] Turning off the redirect?
Jagerman 4592 Jun 5, 2002, 12:30 PM
Thread Re: [Jagerman] Turning off the redirect?
agaffin 4608 Jun 5, 2002, 12:38 PM
Thread Re: [agaffin] Turning off the redirect?
Jagerman 4573 Jun 5, 2002, 12:54 PM
Thread Re: [Jagerman] Turning off the redirect?
yogi 4570 Jun 5, 2002, 10:26 PM
Thread Re: [yogi] Turning off the redirect?
Wil 4568 Jun 6, 2002, 1:48 AM
Thread Re: [Wil] Turning off the redirect?
yogi 4541 Jun 6, 2002, 1:51 AM
Thread Re: [yogi] Turning off the redirect?
Wil 4569 Jun 6, 2002, 1:54 AM
Thread Re: [Wil] Turning off the redirect?
Jagerman 4531 Jun 6, 2002, 3:53 AM
Thread Re: [Jagerman] Turning off the redirect?
Wil 4529 Jun 6, 2002, 3:57 AM
Post Re: [Wil] Turning off the redirect?
Jagerman 4543 Jun 6, 2002, 3:59 AM
Thread Re: [Jagerman] Turning off the redirect?
Paul 4527 Jun 6, 2002, 3:59 AM
Thread Re: [Paul] Turning off the redirect?
Jagerman 4516 Jun 6, 2002, 4:00 AM
Post Re: [Jagerman] Turning off the redirect?
Paul 4513 Jun 6, 2002, 4:00 AM