Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Sort some by date - some by category

Quote Reply
Sort some by date - some by category
I need some category pages to sort in date order and others to sort in subcategory order.

The only place I see for changing sort order is the global change in the Admin/Setup/Build-Options area.

I've searched through the forums and faqs and not found any answers to this.

How can I do this? (I'm running LinksSQL2.03)

Thanks.

Quote Reply
Re: Sort some by date - some by category In reply to
Since no one answered this question, I'll assume this is something that needs to be custom coded.

Quote Reply
Re: Sort some by date - some by category In reply to
Hi,

It wouldn't be too hard a change.

1. Add a column to Category called sort order.
2. Change Build.pm to use $category->{Sort_Order} instead of $CFG->{build_category_sort}.

But, no, it's not built in.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Sort some by date - some by category In reply to
Thanks, Alex. I'll give it a try.