Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Datapicker don’t displayThe second screenshot is from the EME backend, not the EMEFS plugin.
Anyway, I can’t have access to your site, that violates wordpress rules.
Please create a wordpress page that I can access (make it public and optionally set a password on it and send me the link to that page + that password), so I can see the problem on your site.Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Datapicker don’t displayThat error will only appear if the plugin didn’t load all the javascript files. If you use the shortcode on a regular WP page, that should not happen. Can you demonstrate that? I don’t speak Russian and I don’t see anything on your site to submit new events …
Forum: Plugins
In reply to: [Events Made Easy] How to allow viewer to access his own events only?#_MYSELF will only work in the next version. Also there’s a specific calendar widget provided by EME, use that. There’s also an EME widget for event listings btw …
- This reply was modified 5 years, 10 months ago by Franky.
Forum: Plugins
In reply to: [Events Made Easy] Problem with repeating events and the rightsBy default a wp user with the “event author” right can only edit events for which he’s the author. If there’s a rights issue, it should be indicated … maybe some kind of demo? You can send me a small video with what you try to accomplish if you want.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Datapicker don’t displayThat means you have a javascript error on your page. Check your browser console for hints. Fix the error and the datepicker will pop up.
Forum: Plugins
In reply to: [Events Made Easy] How to allow viewer to access his own events only?See the EME doc: https://www.e-dynamics.be/wordpress/category/documentation/3-installation-and-usage/
“you need to use shortcodes on regular pages to get anything done from EME”Concerning your question on the calendar: author=#_MYSELF is an option that will also only work in the next version, so please be patient.
Forum: Plugins
In reply to: [Events Made Easy] How to allow viewer to access his own events only?Like I already explained:
a regular author in WP has in EME the right to edit his own events (the ones he created) or the ones he”s a contact person for. The contact person can be set per event.
View events in the backend is also limited like this.
If you want to limit events shown in the frontend, either use EME conditional tags with the #_IS_AUTHOR placeholder as check, or wait for the next release that allows this (from the changelog):* Allow author or contact_person to be "#_MYSELF" if you want to limit events to only those where you're the author: [eme_events author=#_MYSELF] or the contactperson: [eme_events contact_person=#_MYSELF]Forum: Plugins
In reply to: [Events Made Easy] How to allow viewer to access his own events only?You asked about “add/edit or manage only his own events”, not “see”. Like I explained: a regular author in WP has in EME the right to edit his own events (the ones he created) or the ones he”s a contact person for. The contact person can be set per event.
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Shortcode don’t work in widgetYou need to select a forum to post your question into.
Forum: Plugins
In reply to: [Events Made Easy] How to allow viewer to access his own events only?It doesn’t matter, it just needs to be a capability that your users have too (but make sure it is a capability not used in the other access rights to prevent too much liberty). If you want, you can use a plugin like “User Role Editor” to create custom capabilities and use those. The default is “edit posts” which is a capability a WP author has, so that should be sufficient.
It is beyond EME to explain how wordpress roles and capabilities work, for that I refer you to wordpress documentation: https://wordpress.org/support/article/roles-and-capabilities/Forum: Plugins
In reply to: [Events Made Easy] How to allow viewer to access his own events only?Like I said: “Author event”
And please read the documentation for that: https://www.e-dynamics.be/wordpress/documentation/ (start with chapter 3, which explains that events are not posts) *and* has a video to learn how to work with EME.Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Shortcode don’t work in widgetYou need to select a forum to post into.
But FYI: the next version should solve your problem.Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Shortcode don’t work in widgetNot without changing the code. For that, please open a feature request on https://www.e-dynamics.be/wordpress
Forum: Plugins
In reply to: [Events Made Easy] How to allow viewer to access his own events only?Yes that is possible. See the EME settings concerning Access (check the setting “Author event”).
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] Shortcode don’t work in widgetYes, this shortcode currently only works on the page.