Franky
Forum Replies Created
-
#_IS_USER_MEMBER_OF is to check if a logged in user is in the specified membership(s), not groups. If you want to test groups, use #_IS_USER_IN_GROUP
Are you using mail queueing or not? Maybe the problem is there (I’m trying to reproduce it here too).
SMTP connection debug won’t help you: the mail does arrive, so the problem must be elsewhere. But for the info: the smtp debug is only shown in either the “test mail” functionality or when sending a preview mail (and during preview the attach is not sent along).The only line relevant there I already explained (and you should correct your mail template there). I’ll repeat the currently unanswered questions:
– anything in the mailserver logs in this case?
– which sending method do you use (smtp, php mail, wp mail, …)? If wp mail: is there another plugin that might interact with this (like the plugin “wp smtp” or so)?Edit: also consider installing the “Health Check & Troubleshooting” plugin, which allows to deactivate all plugins/change theme for your current session only (so it doesn’t affect your site) and test things again.
- This reply was modified 4 years, 10 months ago by Franky.
Forum: Plugins
In reply to: [Events Made Easy] Bug in Filtering Custom FieldsHi,
I reviewed this changeset and reverted parts of it (the “-1” is needed):
http://plugins.trac.wordpress.org/changeset/2556852That just means that you’re using a #_FIELD-like placeholder with a reference to a custom field that no longer exists. Correct your template there (the next version of EME will take that into account too).
But still it won’t explain your template issue. Can you reply to the other questions I asked?- This reply was modified 4 years, 10 months ago by Franky.
And what do your logs say (apache, php and mailserver logs in this case)?
Also: which sending method do you use (smtp, php mail, wp mail, …)? If wp mail: is there another plugin that might interact with this (like the plugin “wp smtp” or so)?Forum: Plugins
In reply to: [Events Made Easy] Bug in Filtering Custom FieldsIndeed, for multiple custom fields of type “events” the last one wins.
Could you test if this changeset fixes it for you?
https://plugins.trac.wordpress.org/changeset/2556619/Just tested on a public site: attachments and tracking work as expected.
How are you sending this mail? And anything in the logs?Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsBtw, I found that extending events with many events could result in a php mem issue. This is now fixed (for extending events) and mem usage improved when editing a recurrence too.
Forum: Plugins
In reply to: [Events Made Easy] RSS iCal display past events possible?That’s already possible, see the documentation on eme_ical_link ( https://www.e-dynamics.be/wordpress/category/documentation/6-shortcodes/eme_ical_link/ ), the “scope” parameter is what you’re looking for.
Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsSoon (in fact, when I feel it is ready to go) 🙂
And the next version will allow you to search on an event name too (in the recurrences pane)Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsBtw: the dev-version now also contains the possibility to copy a recurrence.
Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsMake sure to empty your cache (javascript changes …).
I’ll try it here again too (worked fine yesterday)Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsYou can download it at the bottom of this page:
https://wordpress.org/plugins/events-made-easy/advanced/Forum: Plugins
In reply to: [Events Made Easy] Extending recurent eventsThe possibility to copy events has been present since the beginning of the plugin (more than 10 years already). It is a column called “Copy” so should be pretty obvious 🙂