Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Priority sort order

Quote Reply
Priority sort order
I currently have three levels for links:
- Premium
- Value
- Basic
and they display in that order because the column (PriorityTier) is first in build_sort_order_category.

I'd now Value not to display in the second tier but to display alphabetically along with Basic (it will be distinguished by colour etc). I can't figure out how to do this - I either get everything displayed alphabetically or Premium and Value displayed at the top.

Can I keep the PriorityTier column and get the sorting to work through links.html, which is currently set up as:

Code:
<%if PriorityTier eq 'Premium'%>
Premium listing html
<%endif%>

<%if PriorityTier eq 'Value'%>
Value listing html
<%endif%>

<%if PriorityTier eq 'Basic'%>
Basic listing html
<%endif%>

Thanks for any help!
Subject Author Views Date
Thread Priority sort order iplay 4740 Apr 27, 2008, 6:12 AM
Thread Re: [iplay] Priority sort order
Andy 4624 Apr 27, 2008, 6:27 AM
Thread Re: [Andy] Priority sort order
iplay 4632 Apr 27, 2008, 6:30 AM
Thread Re: [iplay] Priority sort order
Andy 4620 Apr 27, 2008, 7:27 AM
Thread Re: [Andy] Priority sort order
iplay 4617 Apr 27, 2008, 7:55 AM
Post Re: [iplay] Priority sort order
Andy 4613 Apr 27, 2008, 7:58 AM
Thread Re: [iplay] Priority sort order
Andy 4609 Apr 27, 2008, 7:58 AM
Thread Re: [Andy] Priority sort order
iplay 4616 Apr 27, 2008, 8:19 AM
Thread Re: [iplay] Priority sort order
Andy 4603 Apr 27, 2008, 8:22 AM
Post Re: [Andy] Priority sort order
iplay 4615 Apr 27, 2008, 8:39 AM