You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: readme.md
+21
Original file line number
Diff line number
Diff line change
@@ -10,45 +10,66 @@ This repository contains a few useful plugins for the [flatCore Content Manageme
10
10
*[downloader - download button for uploaded images](#downloader)
11
11
*[form - another simple form](#form)
12
12
*[imglinks - gallery from uploaded images](#imglinks)
13
+
*[posts - Show the most recent posts](#posts)
13
14
*[video.js - embed uploaded videos](#video)
14
15
*[youtube - embed a youtube video](#youtube)
15
16
16
17
17
18
### ajaxform
18
19
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.
20
+
19
21
```[plugin=ajaxform][/plugin]```
20
22
21
23
### bs-carousel
22
24
Create Bootstrap Carousel. Filter uploaded images by keyword and order by priority.
Create Bootstrap Modal. Get the contents (Text and Title) from a Snippet.
30
+
27
31
```[plugin=bs-modal.php]fcs=snippet[/plugin]```
28
32
29
33
### bs-tabs
30
34
Create Bootstrap Tabs. Get the contents (Text, Title and Permalink-Name) from Snippets.
35
+
31
36
```[plugin=bs-tabs.php]key=word[/plugin]```
32
37
33
38
### captcha
34
39
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. Includet font: [Ubuntu Mono](https://design.ubuntu.com/font/) distributed under an [open licence](http://www.ubuntu.com/legal/terms-and-policies/font-licence).
35
40
36
41
### downloader
37
42
This Plugin creates a simple Download Button. The download file must be in the /content/images/ directory.
43
+
38
44
```[plugin=downloader.php]f=filename[/plugin]```
39
45
40
46
### form
41
47
Just another contact form. The Requests are sent to the contact data stored in the settings.
48
+
42
49
```[plugin=form.php][/plugin]```
43
50
44
51
### imglinks
45
52
This Plugin generates a gallery from your Images. It find your uploaded images by the given keyword.
53
+
46
54
```[plugin=imglinks.php]key=keyword[/plugin]```
47
55
56
+
### posts
57
+
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.
58
+
59
+
Display 6 posts of type message, image and file
60
+
61
+
```[plugin=posts]type=m-i-f&limit=6[/plugin]```
62
+
63
+
Display the next three upcoming events
64
+
65
+
```[plugin=posts]type=e[/plugin]```
66
+
48
67
### video
49
68
Include a Video Player using video.js. You have to upload your Video in /content/files/ and a preview image in /content/images/.
0 commit comments