mpeill
Forum Replies Created
-
Forum: Plugins
In reply to: [Mmm Simple File List] Filename and DateThat did the trick, thanks for your help.
Forum: Plugins
In reply to: [Mmm Simple File List] display filename and date created, in tableThanks for responding.
Strange (but bear in mind I’m not a coder as such, just dabbling).
As a test, I have a web page that includes:[MMFileList folder=music format=”table” orderby=date]<td>{name}</td><td>({date})</td>[/MMFileList]
[MMFileList folder=music format=table orderby=name prettyname=on removesize=on/]
The first call to MMFileList just produces a large text, copied here just the first few lines:
<td>index.html</td><td>(2020-05-19 14:06:37)</td><td>C42-Flower-Of-Portencross-(A,-D).pdf</td><td>(2020-02-06 18:21:28)</td><td>A47-Ob-la-di.pdf</td><td>(2020-01-23 09:18:37)</td><td>A46-This-is-my-Island.pdf</td><td>(2020-01-23 09:14:37)</td><td>A45-I’d-Like-To-Teach-The-World-To-Sing.pdf</td><td>(2020-01-22 08:41:47)</td><td><a href=”https://localhost/wordpress/wp-……………. etc
Yet the second call to MMFileList produces a table with the cells populated as below, exactly what I want but missing the date field:
Score
01 Pat A Cake Polka
02 Oxo Reel
03 Virginia Reel
04 Gay Gordons
04b Gay Gordons
05 Lucky SevenAm I missing something simple?
Forum: Plugins
In reply to: [Mmm Simple File List] display filename and date created, in tableNo I haven’t found a way to display filename and date in a table format.
I really do hope the creator of the plugin can help, because it’s a great plugin.Forum: Plugins
In reply to: [Mmm Simple File List] display filename and date created, in tableI’ve since got this to work:
[MMFileList folder=music format=”table” orderby=date]{name} ({date})[/MMFileList]and that’s a step forward, but it’s just a text list. I would like the titles to be clickable as a download link. Any ideas?