Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Sort by reverse date??

Quote Reply
Sort by reverse date??
Hi,
Is it possible to change the link sort so that the links are sorted by reverse date instead of by date order??

I want to have the newest links appear first (This is for after the "new" flag expires).

Thanks!!
Ralph
Quote Reply
Re: Sort by reverse date?? In reply to
In Links.pm just add "DESC" in the sort key.

Example: $LINKS{build_sort_order_category} = "isNew, Add_Date DESC";
Quote Reply
Re: Sort by reverse date?? In reply to
That did it! Thanks for helping a novice!!