There is an air leakage in mmm selectomat pl from the valve terminal sy3000 4-fold , its come from the sound suppressor (see attached vid )
There is an air leakage from the valve terminal sy3000 4-fold , its come from the sound suppressor (see attached vid )
]]>Hi, I get a few error message when activating the MMM file list:
Deprecated: Required parameter $regex follows optional parameter $str in /Users/……./Local Sites/academia/app/public/wp-content/plugins/mmm-file-list/mm_filelist_plugin.php on line 417
and
The plugin generated 229 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Is there maybe a update for this?
Thank you
Excellent plugin. One request, I can get the table format to display filename and file size, but I’d like filename and file date …… sounds easy, but I can’t figure it!
]]>Adam,
I created a table on my website using the following code and it seems to be working great!
[MMFileList folder=test_files format=table type=midi removeextension=true]<td>{name}</td><td><a href="{url}"><img src=https://static.thenounproject.com/png/377196-200.png width=30 height=30></a></td>[/MMFileList]
However, I want to add one more piece to it. Some of these MIDI files have PDF files associated with them. Same filename but a PDF extension.
If there is a PDF file with the same name as the MIDI file (minus the extension), I’d like to show a second download link next to the first.
How would I be able to do that?
Thank you.
]]>Hello,
How do I stop the ‘index.php’ file from showing up in the table? Thanks.
Jeff
]]>I have two types of files on the same directory: .dwg and .stp
I used this code:
[MMFileList folder=”/../../xxx/yyy/zzz” format=”table” types=”dwg”/] – and it works fine
and this code:
[MMFileList folder=”/../../xxx/yyy/zzz” format=”table” types=”stp”/] – files are listed on website, but when I tried to download them – then 404 appears.
STP files are heavier, so I think that could be te problem – but why 404? As you can see on website, it looks like files don’t exist on server – which is not true.
Any ideas, where should I try to find a solution?
]]>Getting a very odd spacing issue but only when file names are in capital letters.
Think you can find the issue?
Thanks!
Hopefully you can help… would like use your shortcode with the current logged in username. My site will have user directories auto created for each user and I’d like to use the shortcode to direct the user to their own files page for example, user=joe123 user folder is equal to /wp-content/uploads/folders/joe123
[MMFileList folder=[current_user] format=”table” /].
Is this possible with your plugin? For now I am doing this manually, but I’d like it to be automatic.
Thank you!
]]>Hi (again…)
I’ve got this working sort of OK but am trying to build a file list which:
1) is not hyperlinks
2) only includes xls (excel) files
3) only includes files that match a regex
and..
4) then shows the file touch/last mod date as part of the string.
I can get 1,2 & 3 to work and, separately, 4, but not all 4 at the same time. Is is possible pls?
This gives me a neat list, no urls and timestamps.
[MMFileList folder=”/excel/” format=”li” types=”xls”]<div class=”taco”>{name} ({date})</div>[/MMFileList]
This only shows files with ‘Air’ in the name string.
[MMFileList folder=”/excel/” regexfilter=”/Air/” regexfilterinclusive=”1″/]
Thanks
David
]]>Hi
I wonder if you can explain if & how the plugin takes notice of new files in the target dir and then alters the table to reflect changes? Is the target dir rescanned every time the user refreshes the page?
Thanks
David
]]>Hello,
I have been using this plugin for the past year or so with no issues. Recently, I would say around a month or more ago, users started getting errors on the pages I use this plugin on. These pages are very basic and only containt he short code below as well as a maybe a small hyperlink, nothing else. To my knowledge nothing has changed, unless there as an app update I did not notice.
The exact short code I am using below, this has been the same since I set up the pages. The variance on the pages is the path but they all point to a sub directory of ‘ojt-files’ and all worked fin un until recently.
[MMFileList folder="/wp-content/ojt-files/newsletters" orderby="name" order="desc" /]
The error the users are getting is:
The folder "/home4/jeepthin/public_html/wp-content/uploads/2022/04/wp-content/ojt-files/newsletters" was not found at: "https://www.jeepthing.org/wp-content/uploads/2022/04/wp-content/ojt-files/newsletters".
Note that it is resolving to the media library but the path I have used has nothing to do with the media library. I noticed on the support forum that someone else had this issue around 11 months ago, you mentioned changing the media settings to not organize by month and year, I turned this option off and still get the error so I turned it back on.
In my use case I am attempting to pull files from a specific folder on the server but that folder is not in the media library directory structure, it is completely outside of it.
Any help you could provide would be appreciated!
]]>Is there a way to filter by file names? E.g. list all files contains “xyz”
]]>Hi there! Is this plugin still maintained? I use it on two sites and I am now setting up a third site. Safe to use in WP 5.9?
]]>Every time we go to a new month I get this:
The folder “/home/www/audioschematics.dk/wp-content/uploads/2021/04/manuals/acoustics” was not found at: “https://audioschematics.dk/wp-content/uploads/2021/04/manuals/acoustics”.
Even though this path is never referred to from any where
]]>Hi I saw your reply to another user who needed to offer a download link/button so users could either view or download the pdf’s being listed.
You suggested that we can add a button using the customer template functionality, can you please explain how I do this.
Regards
Alan
]]>Hello,
Thank you for this plugin.
I was able to use the shortcode to list all the PDF files in the upload directory.
[MMFileList format="li" types="pdf"]
<div><a href=""{url}"">{name} ({size})</a></div>
[/MMFileList]
And each PDF file appears as a link.
However, when you hover on any of the PDF files they actually link to this page that lists them (itself). And of course then, when you click any of the PDF files listed the page just refreshes itself!
I want to list the PDF files but have each PDF file be a link to that PDF file instead of this page.
How can I do that with this plugin?
Thank you for your help.
Chris
]]>Can you please change
if(@$_GET[‘page’] to if(isset($_GET[‘page’]) &&
in simple-file-list/ee-simple-file-list.php Line 810
No matter what order value I set, I get the same sort order. Files are named as following:
AnnexPress 2018 nr 1.pdf
AnnexPress 2019 nr 1.pdf
AnnexPress 2019 nr 2.pdf
AnnexPress 2019 nr 3.pdf
AnnexPress 2019 nr 4.pdf
AnnexPress 2020 nr 1.pdf
I would like to reverse that list order. Any suggestions?
]]>Hi
Very nice and simple plugin – thank you for that! But i’ve found an issue:
My code:
[MMFileList removeextension=true removesize=true folder=”test” format=”table types=”pdf”]
Name of the file:
“ABC_test.pdf”
what i get:
“A B C test”
What i expected:
“ABC test”
The parameter i’ve use is “removeextension”, but it doesn’t only remove the file extension. For me, it looks like a bug. Or what is the reason for that?
Thanks for an answer
Michael
Thank you for a great plugin.
Is there a way to display the username of the person who uploaded the file?
This is the shortcode I’m using
[MMFileList folder=”/myfolder/” format=”table” orderby=”date”] {name} ({size})
Filen blev uploadet {date} [/MMFileList]
I would like to display a table of files within a folder, together with their creation date.
The basic mmfilelist plugin works fine and I can remove the filesize and order by date. However, when I try the custom format using:
[MMFileList folder=”/music/” format=”li”]<div class=”taco”>{name} ({date})</div>[/MMFileList]
I get the filename and date, but as a list, and the surrounding html code is also displayed in the front end page. I also do not want the url displayed.
Any help appreciated, as I’m not a coder by any means.
I was wondering if there was any way to add a parameter to the shortcode to search for a given string in filesnames – a bit like the types parameter. For example if I had a file name “newsletter_Jan_2020.pdf” I would like to add a parameter such as filename=”*news*”.
Thank you for a great plugin!
]]>A great plugin that solved a tricky problem with our 5000 audio files with historical interest and donated to our museum. Playing the files works perfectly well but to make us even more happy: is it possible to add funcionality to download selected file/files?
]]>Dear Adam
In the WP media directory I have PDF files with <name>.pfd and related thumbnails <name>-pdf-150×150.jpg (generated automatically by PDF Image Generator). I would like to automatically create a table of all of the pdf’s:
thumbnail – name of file – size
Could you please advice?
Thanks and regards, Paul
]]>Hi
I am trying to create a pagination for the Files, the entire plugin is setup and the only issue i am facing is that there needs to be a pagination after 10 results on a single page, I have gone through the previous Topics, and could not find this solution. If you can suggest or may be give us an example script or the exact script that we can deploy on the Plugin to get the pagination on our website.
Thanks
]]>Hi there,
so if I have a directory say in “wp-content” folder called “online-resources” and then that has folders in it like (say) “basics”, “security”, “starting-off” etc, and then each of those had more subfolders AND files….
would this program display those SUBFOLDERS and files?
And can you use a different directory like I have suggested in this example.
The plugin I am currently using is called m1.DownloadList and it does this very well.
Only writing this because I feel Mmm Simple File List could be great too. It’s obvious lots of people use it and I hope this helps make it even better.
R, Leeds
]]>Hi there,
Good job!
Is it possible to show the files list from an external source? I mean another domain on a different host?
]]>Hello,
This plugin does exactly what I required.
But I want to change the color of the table.
Is that possible ?
This doesn’t seem to work :
<span style=”color: #3366ff;”>[MMFileList folder=/../../grim-content/documenten/ format=table types=pdf orderby=date target /]</span>
But maybe I’m all wrong with this.
Thank you a lot for this tool
David
I noticed that when I search the site for a specific file, it does not show up in search results. I have hundreds of files in various directories and on various pages on the website. Is it possible to have wordpress recognize the table of files on the page so that the filenames can be searched for?
]]>Is it possible to customize the list display by file date with the most recent at the top of the directory and the oldest last?
]]>