Support Home Page › Forums › Joomla Software › Easy Folder Listing Pro Plugin › ascending and descending order in Easy Folder Listing Pro › Re: ascending and descending order in Easy Folder Listing Pro
@luchokike1. Ok. The file you want to edit is “easyfolderlistingpro.php” and is located in plugins/content/easyfolderlistingpro.
I see you are a real novice at PHP and programming. All you need to do is open the file, and follow the instructions in the previous post above. You should try to figure out how you want the files to be sorted. Is it by “Modified Date”, “Last Accessed Date” or “Created By Date”. And depending on which one, you just change ‘mtime’ on line 1249 to either ‘atime’ or ‘ctime’. This is the simplest way I can explain it.
Most people only thing about “most recent”, but there are different types of date information about a file. I hope you understand now.