Hi
I would like to create another front-end page on my events site so that logged in users see a list of events they’ve added with the option to edit to delete these events.
This is the code I’ve got atm, which correctly shows the number of associated events but fails to list them as expected…
https://pastecode.io/s/39zu0mc6
Any help would be greatly appreciated!
Cheers
]]>Hi,
How can I achieve, that I get an email notification after an event is added?
Is that possible with some configuration? I didn′t find any.
So I referred to https://www.e-dynamics.be/wordpress/category/documentation/12-hooks-and-filters/
and inserted into the themes functions.php the following code:
add_action('eme_insert_event_action','eme_mail_event');
function eme_mail_event ($event) {
$contact = eme_get_event_contact ($event);
$contact_email = $contact->user_email;
$contact_name = $contact->display_name;
$subject_format="This is the new event called ' #_EVENTNAME '";
$body_format="This is the new event called ' #_EVENTNAME '";
$subject=eme_replace_placeholders($subject_format, $event, "text");
$body=eme_replace_placeholders($body_format, $event, "text");
$blogusers = get_users();
foreach ( $blogusers as $user ) {
eme_send_mail($subject,$body, $user->user_email, $user->display_name, $contact_email, $contact_name);
}
}
but unfortunately I don′t receive an email …
May the theme be the problem? Does the theme have to provide something?
Best regards and thank you,
Markus
]]>
Hi,
I noticed today as I was modifying events that descriptions are entered as a single list item, so if I enter a list within the description, I now have a nested list within the description. Is this how it’s supposed to function?
Thanks.
]]>Although the Mollie checkbox is ticked under the general settings, it is apparently not retained when saving the page.
Re-opening these settings again shows an empty checkbox.
Under payment methods, Mollie’s API key is filled in.
I think this is due to an update, as these settings did work on our site in the past.
Kind regards,
Reposting on new support thread. Got your response. Is there a way to just upload a file image on frontend? I see the add media button option if logged in as admin but not for visitor. I added the image url / ID but not sure what I need to enter, if someone wants to upload image from the local hard drive , is it possible? Any suggestion or a simple workaround is much appreciated.
See link: https://www.drantoniodasilva.net/front/
]]>I think I’ve followed the instructions for set up correctly but when I click to view an event I see the default text from the Events page the plugin created.
Steps I took:
BCC email not working.
Other emails sending as per normal. I am using a SMTP plugin which uses AWS. The logs shows the normal emails sending normally and BCC is not shown and also not received.
Hi,
my wordpress-site obviously is running into a EME-generated error, while I’m not active on the site.
Every few days, I get an e-mail from my wordpress-site, telling me, that there was a “fatal error” on my site.
(my site in on german, i translated some parts)
Error-Details
An error of the type
E_PARSE
was caused in line 231 of the file
/var/www/vhosts/XXXXXXXXXXXXXXX/wp-content/plugins/events-made-easy/eme-filters.php
Error message: syntax error, unexpected ':', expecting ')'
How to avoid this?
]]>My event titles do not show up with elementor when I put the “event list” widget… How can I make them appear ? Should I change php file ?
]]>Hi Franky,
I noticed that after submitting the registration form, the values for the number of updates and available seats are not updated. We had a problem with this last year because when multiple people start filling out the form at the same time, it depends on who is faster. The slower ones keep signing up for groups that are already full, but they still see vacancies on their form, which is very confusing.
Does the Events Made Easy plugin provide an API? I would need to update the #_AVAILABLESEATS field using ajax.
I can add something like:
// Load data when page loads
updateSeats();
// Update the data every minute (60000 milliseconds)
setInterval(updateSeats, 60000);
// Load the data when the form is submitted
document.getElementById('eme-rsvp-form').addEventListener('submit', function(e) {
e.preventDefault(); // Stop submitting the form until we get the data
updateSeats(function() {
document.getElementById('eme-rsvp-form').submit(); // Submit the form after the data is retrieved
});
});
function updateSeats(callback) {
$.ajax({
url: '/path/to/your/server/api',
method: 'GET',
dataType: 'json',
success: function(data) {
for (var i = 1; i <= 53; i++) {
var seatElement = document.querySelector("#_AVAILABLESEATS{" + i + "}");
if (seatElement) {
seatElement.innerText = data[i.toString()];
}
}
if (callback) {
callback();
}
}
});
}
Unfortunately, I don’t know what to specify as the server API path.
Thank You!
]]>I would like to know if there is a way to contact people in my Event made easy, who are not registered in the event?
]]>Updated EME to find I can no longer duplicate an event, a critical function for us. Can this function be restored? Or is there another way I can duplicate event listings without re-entering the listing? Thanks.
]]>Hi, as a rule everybody can subscribe to our events, so we don’t demand registering. But sometimes we want to block people that have mis behaved in the past. How do I do that? Can I create a black list?
]]>Sorry, I just cant find this, when there are new members, etc that signup, is there nortifications to an admin informing them of this ? or when new rsvps etc are made, does the admin get notified of this ? If so where is this done, ie via a cc or is there a specific location where this is defined.
]]>Could we have an update regarding the message
This plugin has been closed as of December 19, 2022 and is not available for download. This closure is temporary, pending a full review.
and the inability to log in to the https://www.e-dynamics.be site?
Thanks!
My client has applied the latest update using github but their expired members are recieving daily emails of the expiry notification email.
We can’t find a setting to stop the plugin from sending duplicate expiry notification emails endlessly.
Can you guide us to the correct settings?
Thanks.
]]>There is a vulnerability in EME (see https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/events-made-easy/events-made-easy-2316-missing-authorization )
While it has already been fixed days ago, wordpress requires me to refactor the whole code since they have new (very strict) coding standards which each plugin must be compliant with before being reopened. So currently the plugin is closed here (and I am unfortunately not able to provide you with the security update). But for those interested, please see this post:
https://www.e-dynamics.be/wordpress/forums/topic/security-release/
While I can understand the inconvenience (for me too), please stay polite in any reaction.
]]>Can you export events made easy? What would be the best way to have that exported. I don’t really care so much about image moving over. Also I need all events past and future. Ideally I would like them imported into another WordPress website.
]]>I have latest EME and WP versions installed.
Trying to send a generic email from EME ends up with a red rectangle with an error message. Also test send gives the same error.
]]>I am testing this on your demo page. How do I get the event title to show up?
Also, the end time doesn’t appear either. Just the start time. Is this by design?
]]>I have 2 recurring events running on the same day each week and want to offer a discounted price if a person books both events.
Currently I have set up 3 separate events in EME so people can book event A or event B or both events A+B. The problem is that when someone books a place in any of the events I need to manually balance out the remaining places in the 3 EME events.
E.g. there are 10 places available for event A and 10 places available for event B. I allocate 5 places in the EME events A, B and A+B. Sometimes the first few people to book decide to book both events A+B, then EME shows other people that there are no more discounted tickets for both A+B. So I have to keep manually balancing out the number of available places in the 3 EME events.
Is there a better way to do this?
I read about Multiprice and Multiseat events but they appear to allow offering a fixed number of tickets at a certain price. But in my case, the sale of one type of ticket would need to reduce the number of tickets available at another price, so I don’t think this would work?
]]>Hi Franky,
I’ve been using multi-seat events for this client for a long time, with the presentation altered using jQuery to hide the select lists and instead have radio buttons to allow the selection of only one seat type per event date.
NOW, the client has asked for different pricing based on payment options… and they’d like to have everything on a single form. I’ve applied different prices to different seat types, so if you change the payment option (radio button) the prices change by showing/hiding options. (Yes, it’s a bit of a headache.)
My QUESTION: is there an EASY way I can show only the payment info or button that corresponds to the seats chosen? Or will I need to place some jQuery on the payment page via Settings > Payments > General Options?
Thank you!
Form: https://dev.brackdriving.com/registration-form/
Payment: https://dev.brackdriving.com/events/p/ea913d70cbf447d1378ebbefa7656ff270ac679bec1cf2/
We′re collecting new events with EMEFS https://www.ads-software.com/support/plugin/events-made-easy-frontend-submit/ , also with eme-categories (while no default is set on /wp-admin/options-general.php?page=emefs).
Recently, we′re missing the selection of the categories when editing an event on wp-admin/admin.php?page=eme-manager&eme_admin_action=edit_event&event_id=nnn
Plugins are up to date (EME 2.3.5, EMEFS 1.0.72) on WP 5.9.5, running on php 7.4.32.
Some changelog notes seem to have to do with this…
Now that my client’s seasonal events have finished, I’ve finally updated from a very old EME (1.7!) to the latest version.
When I try to edit an event I’m getting this message:
“Your event seems to have multiple price categories, so you can’t use #_SEATS (or #_SPACES) in your event RSVP form format. Please correct the RSVP form format to use the #_SEATS{xx} notation”
However, I cannot find any use of #_SEATS or #_SPACES. Can you give me a suggestion of where I can look for the offending code?
Thank you!
]]>Hi Franky,
A member can see their reservations on one page. Here are the short codes used.
<!-- wp:heading {"level":6,"style":{"color":{"text":"#03a208"}}} -->
<h6 class="has-text-color" style="color:#03a208">Réservations confirmées</h6>
<!-- /wp:heading -->
<!-- wp:shortcode -->
[eme_mybookings rsvp_status=1 scope=future id=#_EVENTID template_id=19]
<!-- /wp:shortcode -->
<!-- wp:heading {"level":6,"style":{"color":{"text":"#efa300"}}} -->
<h6 class="has-text-color" style="color:#efa300">Réservations en liste d'attente</h6>
<!-- /wp:heading -->
<!-- wp:shortcode -->
[eme_mybookings rsvp_status=2 id=#_EVENTID template_id=33]
<!-- /wp:shortcode -->
<!-- wp:heading {"level":6,"style":{"color":{"text":"#0063a3"}}} -->
<h6 class="has-text-color" style="color:#0063a3">Réservations passées</h6>
<!-- /wp:heading -->
<!-- wp:shortcode -->
[eme_mybookings rsvp_status=1 scope=past template_id=51]
<!-- /wp:shortcode -->
However, only the one for past events works, the others do not show any information. Is this a bug or is my programming wrong?
It worked in the past but I don’t know when it stopped working
]]>Hello,
im currenlty struggling with an new installation, i activated the “Require user confirmation after booking” field for the Event istelf.
Added the #_BOOKING_CONFIRM_URL to my mail template.
if i click on the link within the mail, i will be directed to the event page,
but there will no message shown, on an other installation there will be shown “Booking Sucessfull”
Any idea what here maybe missing within the settings?
thx in advance
]]>I imported a number of discounts from a CSV file and EME imported them ok. Every discount should be part of 2 discount groups, and in the EME list of discounts it correctly shows both groups in the Discount Groups column (“Grp1,Grp2”). But the discounts don’t work, and when I opened one of the discounts then the Discount Groups field is empty.
]]>Hi Franky,
My client wants a new payment gateway added. Currently they are just using PayPal, but now they want Stripe as well. I have two questions:
1) I can’t seem to add the new option to an event which is already set up with the PayPal option. Am I missing something, or is this not possible?
2) Is it possible to change the order of the offered payment gateways?
Thanks,
Rosemary
In the latest version, you say: “Performer google event header is added if a custom field with name “performer” and purpose “event” exists and has a non-empty value for the event”,
I understand the “performer” part of the comment.
I do not understand what you mean by:
a) purpose “event” exists; and
b) has a non-empty value for the event
Many thanks for explaining, perhaps with an example, what you mean by the latter two clauses.
]]>Whenever I create an event and publish it, the date/time of the event is a hyperlink to https://www.e-dynamics.be/wordpress/eme_events/ which seems useless and confusing. I’ve been through all the settings and figure it must be something I’m missing as a newbie but I can’t figure it out. This link would be very confusing to visitors looking for info on the event!
]]>