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 16581 Apr 17, 2005, 4:43 AM
Thread Re: [gotze] Active categories
Alba 15741 Apr 17, 2005, 5:33 AM
Thread Re: [Alba] Active categories
gotze 15780 Apr 17, 2005, 5:56 AM
Post Re: [gotze] Active categories
Alba 15707 Apr 17, 2005, 6:33 AM
Thread Active categories global
gotze 15668 Apr 23, 2005, 1:26 PM
Thread Re: [gotze] Active categories global
gotze 15807 Apr 23, 2005, 1:36 PM
Post Re: [gotze] Active categories global
gotze 15662 May 7, 2005, 7:00 PM
Thread Re: [gotze] Active categories
brewt 15687 May 9, 2005, 7:47 PM
Post Re: [brewt] Active categories
Payooo 15574 May 9, 2005, 11:47 PM
Thread Re: [brewt] Active categories
gotze 15649 May 10, 2005, 12:35 AM
Thread Re: [gotze] Active categories
brewt 15679 May 10, 2005, 12:47 AM
Post Re: [brewt] Active categories
Payooo 15612 May 10, 2005, 12:59 AM
Thread Re: [brewt] Active categories
gotze 15659 May 10, 2005, 1:04 AM
Thread Re: [gotze] Active categories
brewt 15631 May 10, 2005, 1:20 AM
Thread Re: [brewt] Active categories
brewt 15530 May 10, 2005, 1:23 AM
Thread Sorting
gotze 15621 May 10, 2005, 7:21 AM
Thread Re: [gotze] Sorting
Matthias70 15153 Sep 25, 2007, 1:48 PM
Thread Re: [Matthias70] Sorting
Andy 15211 Sep 26, 2007, 6:35 AM
Post Re: [Andy] Sorting
Matthias70 15119 Sep 26, 2007, 8:56 AM
Thread Re: [Andy] Sorting
Andy 15156 Sep 26, 2007, 9:09 AM
Thread Re: [Andy] Sorting
Matthias70 15120 Sep 26, 2007, 9:47 AM
Thread Re: [Matthias70] Sorting
Andy 15141 Sep 26, 2007, 9:51 AM
Thread Re: [Andy] Sorting
Matthias70 15089 Sep 26, 2007, 10:01 AM
Thread Re: [Matthias70] Sorting
Matthias70 15141 Sep 26, 2007, 10:24 AM
Thread Re: [Matthias70] Sorting
Matthias70 6833 Sep 26, 2007, 12:25 PM
Thread Re: [Matthias70] Sorting
Andy 6826 Sep 27, 2007, 1:03 AM
Thread Re: [Andy] Sorting
Matthias70 6853 Sep 27, 2007, 5:38 AM
Thread Re: [Matthias70] Sorting
Jesus 6767 Oct 2, 2007, 2:27 PM
Thread Re: [Jesus] Sorting
Matthias70 6795 Oct 2, 2007, 3:11 PM
Post Re: [Matthias70] Sorting
Jesus 6722 Oct 2, 2007, 11:11 PM
Thread Re: [Matthias70] Sorting
Matthias70 6596 Apr 13, 2008, 11:39 AM
Thread Re: [Matthias70] Sorting
Andy 6636 Apr 13, 2008, 12:03 PM
Thread Re: [Andy] Sorting
Matthias70 6668 Apr 13, 2008, 12:41 PM
Thread Re: [Matthias70] Sorting
Andy 6661 Apr 13, 2008, 1:29 PM
Thread Re: [Andy] Sorting
Matthias70 6596 Apr 13, 2008, 2:17 PM
Post Re: [Matthias70] Sorting
Andy 6566 Apr 14, 2008, 12:15 AM
Post Re: [brewt] Active categories
brewt 15561 May 10, 2005, 12:57 AM