Welcome, Guest
Username: Password: Remember me

TOPIC: Change Sorting files in folder

Change Sorting files in folder 6 years 9 months ago #5562

I read the data out of a folder. The files are named for instance: 20170625.mp3, 20170626.mp3 and so on. This is sorted (ascending) by the oldiest day. I like to change this in the newest day first (descending).
Do anyone know the solution.?
The administrator has disabled public write access.

Change Sorting files in folder 6 years 9 months ago #5564

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
Please help me find and open file: modules/mod_jo_audio_player/helper.php and go to line 40 (
above line return $mediaArr;) and add code
natsort($mediaArr); Or sort($mediaArr);
Ex:
...
natsort($mediaArr);
return $mediaArr;

And help me check it again
Best regards
Bach Pham
The administrator has disabled public write access.

Change Sorting files in folder 6 years 9 months ago #5570

Hello
Thank you for your answer. I tried what jou write but no result. Then i search further and came to the conclusion that i gave a wrong example. I used not only numeric but also letters in de filename.
What i have done is using the next code on the same place you told me.
rsort($mediaArr); and it worked.

Problem is solved.

Best regards
Kees
The administrator has disabled public write access.

Change Sorting files in folder 6 years 9 months ago #5571

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello Kees
Great. Thank you for using our products
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.073 seconds