Fork me on GitHub

Mediashare Album Sort Order  Bottom

  • I'm using Mediashare for a client and they're requesting that new images get added to the beginning of an album and for the life of me I can't find an option or method for changing the order that images are sorted. Any ideas?
  • Just a quick and untested tip: pnuserapi.php, in function mediashare_userapi_getMediaItems():

    Code

    ORDER BY $mediaColumn[position]";


    could possibly be replaced by

    Code

    ORDER BY $mediaColumn[createdDate] DESC";


    --
    Guite | ModuleStudio
  • DING!

    I owe you a doughnut.

    many thanks icon_cool

This list is based on users active over the last 60 minutes.