PetiLabo
Forum Replies Created
-
Fixed 7 months ago, but the “resolved” tag was missing… Sorry for the “up effect” !
Forum: Plugins
In reply to: [Events Manager - Email Users] EM Email Users (CapabilityMany thanks for this excellent point.
I didn’t check the code, but indeed, from memory, setting options are restricted to administrators and can’t be managed by role editing.
I’m really sorry, this is a real limit in the coding of the plugin.
Unfortunately, I’m too busy to maintain the plugin.
If you want to modify the code by yourself, please look at the em_email_users_init method, an look at this line :
if (is_admin()) {
Instead of is_admin, you’ll have to do with the current_user_can function. For example, if you created the EM_email_users custom capability, I think the code would be :
if( current_user_can('EM_email_users') ) {
To be verified…Thanks a lot for your comment.
Sorry, I didn’t test with latest WP and EM 🙁 I’m currently too busy to maintain this plugin, and hope someone else will do the job…
Forum: Reviews
In reply to: [Events Manager - Email Users] ParfaitMerci beaucoup,
Pourtant ce ne sont pas les pistes d’améliorations qui manquent. Hélas, accaparé par de trop nombreuses autres occupations, j’ai laissé tomber le développement de cette extension.
Si quelqu’un se sent de prendre la suite…Forum: Reviews
In reply to: [Events Manager - Email Users] Simple and workingThanks a lot for your kind review.
When I published this EM add-on last year, I had many ideas to improve it, but unfortunately, I was busy with lot of other things, and didn’t work at all for this plugin.
If someone is ready to continue the work….Thank you very much Hans.
Your request is really a good idea, and I add it to my todo list. Unfortunately, as coding for the web is just a hobby for me when all the family is sleeping at home, and as I’m working hard on the development of my own CMS, I’m afraid you won’t be exhausted very very soon. I just hope it’s not a big hassle for you.
Best regardsHello Ken,
I think the bug is fixed now is new version 1.2.3. Thanks a lot for your help.Philippe
Mmmhhh, I’m quite interested by your remark about the default 20-row view, I’m going to analyze that very quickly. Thanks a lot for your patience and comprehension.
Philippe
Hello,
Thanks for your message.
To explain what you are reporting, my first idea is about duplicate email addresses in the bookings. Indeed, if two bookings relate to the same email address, this address will appear only once in the recipient list.
My second idea is about the booking status : are the 22 bookings confirmed ?Please let me know if that helps you.
Best regards,
PhilippeForum: Plugins
In reply to: [Events Manager] Email ParticipantsHi r0bm1lls,
Perhaps you can have a look to my small addon to EM, that I recently created for the (more or less) same need as you : https://wordpress.org/plugins/events-manager-email-users/Forum: Plugins
In reply to: [Events Manager - Email Users] No mail to bookings awaiting paymentYes indeed… please be patient, I’m a bit overworked at the moment, but I don’t forget your request.
Forum: Plugins
In reply to: [Events Manager - Email Users] No mail to bookings awaiting paymentHere is the version 1.2.2 including two more options for awaiting payment bookings. Is that better for you ?
Forum: Reviews
In reply to: [Events Manager - Email Users] Finaly!First suggestion
In the settings :
– “Hide recipients in BCC field” => “No”
– “Maximum number of recipients per email :” => 1
But for the moment, individual placeholders (as #_BOOKINGID for example) are not available.Second suggestion
Yes, indeed, you’re right. Development not planned yet…Forum: Plugins
In reply to: [Events Manager - Email Users] No mail to bookings awaiting paymentAh, yes, here is a situation I had not thought about. Be sure I will work on it and fix the bug as soon as possible. Sorry for the momentary inconvenience, and thanks a lot for your message.
Forum: Reviews
In reply to: [Events Manager - Email Users] Finaly!Thanks a lot for your kind review. Please let me know if I can help, improve the plugin or add a feature !