• Resolved alembiq

    (@alembiq)


    Hi,
    would it be possible to enhance this plugin with output format to img listing? I’t might be useful when you have a lot of pictures somewhere in the folders.

    something like
    [MMFileList folder=”/cats/” format=”img” types=”jpg” alt=”cats” /]
    <img src=”/cats/cat1.jpg” alt=”cats” />

    if it already contain this option i didn’t find it ??

    https://www.ads-software.com/plugins/mmm-file-list/

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

    (@mmanifesto)

    Hey There,

    I’ve updated the code to include this format option. Hopefully it’s not too late for what you needed to do with it.

    The code doesn’t add alt or title tags at this point since that would have been a totally new parameter in the shortcode and I’m planning on setting up custom templates for version 1.0 where variables are added in {brackets} and would look like the following:

    [MMFileList folder=”/cats/” format=”ul” types=”jpg” class=”ListClass”]

    • <img src=”{url}” id=”image{arrayid}” class=”ListItemClass” alt=”cats” title=”{filename} ({filesize})” />
    • [/MMFileList]

Viewing 1 replies (of 1 total)
  • The topic ‘output as img’ is closed to new replies.