Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] How to force the event categoryCurrently I can’t provide a solution here … one thing comes to mind though: you could check the page id in the filter you’d use. So the default cat (in the EMEFS settings) could be used for monform.php and you could use emefs_event_insert_filter to change the value of the cat for the form on the page wishform.php
Forum: Plugins
In reply to: [Events Made Easy] can I email people who are not registered in an event?Please use github for all EME support questions (and make sure to update to the latest version released there first, we’re at 2.3.63). See https://www.e-dynamics.be/wordpress/forums/topic/security-release/ and https://github.com/liedekef/events-made-easy/
Forum: Plugins
In reply to: [Events Made Easy] V2.2.88 is missing option to duplicate an eventPlease use github for all EME support questions (and make sure to update to the latest version released there first, we’re at 2.3.63). See https://www.e-dynamics.be/wordpress/forums/topic/security-release/ and https://github.com/liedekef/events-made-easy/
Forum: Plugins
In reply to: [Events Made Easy] Unwanted bookingPlease use github for all EME support questions (and make sure to update to the latest version released there first). And to answer the question: yes, it is possible ??
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] 2 Questions: Image & Time sliderBtw: the next version of EME will allow file uploads for custom fields of type ‘events’ too. While I don’t think EMEFS is ready to take advantage of this, it will help (in the future) with this kind of questions (as it just uses regular uploads, not the wp media manager then). This also means the upload is uniquely linked to the event (and not present in the media library), like for bookings and members.
Edit: EMEFS can support this, so I’ll add it once the next EME version is released.
- This reply was modified 2 years, 1 month ago by Franky.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Change languageThis is the frontend submit form, not EME itself. Go to EME support on https://github.com/liedekef/events-made-easy
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] 2 Questions: Image & Time sliderGuests are blocked from uploading images by wordpress coding, not me. So nothing I can do about it.
Concerning the time slider: it is possible, but currently EMEFS is a bit low on my list of priorities. I’m thinking about integrating it completely into EME itself (btw: you do use the github version I hope?), so for now I don’t think about new features too much …
Forum: Plugins
In reply to: [Events Made Easy] EME Notifications for adminsI no longer provide support on wp for the plugin. Please go to github and create an issue or a discussion topic. Please read this: https://www.e-dynamics.be/wordpress/forums/topic/security-release/
(to quickly answer: rsvp notifications are sent to the event contact person, per the templates defined either globally or per event)
Forum: Plugins
In reply to: [Events Made Easy] Plugin statusI’m using https://github.com/YahnisElsts/plugin-update-checker for updates, and since that plugs into site_transient_update_plugins , it should be no problem.
Forum: Plugins
In reply to: [MainWP Dashboard: WordPress Management without the SaaS] cron being blockedIndeed, the problem has not occurred again. Meaning either mainwp together with apcu is a bad combo, or it is related to apcu and wp cron …
Forum: Plugins
In reply to: [Events Made Easy] Plugin statusThey don’t (I verified several other plugins I use, a well-known management plugin, wp core, and some other event plugins), but since they had no vulnerability to solve, they are not required to refactor the code … it’s a pity that WP plugin-managers require a complete code refactoring and refuse me to release at least the security fix. Anyway, the plugin is still existing and maintained, but one can consider it a “premium” plugin now (albeit free, but no longer hosted on wp.org).
While I hope you reconsider, I understand your point of view. It’s a free world and a free plugin after all ??Forum: Plugins
In reply to: [Events Made Easy] Plugin statusPlease read this: https://www.e-dynamics.be/wordpress/forums/topic/security-release/
(it is also mentioned in this forum)
Forum: Plugins
In reply to: [MainWP Dashboard: WordPress Management without the SaaS] cron being blockedMainwp child has several crons:
mainwp_child_cron_theme_health_check_watcher
mainwp_child_cron_plugin_health_check_watcher
mainwp_child_cron_theme_health_check_daily
mainwp_child_cron_plugin_health_check_dailyso it is of course possible that one is blocking the system (mainwp_child_cron_plugin_health_check_watcher in this case). But currently (after disabling apcu) it has not yet re-occurred. I’m keeping watch for now ??
Forum: Plugins
In reply to: [Events Made Easy] Endless Expiry Notification EmailsI no longer provide support on wp for the plugin. Please go to github and create an issue in the future. Concerning your issue: check your wp cron, I’m guessing it is not functioning as expected.
Btw: when you create your issue on github (and if not related to wp cron), then describe your membership settings in detail, and check your php error logs for any events-made-easy related messages.
- This reply was modified 2 years, 2 months ago by Franky.
Forum: Plugins
In reply to: [Ever Accounting - WordPress Accounting and Invoice Plugin] Currency issuesThis is still a bug:
– use “,” as decimal separator and “.” for thousands
– create a bank account and set initial value ==> the value uses “.” for separator (and doesn’t allow anything else), so e.g. I enter “20.45”
– check the bank account created: the balance marked is €204.500,00