Περιγραφή
Event scheduler can be used for planning of recurring events.
Example: If you are in a small sports club, you could plan weekly games.
Members will be able to join or cancel, so other members can see who
participates in the game.
You can plan vacation schedules, where no events will be scheduled.
Last but not least you can notify users that have not yet accepted or
declined the event by email.
Εγκατάσταση
- Download and activate the “Event Scheduler” plugin.
- Insert shortcode “event_scheduler_event_list” on a page.
- Configure the plugins through the settings page and fill all required fields.
- The “WP-Members” plugin is required. Event Scheduler only works with active WP-Members users.
- Mail notifications can easily be triggered with the “WP Crontrol” plugin. Therefore please use the hook “event_scheduler_mail_notification”.
- Local verification is available through
composer testandcomposer runtime-smoke.
You can use the following shortcodes on pages:
“event_scheduler_event_list” – Lists the current event, so website members can join or decline it
“event_scheduler_event_statistics” – Statistics for past events
“event_scheduler_holiday” – Manage upcoming holiday, when no events will take place
“event_scheduler_member_list” – List all active members
Event Scheduler is available in english and german language. It can easily be translated in other languages using the provided POT file.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Event Scheduler” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΤο “Event Scheduler” έχει μεταφραστεί σε 1 γλώσσα. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.
Μεταφράστε το “Event Scheduler” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.7
- Added optional alternate start and end times for alternate event locations.
- Updated the location switch action to adjust the selected event time without affecting existing event history.
- Updated notification mail output to use the concrete event time.
- Added German translations for new alternate-time and school-holiday-import UI text.
- Verified the updated location and time toggle against imported production-like Playground data.
- Tested up to WordPress 7.0.3.
1.0.6
- Added modern PHP and code quality tooling.
- Improved PHP 8.1 compatibility.
- Improved frontend access handling for active WP-Members users.
- Improved event, member, and holiday frontend presentation.
- Added school holiday import for German federal states.
- Improved production-like Playground verification workflow.
1.0.5
- Updated WordPress compatibility.
1.0.4
- Updated WordPress and PHP version compatibility.
1.0.3
- Fixed an issue that could render the event list and member list unusable.
1.0.2
- Fix in the mail notification, wordpress admin mail is now used as sender.
1.0.1
- Small fix for accepting and declining events
1.0
- Initial version