For some reason, emails go out to all subscriber groups instead of just the one that I picked. Will this be fixed for WordPress 5.2?
Keiev
Does this plug in still work with the updated wordpress 5.0?
]]>Hi
A French translation of this plugin is available. I cant upload it to Translating WordPress due to the following message :
This plugin is not properly prepared for localization (View detailed logs on Slack). If you would like to translate this plugin, please contact the author.
I can send you the /po file if you contact me.
Hello,
i love this plugin, but now i have a question, it’s possible extend the useage to custom post type and not only post?
thanks
great work
Hi Janos,
I want to include the whole content of a post in the email, so added the following line of code to your file :
$text=str_replace('%mytext%',get_post_field('post_content',$post_id),$text);
and it works fine ( at least for me )
Could you please consider including this %mytext% option ( or whatever you would like to call it ) in your next revision of your plugin ?
Thank you for your work.
Michel
]]>I have installed both wp-jv-custom-email-settings and wp-jv-post-reading-groups. I have created 2 groups 1 and 2. I have created 2 users 1 and 2 and I have assigned user 1 to group 1 and user 2 to group 2. I have created 2 private posts 1 and 2 and I have authorized group 1 to read post 1 and group 2 to read post 2.
wp-jv-post-reading-groups works fine.
In the settings I have elected to have both user notified, to send notification emails manually and for private posts. When I notify that post 1 has been published both user 1 and 2 receive an email. Same thing when I do the same with post 2. I was expecting that only user 1 would be notified that post 1 has been published and that only user 2 would be notified that post 2 has been published.
Do you know where is the problem ?
Thanks in advance for your help.
https://www.ads-software.com/plugins/wp-jv-custom-email-settings/
]]>Hello
Nice job just what i needed.
Only one little problem, how do i set the “Notify me by e-mail when a new post is published” to checked by default when a new user is registrated ?
I don’t want to check every single user every time one is created, that is a unnessesarily step.
??
Can’t seem to find anything in my DB about it. I can only find this table: wp_jv_notification_log
and found this wp_jv_ces_notification_sent in wp_usermeta
and some other things in some other places, but nothing that realy said, like change here for this..
i could hardcode this peice to fix it, but then i don’t take in mind if people have unscribe to it.. i need to know where the info is store about a users have subscribed to it..
Could you help ?
echo '<input type="checkbox" name="wp_jv_ces_user_notification" value="1" '. $wp_jv_ces_user_notification. '>Notify me by e-mail when a new post is published</input><br>';
https://www.ads-software.com/plugins/wp-jv-custom-email-settings/
]]>