> Mmm Simple File List wordpress plugin resources analysis

Mmm Simple File List wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Mmm Simple File List
Version 1.4
Author Adam Bissonnette
Rating 66
Last updated 2015-02-17 05:12:00
Downloads
665
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Mmm Simple File List plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

Mmm Simple File List plugin added 2 bytes of resources to the Home page and 2 bytes of resources to the sample Post page.

Mmm Simple File List plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Mmm Simple File List plugin ads no tables to your Wordpress blog database.

This is a simple plugin to list files in a given directory using this shortcode: [MMFileList /].

Parameters:

  • folder: Relative to the base uploads directory of your wordpress install (e.g. siteurl.com/wp-content/uploads/mm/yy/ or siteurl.com/wp-content/ or siteurl.com/media). You can check your media settings from your WordPress dashboard in Settings -> Media. If you organize your uploads in the WordPress default month / year base folder you should either prepend this field with "/../../" or disable that setting before uploading files.
  • format: Tabular (format="table") or Unordered list (format="li") or comma-delimited (format="comma") or Unordered List of Images (format="img" Note: this will put all files in tags) or Custom (format="custom") for using the Shortcode content to create a custom template (see Custom Formats section below for more information)
  • types: Only list given file types (e.g. types="pdf,doc,txt"), If no types are specified then all files in the directory will be listed.
  • class: Only used for the "li", "img" and "table" formats, applies a given class to the shortcode output (e.g. <ul class="mmm-list"> / for more information on styling check out the FAQ)
  • limit: The default value will list all files in the directory. You can add a positive number of your choice and that amount of files will be displayed.
  • orderby: Current params can be either "name" (default) or "date" which sorts the files by date modified since date created seems to be hit and miss.
  • target: This parameter lets you set a "target" for the links to the listed files (This is typically used to open the files in a new window)

Output:

For all html formats you can expect to see the following output wrapped in styleable containers:

  • Filename (linked to the File Url)
  • File Size

At this point "comma" is the only available text output and it only outputs the url to the file in a comma delimited list (no links - just text).

If the folder you've entered isn't found or there are no files with the extensions you've listed there will be some warning text output to let you know. This text is wrapped in a "mmm-warning" class in case you want to style it out (for more information on styling check out the FAQ)

Usage Examples:

Let's say you're using the default WordPress Media settings so we can expect your uploads folder to be in /wp-content/uploads/mm/yy/ with this in mind the shortcode "folder" attribute will look in a directory relative to this. With this base directory say we want to list "png" files in the folder "/wp-content/uploads/cats/" we would use the following shortcode:

[MMFileList folder="/../../cats/" format="table" types="png" /]

If you have you disabled the setting to store uploads in the /mm/yy/ folder structure (you can do this within Settings -> Media) and wanted to display that same file you would use this shortcode:

[MMFileList folder="/cats/" format="table" types="png" /]

This will result in a tabular list of all .png files in the /wp-content/uploads/cats/ folder.

Custom Formats

The "li" and "custom" formats allow you to define a template using the content portion of the shortcode. The difference between these two output formats is that "li" will still wrap all the output in a <ul> tag and each file will be wrapped in a <li> tag. Here is an example of how to create a custom template:

[MMFileList folder="/cats/" format="li"]<div class="taco"><a href="{url}">{name} ({size})</a></div>[/MMFileList]

Variables that can be used with the custom templates are as follows:

  • {name} - This will output the filename
  • {size} - This will output the filesize
  • {url} - This will output the file url
  • If you would like more information available to be output don't hesitate to a send in a request via the support forum

Screenshots

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
CyberMag screenshot

CyberMag

by: cyberspeclab

7521
100%
Weaver II screenshot

Weaver II

by: wpweaver

340917
92%