Page 1 of 1

Want Category sort order to be as entered

Posted: Sun Apr 03, 2005 11:02 pm
by atl_dev
Hi, I was wondering if the Category order can be the natural order as each entry is added? Right now by default, the sort order is by alphabetical order of the entries. Thanks

Posted: Mon Apr 04, 2005 1:17 am
by gizmola
It would be a very small modification... basically find the SQL query and remove the ORDER BY probably.

Posted: Mon Apr 04, 2005 11:31 am
by pano
Change the ORDER BY in the functions_entries.inc.php.
You will find it in the line 394 aprox (i made some changes and the number line may change).