• Resolved davidmatthewson

    (@davidmatthewson)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Adam Bissonnette

    (@mmanifesto)

    Sorry for missing this. I’d need to see this in action – I don’t think the regexfilter should be fighting with the format and types parameters. Are you still trying to get this working?

    Thread Starter davidmatthewson

    (@davidmatthewson)

    Thanks Adam – I gave up on this, sorry.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filtering & regex’ is closed to new replies.