Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] performer valuecreate a custom field, you’ll see the “purpose” selection there as well … once you create one with purpose “event”, you’ll be able to set a value when you create/edit an event in the event tab “custom fields”
Forum: Plugins
In reply to: [Polylang] EVENTSYou should be able to use Events Made Easy (I’m the author), but: Events Made Easy uses a specific wordpress page to render events and to allow multiple languages on that page, it must not have any polylang language attributed to it. If you just install the EME plugin, that should be ok π
Forum: Plugins
In reply to: [Events Made Easy] Event date links to shortcodes documentation pageThe date/time is by default not a link in the list of events (unless you configured it to be so). Do you have a demo?
Forum: Plugins
In reply to: [Events Made Easy] Include Events to Search with Gutenberg Blocksgutenberg is very different in how it looks up data in the db. Since events arenβt regular posts, currently I can only offer the classic search (see the faq), but gutenberg search doesnβt offer any kind of hooks so for now it is what it is (unless someone can help me with this).
Forum: Plugins
In reply to: [Events Made Easy] The start date is missing! error out of nowhereIt seems something might be wrong then (if that is the submit-format of the field “event_start_date”). Do you have any javascript errors in your browser console? Anything in the php error logfile? A demo?
Forum: Plugins
In reply to: [Events Made Easy] Manage e-mailsGo in the settings and empty the subject or content of the task emails, that’ll stop sending those emails.
- This reply was modified 3 years, 8 months ago by Franky.
Forum: Plugins
In reply to: [Events Made Easy] The start date is missing! error out of nowhereNo reply so closing for now.
Forum: Plugins
In reply to: [Events Made Easy] Question about MailGlad it works. Feel free to leave a review and/or make a donation π
Forum: Plugins
In reply to: [Events Made Easy] Question about MailFor event-type emails, the per-event contact person is also taken as “from” for emails. Or at least it should be π Is that not the case for you?
Forum: Plugins
In reply to: [Events Made Easy] The start date is missing! error out of nowhereWhat is the value of event_start_date upon submit? Since EME parses that to get the real value, the only possible issue is that that value is invalud (needs to be YYYY-MM-DD format, and automatically completed based on localized_event_start_date)
Forum: Plugins
In reply to: [Events Made Easy] Possibility of migrationYou’ll need some tool (like phpmyadmin) for this:
– export all tables related to eme (names are pretty obvious in the list of tables)
– export the eme options from the wordpress options table (they all start with ’eme_’)Then on your new installation import the options (make sure to not import the automatic indexing field for the options, but normally mysql can take care of that).
Forum: Plugins
In reply to: [Events Made Easy] Redirect after registrationFor tasks, see the setting “Signups recorded message” in the EME settings, tab “Event tasks”.
Tasks have much less settings than rsvp settings, currently there is no message that a task is fully booked, you can use the [eme_if] conditional shortcode in the tasks overview setting to test for it and show a message of your liking.Forum: Plugins
In reply to: [Events Made Easy] Redirect after registrationPer membership you can change the setting “Member Added Message” for this purpose.
Forum: Plugins
In reply to: [Events Made Easy] Tasks formRead this doc on the task placeholders you can use in the signup form (and how):
https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-17-tasks-signup-form/For the task form, no extra placeholders than the ones mentioned are possible in the doc. The part asking for personal info like lastname/firstname/email is only configurable globally in the EME generic settings for tasks.
Forum: Plugins
In reply to: [Events Made Easy] Stripe – No Customer Details SentEME sets its internal payment id so when stripe calls back, EME knows which payment is paid for. Also in EME the stripe payment id is stored.
The generic description (with limits that change per bank) is by default set to just the name of the event or membership for which payment happens. But you can set – using eme_rsvp_paymentform_description_filter – the description to anything you like. See https://www.e-dynamics.be/wordpress/hooks-and-filters/ for an explanation and example on that filter.