PDA

View Full Version : Latest Links Order


dargre
06-29-2006, 03:36 AM
I would like to make a little change for LATEST LINKS display in my PLD 3.04
I found in index.php such code:

Content visible to registered users only.
Is there a way to modify ORDER selection from 'DATE_ADDED' to DATE the link is approved?
Some links I need to aproove regarding from submisiion dates, but I want them to be displayed as LATEST.

Boby
06-29-2006, 03:40 AM
Try this:
Content visible to registered users only.

dargre
07-06-2006, 01:10 PM
Sorting by DATE_MODIFIED is also not a good solution.
Imagine - when I modify something for old link suddenly it will appear as LATEST LINK...

So I solved it in my way. Added new field DATE_APPROVED in PLD_LINK and in file "dir_links_edit.php" (admin section) added new line after IF of case 'A' :
Content visible to registered users only. where $date_approved is a date the link is approved.
Works great for me. Now LATEST means LATEST

Boby
07-06-2006, 01:21 PM
Great you could do it on your own ;)

Boby