1
- eveeno
2
- =========
1
+ # eveeno WordPress Plugin
3
2
4
- WordPress-Plugin
5
- ----------------
3
+ [ ![ Aktuelle Version] ( https://img.shields.io/github/package-json/v/cassandre/eveeno-wp/master?label=Version )] ( https://github.com/cassandre/eveeno-wp )
4
+ [ ![ Release Version] ( https://img.shields.io/github/v/release/cassandre/eveeno-wp?label=Release+Version )] ( https://github.com/cassandre/eveeno-wp/releases/ )
5
+ [ ![ GitHub License] ( https://img.shields.io/github/license/cassandre/eveeno-wp )] ( https://github.com/cassandre/eveeno-wp )
6
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/cassandre/eveeno-wp )] ( https://github.com/cassandre/eveeno-wp/issues )
6
7
7
- < b >Version 1.8</ b >
8
+ WordPress plugin for embedding < a href = " https://eveeno.com " >eveeno.de</ a > registration forms and upcoming events lists.
8
9
9
- Binden Sie Anmeldeformulare und Veranstaltungslisten von <a href =" https://eveeno.com " >eveeno.de</a > einfach per Shortcode in Ihre WordPress-Seite ein.
10
-
11
- ####Shortcode Anmeldeformular####
10
+ ## Shortcode Registration Form
12
11
```
13
- [eveeno show ="form" eventid ="123456789" width="95%" height="1000px "]
12
+ [eveeno style ="form" event ="123456789"]
14
13
```
15
- #### Shortcodes Veranstaltungsliste####
16
- In Tabellenform :
14
+ ## Shortcodes Events List
15
+ ### Table Style :
17
16
```
18
- [eveeno show ="table" userid ="1234" width="95%" height="400px "]
17
+ [eveeno style ="table" user ="1234"]
19
18
```
20
- Als Grid:
19
+ ### Grid Style :
21
20
```
22
- [eveeno show ="grid" userid ="1234" width="95%" height="400px "]
21
+ [eveeno style ="grid" user ="1234"]
23
22
```
24
- Als kurze Liste (z.B . in der Sidebar):
23
+ ### Short List (e.g . in Sidebar):
25
24
```
26
- [eveeno show ="list" userid ="1234" width="95%" height="400px "]
25
+ [eveeno style ="list" user ="1234"]
27
26
```
28
- Weitere Shortcode-Parameter :
27
+ ## Other Shortcode Attributes :
29
28
```
30
29
period="" [all | past | future (default)]
31
30
term=""
@@ -36,38 +35,10 @@ scope="" [all | private | public (default)]
36
35
apikey=""
37
36
```
38
37
39
- Die benötigten IDs finden Sie im Eveeno-Backend unter Event-Einstellungen > Widgets.
40
-
41
- ### Changelog ###
42
-
43
- #### 1.5 ####
44
- * Kleineres Layout-Update
45
- * bis WP 6.5 getestet
46
-
47
- #### 1.5 ####
48
- * Standardwerte für Shortcode-Parameter entfernt
49
- * bis WP 5.8.2 getestet
50
-
51
- #### 1.4 ####
52
- * Neue Shortcode-Parameter: period, term, notter, lang, sort, scope, apikey
53
- * für WP 5.6 getestet
54
-
55
- #### 1.3 ####
56
- * kleinere Layoutverbesserung
57
- * für WP 4.9.7 getestet
58
-
59
- #### 1.2 ####
60
- * Shortcode für kurze Veranstaltungslisten, z.B. in der Sidebar
61
-
62
- #### 1.1 ####
63
- * Shortcodes für Veranstaltungslisten (Tabelle und Grid)
64
- * Parameter "name" ersetzt durch "id", da sich der Name ggf. ändern kann
65
-
66
- #### 1.0 ####
67
- * Erster Release: Shortcode für Anmeldeformulare
38
+ You'll find the IDs in your Eveeno backend: Event-Einstellungen > Widgets.
68
39
69
- #### Weitere Informationen : ####
70
- Autor : Barbara Bothe<br >
40
+ #### General Information : ####
41
+ Author : Barbara Bothe<br >
71
42
Website: <a href =" https://barbara-bothe.de " >https://barbara-bothe.de </a ><br >
72
- Lizenz : <a href =" https://www.gnu.org/licenses/gpl " >GNU General Public License, Version 2 .0</a > (GNUGPLv2 .0)<br >
73
- Im WordPress Plugin Directory: <a href =" https://wordpress.org/plugins/eveeno " >https://wordpress.org/plugins/eveeno </a >
43
+ Licence : <a href =" https://www.gnu.org/licenses/gpl " >GNU General Public License, Version 3 .0</a > (GNUGPLv3 .0)<br >
44
+ WordPress Plugin Directory: <a href =" https://wordpress.org/plugins/eveeno " >https://wordpress.org/plugins/eveeno </a >
0 commit comments