Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsThe dev-version contains the extra change concerning extending recurring event dates.
Concerning cloning: when in the events menu, you can copy an event and then just make it recurring …Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsConcerning finding events: just go in the events-section (not the recurrences) and there you can search on event name (and then click on “edit recurrence”).
Multiple selections is a whole other thing … it would require a complete rework on the edit-part and is a nightmare for backwards compatibility. So for now, that’s not going to happen (too much work, not enough gain).Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsI understand the request now. I like it and will implement something like that but not “extending 6 months” or so (because that would become a problem with people wanting days/weeks/… ) but by being able to select a new (bigger) end date for the recurrences.
Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsI’m not really sure what you ask here, but you can edit a recurrence and just change the end date, which will just add more events …
Forum: Plugins
In reply to: [Events Made Easy] Search form and user defined fieldsIn that case you should use #REQ_ on those custom fields in your form: then it is required in your rsvp form but not by default. Otherwise people will come with the same question for the filterform later on too (how to make a certain field required there 🙂 )
Forum: Plugins
In reply to: [Events Made Easy] Search form and user defined fieldsIndeed, the issues lies in the default setting of “-1” for contact or author ID when you don’t select it.
This should fix it:
https://plugins.trac.wordpress.org/changeset/2550030/Forum: Plugins
In reply to: [Events Made Easy] Search form and user defined fieldsEither apply the changeset manually (never overwrite the complete file because it contains other code changes etc …).
But in this case: the latest released version contains the fix too.Forum: Plugins
In reply to: [Events Made Easy] Formularänderung Buchungsanmeldung(please post your questions in English)
These are basic questions, explained in the video tutorial. See this page for the link to the video:
https://www.e-dynamics.be/wordpress/category/documentation/3-installation-and-usage/In short: the “booking form format” per event (or in the EME settings, the general setting “Booking form format” in the RSVP tab) allows you to change the form. For all placeholders you can use: https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-6-registration-form-fields/
Forum: Plugins
In reply to: [Events Made Easy] anzeigen Status von Veranstaltungen(please post your questions in English)
If you want to show info for “full” events in your calendar, change the setting “Full calendar format” in the EME settings, tab “Calendar”. You can even use the eme_if shortcode there:<li>#_LINKEDNAME [eme_if tag='#_AVAILABLESPACES' value='0']this event is full[/eme_if]</li>Also any event placeholder can be used in that setting, see the doc: https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-2-events/
If you don’t want to change the global calendar setting, you can also set that line in a template and use the template (see the doc on [eme_calendar]: https://www.e-dynamics.be/wordpress/category/documentation/6-shortcodes/eme_calendar/ )
Forum: Plugins
In reply to: [Events Made Easy] Search form and user defined fieldsSearching for custom fields indeed has a bug, this changeset fixes it:
https://plugins.trac.wordpress.org/changeset/2548291/For full-text search (currently not possible via the filter form), please make a feature request at https://www.e-dynamics.be/wordpress/forums/
Forum: Plugins
In reply to: [Events Made Easy] Links to events only for logged-in-usersThat setting cannot be empty. See the instructions: https://www.e-dynamics.be/wordpress/category/documentation/3-installation-and-usage/
Just create a new page and assign it to EME as special events page.
Forum: Plugins
In reply to: [Events Made Easy] Links to events only for logged-in-usersGo through all your pages. The page used by EME to render events and locations is marked with the text “Events Made Easy plugin page” next to the title of that page.
Or go in EME settings, tab “Events” and look which page is set as “Events page”Forum: Plugins
In reply to: [Events Made Easy] Links to events only for logged-in-usersAre there any limits set to the special events page? Check that page in your wordpress and check if anything is configured there that limits access to it.
Forum: Plugins
In reply to: [Events Made Easy] Links to events only for logged-in-usersAnd also: might it be possible some other (security) plugin is blocking access in some way?
Forum: Plugins
In reply to: [Events Made Easy] Links to events only for logged-in-usersThis is indeed very weird … have you tried resetting your wordpress permalink rewrite rules?