AutoIndex PHP Script Forum Index AutoIndex PHP Script
A Website Directory Indexer
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to change the default sort order

 
Post new topic   Reply to topic    AutoIndex PHP Script Forum Index -> FAQ
View previous topic :: View next topic  
Author Message
Justin
AutoIndex Developer
AutoIndex Developer


Joined: 14 Nov 2003
Posts: 785

PostPosted: Sat Jan 03, 2004 8:39 pm    Post subject: How to change the default sort order Reply with quote

Here's where the default settings for sorting are stored:
(They're somewhere around line 781.)

Code:
else if (!isset($_SESSION['sort']))
{
    //'a' is ascending, 'd' is descending
    $_SESSION['sort'] = 'a';
}


Code:
else if (!isset($_SESSION['sortMode']))
{
   /*
    * 'f' is filename
    * 't' is filetype
    * 'h' is downloads (hits)
    * 's' is size
    * 'm' is date (modified)
    * 'd' is description
    */
   $_SESSION['sortMode'] = 'f';
}
Back to top
View user's profile Send private message Send e-mail Visit poster's website
pcs800
New Member
New Member


Joined: 13 Jan 2009
Posts: 3

PostPosted: Tue Aug 18, 2009 8:22 am    Post subject: huh? Reply with quote

In what page? I have done a search for text within the files and find nothing with the words ascending or descending in the page.
I am trying to change the sort order.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoIndex PHP Script Forum Index -> FAQ All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

If you find AutoIndex useful, please support the script by donating.