This repository contains a few useful plugins for the flatCore Content Management System. All of these plugins are licensed under GPL-3.0 License and can therefore be used absolutely freely. You are very welcome to take part in this project. I'm happy for every contribution.
- ajaxform - a simple ajax form
- bs-carousel - bootstrap carousel
- bs-modal - bootstrap modal
- bs-tabs - bootstrap tabs
- captcha - a captcha for forms
- downloader - download button for uploaded images
- form - another simple form
- imglinks - gallery from uploaded images
- posts - Show the most recent posts
- video.js - embed uploaded videos
- youtube - embed a youtube video
This is a simple ajax contact form. This form will be sent to your E-Mail Adress from preferences (ACP - System - E-Mail). If you have SMTP Settings (content/config_smtp.php) it will use this automatically.
[plugin=ajaxform][/plugin]
Create Bootstrap Carousel. Filter uploaded images by keyword and order by priority.
[plugin=bs-carousel.php]key=keyword[/plugin]
Create Bootstrap Modal. Get the contents (Text and Title) from a Snippet.
[plugin=bs-modal.php]fcs=snippet[/plugin]
Create Bootstrap Tabs. Get the contents (Text, Title and Permalink-Name) from Snippets.
[plugin=bs-tabs.php]key=word[/plugin]
This Plugin is not ready to use. You can use this Captcha in your Forms. Include the file captcha_calc.php for Math-Based Captcha or captcha_img.php for Image-Based Captcha. An example will appear soon. Included font: Ubuntu Mono distributed under an open licence.
This Plugin creates a simple Download Button. The download file must be in the /content/images/ directory.
[plugin=downloader.php]f=filename[/plugin]
Just another contact form. The Requests are sent to the contact data stored in the settings.
[plugin=form.php][/plugin]
This Plugin generates a gallery from your Images. It find your uploaded images by the given keyword.
[plugin=imglinks.php]key=keyword[/plugin]
Show the most recent entries from fc_posts. You can filter the posts by type and limit the number of posts to show. Note: You should not mix post type event with other types. This would end up with unexpected results in the sorting.
Display 6 posts of type message, image and file
[plugin=posts]type=m-i-f&limit=6[/plugin]
Display the next three upcoming events
[plugin=posts]type=e[/plugin]
Include a Video Player using video.js. You have to upload your Video in /content/files/ and a preview image in /content/images/.
[plugin=video.js.php]v=myvideo[/plugin]
This plugin embeds a youtube video.
[plugin=youtube.php]v=VIDEOID[/plugin]