Thread: Main Page
View Single Post
  #2 (permalink)  
Old 09-02-2006, 03:34 PM
Dravis Dravis is offline
Casual Pligger
 
Join Date: Jun 2006
Location: Dover, NH
Posts: 62
Thanks: 3
Thanked 42 Times in 16 Posts
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 ";
}
Change "link_published_date" to the value you want to use to sort the stories on your main page. Hope this helps. :)
Reply With Quote