So I don’t know if jrgndwvr ever got back to you or not but I’m attempting to use this on a multisite wordpress and it appears as though folder traversal via ../ doesn’t function in a multsite environment.
For example, in the Uploads folder I have a folder named filebase(old plugin, broken, trying to replace it /w this plugin)
So my folder structure is the following, I’m attempting to list out 2016_program_review_materials
/var/www/html/wp-content/uploads/filebase/2016_program_review_materials
So, using this [MMFileList folder=”filebase/2016_program_review_materials/” format=”li”]<div class=”taco”>{name} ({size})</div>[/MMFileList]
The folder “/var/www/html/wp-content/uploads/sites/5/2017/01/filebase/2016_program_review_materials” was not found
Obviously the folder location isn’t accurate but this is for this example.
Adding ../ doesn’t go back a directory, example
[MMFileList folder=”../filebase/2016_program_review_materials/” format=”li”]<div class=”taco”>{name} ({size})</div>[/MMFileList]
produces
The folder “/var/www/html/wp-content/uploads/sites/5/2017/01/../filebase/2016_program_review_materials” was not found