Links sort by date

Core code customizations and Smarty markup and Template design help in regards to ADP.

Moderator: pgolovko

Links sort by date

Postby moromete » 10/13/2007 9:27 pm

How can i set the order of links after date.
I want the list of links to be sorted in date order.
moromete
 
Posts: 13
Joined: 09/19/2007 4:52 pm


Postby pgolovko » 10/25/2007 7:02 pm

In./admin/functions.php on line 1146 find this:
Code: Select all
$result = mysql_query("SELECT * FROM `links` WHERE `category_id` = '".$id."' AND `visible` = '1' ORDER BY  `recip` DESC, `gpr` DESC, `title` ASC LIMIT ".$from.", ".$limit."");

and replace with this:
Code: Select all
$result = mysql_query("SELECT * FROM `links` WHERE `category_id` = '".$id."' AND `visible` = '1' ORDER BY  `recip` DESC, `date` DESC, `title` ASC LIMIT ".$from.", ".$limit."");
__________________
Best regards,
Pavel Golovko
User avatar
pgolovko
 
Posts: 494
Joined: 03/25/2006 1:23 am
Location: Somewhere on planet Earth ....


Return to Customization & Templates

Who is online

Users browsing this forum: No registered users and 0 guests

cron