Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] EME broken after Update – function deprecatedEME hasn’t used that function in years, and it is not in the code either. In which file is this reported?
Forum: Plugins
In reply to: [Events Made Easy] Suppressing Required Field text on Membership formThe class is correct, but maybe your css adaptation happens before the default EME css gets loaded. See here on CSS:
https://www.e-dynamics.be/wordpress/css-change-the-look-and-feel-of-any-element-on-the-page/
If you can’t access that page, let me know and I’ll copy/paste the relevant parts.Btw: I can only give this generic advice since the link you need help with is not working.
Forum: Plugins
In reply to: [Events Made Easy] Can’t login or re-register on E-Dynamics siteConcerning the first part: if you use a wrong login, you’re automatically blocked for 1 hour. But the page you see might also be generated by my hosting provider, which is becoming a bit too strict in security to my taste. I’m in the process of switching to another provider (housing), where I will have more control over this.
Concerning the “contact me” link: indeed, I stopped my commercial business 3 months ago and forgot to adjust this link. This has now been corrected (a “mailto” link now).
Btw: for searching on the forum you don’t need to be registered.Forum: Plugins
In reply to: [Events Made Easy] Subscription PaymentsUsing the available hooks you might get something like that, but it won’t be easy: count the number of unpaid booings for future events for that person, get the amunt for each, make the sum etc … but even then it’s probably going to be needed to manually note the payments. In short: out of the box it is not possible.
Forum: Plugins
In reply to: [Events Made Easy] Adding New Payment GatewayThere’s no one solution that fits all. Each payment gateway has its own quirks, and sometimes there’s a back-call, sometimes not. Sometimes the back-call arrives before payment completion, sometimes not. Some need extra parameters etc …
So no, I haven’t explained how to add payment gateways since it always takes quite some time to understand the corresponding api and doc (and depends if they have a php interface or not).
If you want an extra payment gateway, you can post it as a feature request on https://www.e-dynamics.be/wordpress and maybe make a nice donation 🙂Forum: Plugins
In reply to: [Events Made Easy] payment remembering mailThe first issue about remaining amount not showing correctly should be fixed with this small change:
https://plugins.trac.wordpress.org/changeset/2419093The second question (about taking the remaining amount into account) is done with the next change (although it should not be possible to change the amount when paying via a payment gateway):
Forum: Plugins
In reply to: [Events Made Easy] Captcha image is a broken imageIn your case the problem lies with your theme: it seems to send out an empty line at the beginning, causing also the captcha image to be broken. I tried downloading it manually and when removing the empty line at the beginning it became a correct image. So check your theme …
Forum: Plugins
In reply to: [Events Made Easy] Separate Email Column in CSV exportImporting a csv file into excel is not part of EME support. Just Google search for “excel csv” and you’ll find all the info you need,
Forum: Plugins
In reply to: [Events Made Easy] File upload error when emptyThis is fixed with this changeset:
https://plugins.trac.wordpress.org/changeset/2417534/events-made-easy/trunkForum: Plugins
In reply to: [Events Made Easy] Separate Email Column in CSV exportThat is the CSV export from the table as you see it, but not actual a full csv export of the bookings for an event. For that, click on the link “csv export” in the column “event info”.
Forum: Plugins
In reply to: [Events Made Easy] Separate Email Column in CSV exportHow did you do this export? I have a booking CSV export function and that has name and email separately.
Forum: Plugins
In reply to: [Events Made Easy] Auto generate attendee notification for cancelled eventsI just released it today (I have to admit that the send-functionality is untested, although it should work just fine).
Forum: Plugins
In reply to: [Events Made Easy] Auto generate attendee notification for cancelled eventsFrom the changelog in the next version:
“Allow to send a mail for cancelled bookings when moving an event to trash”
The changeset:
https://plugins.trac.wordpress.org/changeset/2413737/Forum: Plugins
In reply to: [Events Made Easy] EME – Personal page with my bookings eventsSince you also asked this on my forul, I’ll point you to the thread there:
https://www.e-dynamics.be/wordpress/forums/topic/cant-use-template-for-my-bookings/Forum: Plugins
In reply to: [Events Made Easy] eme_countdown questionThen this changeset should help:
https://plugins.trac.wordpress.org/changeset/2410105/