codeward
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] Sort not functioning properlyAfter checking a couple var dumps; it appears the $_GET[‘mdocs-cat’] is coming back NULL on load, then an empty string on sort causing it to default to mDocuments folder on sort.
Hope this helps.
Forum: Plugins
In reply to: [Memphis Documents Library] Prevent alteration of file namesAwesome, thank you very much; I greatly appreciate it. I see the change here now; looks great 🙂
Forum: Plugins
In reply to: [Memphis Documents Library] Prevent alteration of file namesAlthough, in moving file from one folder to another within Memphis Docs, it rips out any accented letters altogether.
Forum: Plugins
In reply to: [Memphis Documents Library] Prevent alteration of file namesHi thank you for the reply.
The hiding of the names does help, I’ll double check as I thought I tried that setting, but will try again.
As per the formatting of the file name; I found a fix (until next update):
In the mdocs-batch-upload.php, line 59, there’s a method being used “mdocs_filenames_to_latin”; if this is commented, and filename is assigned $file. Issue is fixed both with lowercase, and stripping of french accents. (My issue was with batch upload, apologies if I didn’t specify).Hope this helps..