cat2email version 2.1 is now available. This version no longer sends notifications when you edit a post. It also allows you to assign a recipient to categories with no posts yet -- version 2.0 would not let you do this (Thanks to Cory for the fix!).
cat2email version 2.1 is now available. This version no longer sends notifications when you edit a post. It also allows you to assign a recipient to categories with no posts yet -- version 2.0 would not let you do this (Thanks to Cory for the fix!).
Brewer philosopher.
Thanks for the great plug-in!
I have installed this plug-in but am a little confused and can find no instructions.
It is activated, and I have assigned my own email address to a category by way of a test.
However, I had (perhaps wrongly) assumed that people would be able to subscribe to categories directly from the blog, if I put some code on the blog. Is this not possible?
Paul
Paul: cat2email is meant to connect a single category to a mailing list. The address you define in the cat2email options page should be the mailing list address. Then, whenever a new post is made to the specified category, the mailing list will receive it as a new mail message.
If you want individual users to be able to subscribe to email notifications, check out my subscribe2 plugin.
I can't find the options page for this plugin. Can you help?
G
Nevermind, somehow I had version 1.1
I think the link here is out of date: http://wp-plugins.net/index.php?id=206
I have modified cat2email to use the private_to_published hook instead of publish_post,
We have a series of posts scheduled to be released at future times, and want them mailed "them" -- however, after chaing the hook, it doesn't mail anythingwhen the post goes live... Which seems odd. Any ideas?
The
private_to_publishedevent only occurs when a post is changed from "private" to "published" (see line 175 of/wp-includes/functions-post.php). Future-dated posts are not private, they're simply not scheduled for display yet, based on their post date.cat2email hasn't been tested with my WP-Cron plugin, but I imagine one could combine the two to resolve your problem.
Note also that the next version of WordPress will include a built-in scheduler (not based on my WP-Cron plugin) which should function with a little more reliably. cat2email can likely be modified to work with this scheduler, too.
so, the idea is to save the posts as pending unpublished, and then use wp-cron to PUBLISH them on schedule, and then have cat2email email them as they are published?
Is there a "publish on a date/time" plugin available I wonder? I'll go look. Thanks for the answer. I stand a tiny bit amazed that there is no hook that fires when a future dated post becomes "live", but now that I understand what that is actually doing, I guess I understand why.
Thanks. I know you don't really support c2e in the comments thread.
-_ Rick
Hi,
I have a problem where if I edit a post that has already been published, it gets emailed out again. I would like for that not to happen if possible...any ideas?
Telluride: cat2email version 2.1 was released specifically to correct that problem. Are you sure you're using version 2.1?
Well, I downloaded the version from this page...it still says 2.0 in the plugins page - is that correct, maybe the version number did not get updated?
skippy,
I am having the same trouble that Telluride is having. I have downloaded what is billed as cat2email 2.1 (both at the top of the page and in your first response to Telluride). When I open the file, line 6 of the code still says, "Version: 2.0". Is http://www.skippy.net/download/plugins/cat2email/cat2email-2.1.zip really the updated file?
I LOVE YOUR SCRIPT, and I will be using it to keep interested parents informed about what is going in my classroom. I will be using it regardless of whether I get the true cat2email 2.1, but I sure would like to be able to edit my posts without sending parents the same message.
Thanks!!!
=)
JME
For reasons unknown, the previously published link to cat2email 2.1 was not version 2.1. I apologize for the confusion.
The link should now contain the real version 2.1. Please download it again.
I LOVE IT! I LOVE IT! I LOVE IT! Thank you so very much, skippy! It is an absolutely wonderful plugin! I appreciate your willingness to check and update the file!
Thanks,
JME
great plugin, cant wait till I get it going..I was wondering though, what is the name of the email address that sends the category posts to a mailing list?? I would need to know this because our mailing list is a newsletter, and only 'editors' can post articles. Thanks for the great plugin!
[...] I’ve added the Cat2Email plugin to my Wordpress installation which will send out an email whenever a new post is added to a specific category (in this case my Announcements category). Since this plugin is limited to one email, I’ve set-up a private Google Group to go along with it. Everyone subscribed to this Google Group should then receive each Announcement post. [...]