toplist with less than 1 day old links
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on toplist with less than 1 day old links
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Hi Paul,
How can I create either a toplist filter, or an IF condition, that would display links in a toplist that are less than 1 day old?
something like { TIME } - 86400... but how can this be done for a toplist?
Thanks
David
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Toplist condition: time > {TIME} - 86400
I'm pretty sure I added a {TIME} for that purpose. The pure mysql way would be to use UNIX_TIMESTAMP().
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
thanks Paul.