Gossamer Forum
Home : Products : Links 2.0 : Customization :

Sort by date in windows servers

Quote Reply
Sort by date in windows servers
Hi,

seeked for this a lot and didn't find any info...

I'm trying to sort links by date and tried to use the following script in build_sorthit:

foreach $hit (sort {&date_to_unix ($sortby{$b}) <=> &date_to_unix ($sortby{$a})
} (keys %sortby)) {

but it doesn't work and since I'm using windows server I assume the problem is in &date_to_unix...

can anybody help?

Thx
Quote Reply
Re: [vaix] Sort by date in windows servers In reply to
Just look into links.def, see this line:

# Field number to sort links by:
$db_sort_links = 1;

Change the 1 to a 3, and it should then sort by date.


Leonard
aka PerlFlunkie