Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] eme_countdown questionWell, I could add recurrence_id and category_id as optional parameters too, so it then either limits to the mentioned event id, the next event in the recurrence, the next event in the category or just the next event. In your case your ‘hosts’ could then use a category for their events.
Would that help?Forum: Plugins
In reply to: [Events Made Easy] Creating a multi-lingual siteThe choice of language they make when viewing the site is stored when they make an EME-related booking or become a member of an EME membership.
Forum: Plugins
In reply to: [Events Made Easy] Creating a multi-lingual siteEME supports qtranslate-xt, where you can use language tags in your templates and EME uses the language info of a person to choose the correct language then.
See https://github.com/qtranslate/qtranslate-xtForum: Plugins
In reply to: [Events Made Easy] Change personal infoUpdating personal info for logged in people is done in their wp profile.
Updating other EME personal info or membership info is not allowed/possible via the frontend.Forum: Plugins
In reply to: [Events Made Easy] Use HTML in #_EXCERTPif there is a more-tag in your notes (
<!--more-->), then the part before that is the excerpt, otherwise it is the first 55 words (with an optional filter to change that length) and because of the “words” part it strips html (like wp does).
So try using the more-tag and see if that helps.Forum: Plugins
In reply to: [Events Made Easy] Cannot add event – getting errorGlad it works. Marking resolved.
Forum: Plugins
In reply to: [Events Made Easy] Cannot add event – getting errorWhat happens if you execute that sql statement manually in your mysql console of choice?
Forum: Plugins
In reply to: [Events Made Easy] Category column on events admin pageThe category already shows per event, and in the filter part of the events admin you can already filter per category or show the ones without category.
Forum: Plugins
In reply to: [Events Made Easy] Restrict media access for user on formsThis is a question for the frontend submit plugin then.
However: it is not possible, if you want to allow upload, you need to use the wp editor, and currently there’s no option to not browse for existing files.Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] use mollie propertyThis change will be in the next version:
https://plugins.trac.wordpress.org/changeset/2402462/Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] use mollie propertyIndeed … that shouldn’t be the case, since the default is text in the function argument list already if not provided. So can you remove these 2 lines and try again?
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] use mollie propertyuse_mollie was older than the use_stripe property, and it still has its own column, so it is directly evailable from the $event array. In other words, EMEFS::field(‘use_mollie’,’binary’) should work.
Forum: Plugins
In reply to: [Events Made Easy] Error Occurred While Communicating with ServerDo you already have an error when just clicking on ‘Events’ in the backend?
What is your php version? And your mysql version? And if you don’t know where your logs are, you should ask your site provider for assistance here.Forum: Reviews
In reply to: [Events Made Easy] Loaded with functionality – great supportThanks for the nice review and also for the donation!
Forum: Plugins
In reply to: [Events Made Easy] Bookings Customer OverviewPlease read the mentioned documentation for this shortcode. If you want to show it only for logged in users, use #_MYBOOKINGS in an single event template format.