Gossamer Forum
Quote Reply
Get Detailed URL
With this global it return the detailed url on a detailed page. The output is thus:

http://www.website.com/topic/104.html

How do I change this when using the StaticURLtr plugin as my detailed page is acuaaly at:

http://www.website.com/topic/computing/online-configs-104.html

Here's the global:

sub {
my $id = shift;
if ($id and $CFG->{build_detailed}) {
return "$CFG->{build_detail_url}/ $id$CFG->{build_extension}";
}
}

<%get_det($ID)%>

--------------------------------
Privacy Software
Subject Author Views Date
Thread Get Detailed URL BLOOD 2754 Feb 7, 2006, 9:47 AM
Thread Re: [BLOOD] Get Detailed URL
brewt 2695 Feb 7, 2006, 10:55 AM
Thread Re: [brewt] Get Detailed URL
BLOOD 2694 Feb 7, 2006, 11:00 AM
Post Re: [BLOOD] Get Detailed URL
BLOOD 2691 Feb 7, 2006, 11:34 AM