I'm trying to change the order in which the stories are selected from the database. Right now it appears as if they're in order by date added.
Which file/line is this query on?
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Main Page |
| |||
|
I haven't tested this, but if I were to make the change you're looking for, here's where I'd start. In "index.php" look for the following chunck of code: Code: if($search) {
$from_where .= $search;
$order_by = '';
} else {
$order_by = " ORDER BY link_published_date DESC ";
}
|
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Page Variables | Yankidank | Wiki Articles | 1 | 08-13-2008 03:59 AM |
| Page Numbers in main page.... | vgreets | General Help | 0 | 01-10-2008 09:27 PM |
| Show Page Thumbnails on main page | seer | General Help | 2 | 11-20-2007 04:20 AM |
| Show Video and images Thumbnails on main page | massi999 | General Help | 1 | 11-19-2007 12:40 PM |




Linear Mode

