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)
- Host: GitHub
- URL: https://github.com/akuechl/imgfolder
- Owner: akuechl
- License: mit
- Created: 2016-10-09T20:00:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T23:57:29.000Z (over 4 years ago)
- Last Synced: 2025-06-03T16:27:15.986Z (about 1 year ago)
- Topics: image-gallery, joomla, joomla-plugin
- Language: PHP
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImgFolder [](https://travis-ci.com/akuechl/ImgFolder) [](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}
```