Gossamer Forum
Quote Reply
Re: [Andy] Sorting In reply to
Andy wrote:
Hi,

I see the problem :P

You use:

Code:
<a href="/<%Full_Name%>"><%Name%></a>


..but you need to use:

Code:
<a href="<%URL%>"><%Name%></a>


=)

Cheers

Hi Andy,
O.K. I did that, but now I have a part of the URL twice.
I think I have to change this part of the global:
Code:
sub {
my $category = $DB->table('Category');
$category->select_options('ORDER BY Name');
my $sth = $category->select( ['Has_New_Links','Number_of_Links','Name','Full_Name'] );
my @cats;
while (my $cat = $sth->fetchrow_hashref) {
$cat->{URL} = "$CFG->{build_root_url}/" . $category->as_url($cat->{Full_Name}) . "/$CFG->{build_index}";
push @cats, $cat;
}
return { new_categories => \@cats };
}
Thanks
Matthias

Matthias
gpaed.de
Subject Author Views Date
Thread Active categories gotze 16647 Apr 17, 2005, 4:43 AM
Thread Re: [gotze] Active categories
Alba 15807 Apr 17, 2005, 5:33 AM
Thread Re: [Alba] Active categories
gotze 15845 Apr 17, 2005, 5:56 AM
Post Re: [gotze] Active categories
Alba 15772 Apr 17, 2005, 6:33 AM
Thread Active categories global
gotze 15733 Apr 23, 2005, 1:26 PM
Thread Re: [gotze] Active categories global
gotze 15872 Apr 23, 2005, 1:36 PM
Post Re: [gotze] Active categories global
gotze 15727 May 7, 2005, 7:00 PM
Thread Re: [gotze] Active categories
brewt 15752 May 9, 2005, 7:47 PM
Post Re: [brewt] Active categories
Payooo 15639 May 9, 2005, 11:47 PM
Thread Re: [brewt] Active categories
gotze 15714 May 10, 2005, 12:35 AM
Thread Re: [gotze] Active categories
brewt 15744 May 10, 2005, 12:47 AM
Post Re: [brewt] Active categories
Payooo 15677 May 10, 2005, 12:59 AM
Thread Re: [brewt] Active categories
gotze 15725 May 10, 2005, 1:04 AM
Thread Re: [gotze] Active categories
brewt 15696 May 10, 2005, 1:20 AM
Thread Re: [brewt] Active categories
brewt 15595 May 10, 2005, 1:23 AM
Thread Sorting
gotze 15686 May 10, 2005, 7:21 AM
Thread Re: [gotze] Sorting
Matthias70 15218 Sep 25, 2007, 1:48 PM
Thread Re: [Matthias70] Sorting
Andy 15276 Sep 26, 2007, 6:35 AM
Post Re: [Andy] Sorting
Matthias70 15184 Sep 26, 2007, 8:56 AM
Thread Re: [Andy] Sorting
Andy 15221 Sep 26, 2007, 9:09 AM
Thread Re: [Andy] Sorting
Matthias70 15186 Sep 26, 2007, 9:47 AM
Thread Re: [Matthias70] Sorting
Andy 15206 Sep 26, 2007, 9:51 AM
Thread Re: [Andy] Sorting
Matthias70 15155 Sep 26, 2007, 10:01 AM
Thread Re: [Matthias70] Sorting
Matthias70 15206 Sep 26, 2007, 10:24 AM
Thread Re: [Matthias70] Sorting
Matthias70 6882 Sep 26, 2007, 12:25 PM
Thread Re: [Matthias70] Sorting
Andy 6875 Sep 27, 2007, 1:03 AM
Thread Re: [Andy] Sorting
Matthias70 6902 Sep 27, 2007, 5:38 AM
Thread Re: [Matthias70] Sorting
Jesus 6816 Oct 2, 2007, 2:27 PM
Thread Re: [Jesus] Sorting
Matthias70 6844 Oct 2, 2007, 3:11 PM
Post Re: [Matthias70] Sorting
Jesus 6771 Oct 2, 2007, 11:11 PM
Thread Re: [Matthias70] Sorting
Matthias70 6645 Apr 13, 2008, 11:39 AM
Thread Re: [Matthias70] Sorting
Andy 6685 Apr 13, 2008, 12:03 PM
Thread Re: [Andy] Sorting
Matthias70 6718 Apr 13, 2008, 12:41 PM
Thread Re: [Matthias70] Sorting
Andy 6710 Apr 13, 2008, 1:29 PM
Thread Re: [Andy] Sorting
Matthias70 6645 Apr 13, 2008, 2:17 PM
Post Re: [Matthias70] Sorting
Andy 6615 Apr 14, 2008, 12:15 AM
Post Re: [brewt] Active categories
brewt 15626 May 10, 2005, 12:57 AM