An open API service indexing awesome lists of open source software.

https://github.com/akuechl/imgfolder

Joomla Plugin to print all files from an folder (i.e. images)
https://github.com/akuechl/imgfolder

image-gallery joomla joomla-plugin

Last synced: 11 months ago
JSON representation

Joomla Plugin to print all files from an folder (i.e. images)

Awesome Lists containing this project

README

          

# ImgFolder [![Build Status](https://travis-ci.com/akuechl/ImgFolder.svg?branch=master)](https://travis-ci.com/akuechl/ImgFolder) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/c875fa21969246d5b9706690a25f4bbf)](https://www.codacy.com/app/github-ariel/ImgFolder)

ImgFolder is a simple Joomla Plugin to print out all images of a folder.

Usage
--------------

Add the image folder as attribute data-folder-loop and the content of this element will be repeated over all files.

I.e. add:

```html
{ImgFolder 'images/stories/topic-1'}{/ImgFolder}
```

Result:

```html




```

Open Issue
-----------------

At the moment you can add one folder per page only. The reason is you need an unique replacement part. To fix this issue make all replacements unique.

For example with a dummy class:

```html
{ImgFolder 'images/stories/topic-1'}{/ImgFolder}
{ImgFolder 'images/stories/topic-2'}{/ImgFolder}
```