August 16th, 2004, 03:03 PM
|
#4 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,704
|
Okay in a future version most likely category specific sort parameters will be possible like Photopost.
For now to do that edit showcat.php line 78
if ( empty($sort) ) $sortparam = 2;
change to this
if ( empty($sort) ) $sortparam = 1;
|
| |