Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Emailö to group stopped working(small ping)
Forum: Plugins
In reply to: [Events Made Easy] Emailö to group stopped workingAny chance of reproducing this in a test setup?
Forum: Plugins
In reply to: [Events Made Easy] Emailö to group stopped workingBtw: I tested on a small dynamic group here: works fine.
Once you planned a mailing, go in the mailing tab to check how many emails are planned.Forum: Plugins
In reply to: [Events Made Easy] Emailö to group stopped workingWeird … did you check your config of that dynamic group?
Normally if the pending says 56 emails (I assume the amount in your dynamic group), then the next run should be identical (EME re-evaluates the dynamic group criteria before sending it).
If you can show this in a test setup, I’d be happy to take a look at it (feel free to contact me via the details on https://www.e-dynamics.be ).Forum: Plugins
In reply to: [Events Made Easy] admin assign tasksTasks are not RSVP-related. You can assign tasks via the frontend by signing up as that person, but there’s no approval-part to it (yet). They will get a mail with the subscribe-info and can even cancel if you use the related placeholders.
For the second part, I think you need something like [eme_mytasks] just like [eme_mybookings]. I’m trying to find the time to code that up …Forum: Plugins
In reply to: [Events Made Easy] Die Grundkonfiguration fehltYour error pointed to the use of Events Made Easy Frontend Submit, so it is logical you need to configure the settings for that plugin.
Forum: Plugins
In reply to: [Events Made Easy] Die Grundkonfiguration fehltGo in the wordpress Settings menu, subsection “EME Frontend Submit” and configure the “Success page” setting.
Forum: Plugins
In reply to: [Events Made Easy] how to define a checkbox field?Each checkbox needs a value, so no skipping that. But you can set the field label too, in the “field tags” option when defining a custom field.
Forum: Plugins
In reply to: [Events Made Easy] Deleting e-mailsSee the setting “Automatically archive old mailings and remove old mails” in the tab “Data protection” in the EME settings.
Forum: Plugins
In reply to: [Events Made Easy] payment redirectionWell, I did remove the automatic selection of payment methods for new events, since it was not configured correctly for all payment methods (and I even forgot some methods …). And even more: some people just didn’t want all activated payment methods for all events.
I’ll think about adding an option to select the payment methods by default.
Next to that, the filter above works but for eme it is “eme_insert_event_filter” not “eme_event_insert_filter”. But I do see the confusion with EMEFS here 🙂Forum: Plugins
In reply to: [Events Made Easy] Schedule a private eventNice. Also, eme_queue_mail might be a better function call (if you use mail queueing):
eme_queue_mail($subject,$body, $person['email'], $person_name, $contact_email, $contact_name);causes the mail to be queued and not sent immediately.
Forum: Plugins
In reply to: [Events Made Easy] Schedule a private eventThe hook is indeed called for those too. You should check the event status:
$event[‘event_status’]
Values:
EME_EVENT_STATUS_TRASH
EME_EVENT_STATUS_PUBLIC
EME_EVENT_STATUS_PRIVATE
EME_EVENT_STATUS_DRAFTForum: Plugins
In reply to: [Events Made Easy] anomaly [eme_mybookings]The next version of EME will support “scope” as a parameter for the shortcode eme_mybookings. Default it will be “future”, but you can also say “past” or “all”. The old “future” parameter will override the scope parameter if set.
Forum: Plugins
In reply to: [Events Made Easy] anomaly [eme_mybookings]From the doc:
future: wether or not you want to show bookings for future events only or not. Possible values are 0 or 1
So: future=0 means “all” (in this case). While I admit it might not be completely clear, I can’t change this now.
Forum: Plugins
In reply to: [Events Made Easy] Fehlermeldung: Das Start-Datum fehlt!Any other plugin with javascript will have the same problem.
You should disable all plugins, reactivate one by one and see what happens.
Also, for testing, you should switch to the default wordpress theme.All that is possible via the plugin “Health Check & Troubleshooting”, so you can do that in your session and not change the global site layout.