https://github.com/hounddd/calendar-events-for-october-cms
Mange and show yours event on web
https://github.com/hounddd/calendar-events-for-october-cms
Last synced: about 1 month ago
JSON representation
Mange and show yours event on web
- Host: GitHub
- URL: https://github.com/hounddd/calendar-events-for-october-cms
- Owner: Hounddd
- Created: 2017-01-12T14:33:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T15:02:43.000Z (about 3 years ago)
- Last Synced: 2025-02-07T21:12:39.067Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Calendar Events for October Cms
##Installation
Search plugins for **JorgeAndrade.Events** and install it.## Components
**JorgeAndrade.Events** have two importants components, **eventsList** and **event**
### eventsList
Display a list of events based on a calendar.```
[eventsList]
eventsPerPage= 10 // default: 10
noEventMessage = 'No events.' // default: No events.
calendar= 1 // default: 1
eventPage = 'events/event' // default: events/event
=={% component 'eventsList' %}
```### event
Display a event details.```
[event]
//this no contain any property.
=={% component 'event' %}
```Available vars:
* **event** => Contain the Event object
* **dates** => Contain the relation Event ->Dates object
* **lat** => Contain a latitude of where is the place of event
* **long** => Contain a longitude of where is the place of event