Thanks, Carlos, for your question and for the two images that illustrate your goals. As @downtonpc added, MLA will support the “table” display using a custom Markup template. You can find an example in the “A table-based Style and Markup template example” section of the Settings/Media Library Assistant Documentation tab.
The document Title, Description and (file) size are available as “Attachment-specific substitution parameters for the markup template Item part” (see the Documentation). Your fourth column calls for ICON/document icon – do you mean the same icon shown in the Media/Assistant submenu table, e.g., for PDF documents? That will take a bit more work, but can be done.
Your second example calls for CATEGORY/document category. This can be displayed using the terms
prefix and the taxonomy slug. For example, you can code [+terms:attachment_category+]
for the Att. Categories taxonomy.
The “MLA Gallery Examples” section in the Documentation tab gives examples for your other application features: pagination, a search box and category list. If you want to use the search box to find taxonomy terms the mla_search_fields=terms
parameter will do that; see the “Keyword(s) Search” section in the Documentation. The Category list can be displayed using the [mla_tag_cloud]
shortcode, as in the “Tag Cloud and Gallery” example. You can use a custom template to alter the cloud display if you need to.
That should get you started on templates and shortcodes for your application. If you give me more details on the ICON/document icon value you want I can be more specific.
I am marking this topic resolved, but please update it if you have specific questions about adapting the examples to your own application. Thanks for your interest in the plugin.