<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Version 1.3.4: Peter&#8217;s Collaboration E-mails for WordPress</title>
	<atom:link href="http://www.theblog.ca/wordpress-collaboration-emails/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theblog.ca/wordpress-collaboration-emails</link>
	<description>Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more</description>
	<lastBuildDate>Sun, 14 Mar 2010 08:18:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ashley</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-12327</link>
		<dc:creator>ashley</dc:creator>
		<pubDate>Thu, 28 Jan 2010 02:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-12327</guid>
		<description>Hi there :)

I&#039;m considering a project for which this plugin might be useful, but it would be an absolute perfect fit if the Contributor could also be notified when their post was deleted. The situation would be that many people could contribute posts, but only one would be published per day, with the rest being deleted to save room in my DB (the posts would include media files). I&#039;d love to let the unpublished Contributors know that their post is no longer in the running.

I hope it&#039;s a feature you&#039;d consider adding!

&lt;strong&gt;Reply from Peter: There is a &lt;a href=&quot;http://codex.wordpress.org/Plugin_API/Action_Reference&quot; rel=&quot;nofollow&quot;&gt;WordPress action&lt;/a&gt; &quot;delete_post&quot; that you can hook into and use the passed post ID to do things such as send e-mails.  Or, using the &lt;a href=&quot;http://www.theblog.ca/wordpress-post-notes&quot; rel=&quot;nofollow&quot;&gt;post notes plugin&lt;/a&gt;, save a note saying &quot;Thanks, this post will be deleted&quot;, then delete the post.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hi there <img src='http://www.theblog.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#039;m considering a project for which this plugin might be useful, but it would be an absolute perfect fit if the Contributor could also be notified when their post was deleted. The situation would be that many people could contribute posts, but only one would be published per day, with the rest being deleted to save room in my DB (the posts would include media files). I&#039;d love to let the unpublished Contributors know that their post is no longer in the running.</p>
<p>I hope it&#039;s a feature you&#039;d consider adding!</p>
<p><strong>Reply from Peter: There is a <a href="http://codex.wordpress.org/Plugin_API/Action_Reference" rel="nofollow">WordPress action</a> &#8220;delete_post&#8221; that you can hook into and use the passed post ID to do things such as send e-mails.  Or, using the <a href="http://www.theblog.ca/wordpress-post-notes" rel="nofollow">post notes plugin</a>, save a note saying &#8220;Thanks, this post will be deleted&#8221;, then delete the post.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erika Jurney</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-12193</link>
		<dc:creator>Erika Jurney</dc:creator>
		<pubDate>Thu, 07 Jan 2010 04:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-12193</guid>
		<description>I LOVE this plugin and have been using it for a while now. I&#039;ve recently come up against a new situation and I&#039;m wondering if the plugin could potentially handle it.

I&#039;m running a series of articles where I would really love to be able to put an email address in a custom field and have *that* address treated as if it were the post author&#039;s address.

So when the post is scheduled and posted that address would get the mail.

Does this make sense? Does it seem reasonable?

Thanks very much,
Erika

&lt;strong&gt;Reply from Peter: This is certainly possible. If you look at this piece of code, you can replace $pce_thisuser-&gt;user_email with the contents of the custom field:

// Send the notification e-mail for a previously-scheduled, now published post
wp_mail($pce_thisuser-&gt;user_email, $pce_subject, $pce_body, $pce_headers);

This custom field is probably accessed with something like get_post_meta( $pce_object-&gt;ID, &#039;name_of_field&#039;, true ); See the WordPress documentation on &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/get_post_meta&quot; rel=&quot;nofollow&quot;&gt;get_post_meta&lt;/a&gt;.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>I LOVE this plugin and have been using it for a while now. I&#039;ve recently come up against a new situation and I&#039;m wondering if the plugin could potentially handle it.</p>
<p>I&#039;m running a series of articles where I would really love to be able to put an email address in a custom field and have *that* address treated as if it were the post author&#039;s address.</p>
<p>So when the post is scheduled and posted that address would get the mail.</p>
<p>Does this make sense? Does it seem reasonable?</p>
<p>Thanks very much,<br />
Erika</p>
<p><strong>Reply from Peter: This is certainly possible. If you look at this piece of code, you can replace $pce_thisuser->user_email with the contents of the custom field:</p>
<p>// Send the notification e-mail for a previously-scheduled, now published post<br />
wp_mail($pce_thisuser->user_email, $pce_subject, $pce_body, $pce_headers);</p>
<p>This custom field is probably accessed with something like get_post_meta( $pce_object->ID, &#039;name_of_field&#039;, true ); See the WordPress documentation on <a href="http://codex.wordpress.org/Function_Reference/get_post_meta" rel="nofollow">get_post_meta</a>.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-12074</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Thu, 17 Dec 2009 03:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-12074</guid>
		<description>Peter,

I love your collaboration and notes plugins and use them in a 2.8.6 php 5.1+ platform, they work flawlessly...but I would like my editor to be able to get emails for submissions even from those who have statuses higher than contributor, and yes I use the capabilities plugin.

How can I do that?  presently the collaboration settings only allows the selection of those who have collaborator status, and alas, the higher ups need editing supervision too.

&lt;strong&gt;Reply from Peter: Presumably this means that you have some extra roles that don&#039;t have &quot;publish posts&quot; capabilities? Using the default WordPress capabilities, an editor that does not have the permissions to publish his/her own posts cannot also publish other editors&#039; posts. Under that assumption, if you want to add other user roles to the contributor list in my plugin, you can edit the &quot;switch&quot; statement in the pce_usersoptions function and modify the $pce_contrib_approve_code &quot;contributor&quot; code to add other roles in a similar way to the &quot;moderators&quot; code directly below it.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>I love your collaboration and notes plugins and use them in a 2.8.6 php 5.1+ platform, they work flawlessly&#8230;but I would like my editor to be able to get emails for submissions even from those who have statuses higher than contributor, and yes I use the capabilities plugin.</p>
<p>How can I do that?  presently the collaboration settings only allows the selection of those who have collaborator status, and alas, the higher ups need editing supervision too.</p>
<p><strong>Reply from Peter: Presumably this means that you have some extra roles that don&#8217;t have &#8220;publish posts&#8221; capabilities? Using the default WordPress capabilities, an editor that does not have the permissions to publish his/her own posts cannot also publish other editors&#8217; posts. Under that assumption, if you want to add other user roles to the contributor list in my plugin, you can edit the &#8220;switch&#8221; statement in the pce_usersoptions function and modify the $pce_contrib_approve_code &#8220;contributor&#8221; code to add other roles in a similar way to the &#8220;moderators&#8221; code directly below it.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Erkurt</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-11912</link>
		<dc:creator>Ali Erkurt</dc:creator>
		<pubDate>Mon, 30 Nov 2009 22:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-11912</guid>
		<description>Hello everyone! I&#039;ve just translated the plugin to Turkish and it&#039;s ready to be downloaded. Peter, could you please add the .mo file to the plugin please? Here&#039;s the download link:

http://www.allaboutali.com/dosyalar/peters_collaboration_emails-tr_TR.mo

Thank you for that great plugin ;)

&lt;strong&gt;Reply from Peter: Thanks!  Is there also an accompanying .po file?  I always include both .mo and .po in the releases so that users can edit the translations if needed.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hello everyone! I&#039;ve just translated the plugin to Turkish and it&#039;s ready to be downloaded. Peter, could you please add the .mo file to the plugin please? Here&#039;s the download link:</p>
<p><a href="http://www.allaboutali.com/dosyalar/peters_collaboration_emails-tr_TR.mo" rel="nofollow">http://www.allaboutali.com/dosyalar/peters_collaboration_emails-tr_TR.mo</a></p>
<p>Thank you for that great plugin <img src='http://www.theblog.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Reply from Peter: Thanks!  Is there also an accompanying .po file?  I always include both .mo and .po in the releases so that users can edit the translations if needed.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jc</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-11887</link>
		<dc:creator>jc</dc:creator>
		<pubDate>Tue, 24 Nov 2009 01:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-11887</guid>
		<description>I am getting my site ready, and have installed Collaboration Emails 1.3.3.

I noticed this error message (see below) which is visible only when a user with collaborator status logs in.  I am using WP 2.8.6, so I understand there may be issues....

This notice appears on the Dashboard page, somewhat down the page in a box called &quot;Collaboration notes&quot;

---------------

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;) ORDER BY notetime DESC LIMIT 5&#039; at line 1]
SELECT postid, author, notetime, notecontent FROM wp_collabnotes WHERE postid IN () ORDER BY notetime DESC LIMIT 5

No relevant notes.

-----------

What do I need to do to resolve this issue, as I would really like to use your plugin at my new site to be...

&lt;strong&gt;Update from Peter: This was actually an issue with the &lt;a href=&quot;http://www.theblog.ca/wordpress-post-notes&quot; rel=&quot;nofollow&quot;&gt;Post Notes plugin&lt;/a&gt; and fixed in the latest release of that plugin.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>I am getting my site ready, and have installed Collaboration Emails 1.3.3.</p>
<p>I noticed this error message (see below) which is visible only when a user with collaborator status logs in.  I am using WP 2.8.6, so I understand there may be issues&#8230;.</p>
<p>This notice appears on the Dashboard page, somewhat down the page in a box called &quot;Collaboration notes&quot;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;) ORDER BY notetime DESC LIMIT 5&#039; at line 1]<br />
SELECT postid, author, notetime, notecontent FROM wp_collabnotes WHERE postid IN () ORDER BY notetime DESC LIMIT 5</p>
<p>No relevant notes.</p>
<p>&#8212;&#8212;&#8212;&#8211;</p>
<p>What do I need to do to resolve this issue, as I would really like to use your plugin at my new site to be&#8230;</p>
<p><strong>Update from Peter: This was actually an issue with the <a href="http://www.theblog.ca/wordpress-post-notes" rel="nofollow">Post Notes plugin</a> and fixed in the latest release of that plugin.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aren Cambre</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-11746</link>
		<dc:creator>Aren Cambre</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-11746</guid>
		<description>Aww, shucks. I was hoping this module included comments, but I understand the limitation as comments are a lower order of content. Well, thanks anyway.</description>
		<content:encoded><![CDATA[<p>Aww, shucks. I was hoping this module included comments, but I understand the limitation as comments are a lower order of content. Well, thanks anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aren Cambre</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-11744</link>
		<dc:creator>Aren Cambre</dc:creator>
		<pubDate>Tue, 13 Oct 2009 01:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-11744</guid>
		<description>I disabled _all_ modules except Peter&#039;s Collaboration E-mails. I then created a special account with only Subscriber privileges, logged in to the blog using that special account, and left a comment on a blog post.

My personal email is one of the &quot;Default moderators&quot;, and I still did not receive an email. Yes, I did check my spam folder.

&lt;strong&gt;Reply from Peter: Now that you say &quot;left a comment&quot; perhaps there is actually a misinterpretation of what the plugin does (and by re-reading your initial comment, I&#039;m pretty sure I completely missed what you were asking).  It e-mails so-called approvers when contributors submit new posts, not comments.  You could definitely write a plugin to handle e-mailing around comments by hooking into the appropriate &lt;a href=&quot;http://codex.wordpress.org/Plugin_API/Action_Reference&quot; rel=&quot;nofollow&quot;&gt;action&lt;/a&gt;. Feel free to continue this discussion via e-mail (my e-mail address is on the right sidebar).&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>I disabled _all_ modules except Peter&#039;s Collaboration E-mails. I then created a special account with only Subscriber privileges, logged in to the blog using that special account, and left a comment on a blog post.</p>
<p>My personal email is one of the &quot;Default moderators&quot;, and I still did not receive an email. Yes, I did check my spam folder.</p>
<p><strong>Reply from Peter: Now that you say &#8220;left a comment&#8221; perhaps there is actually a misinterpretation of what the plugin does (and by re-reading your initial comment, I&#8217;m pretty sure I completely missed what you were asking).  It e-mails so-called approvers when contributors submit new posts, not comments.  You could definitely write a plugin to handle e-mailing around comments by hooking into the appropriate <a href="http://codex.wordpress.org/Plugin_API/Action_Reference" rel="nofollow">action</a>. Feel free to continue this discussion via e-mail (my e-mail address is on the right sidebar).</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aren Cambre</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-11666</link>
		<dc:creator>Aren Cambre</dc:creator>
		<pubDate>Thu, 01 Oct 2009 01:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-11666</guid>
		<description>What I don&#039;t get is why does the normal admin notification work but this doesn&#039;t?

In case it matters, the customer&#039;s blog is hosted at godaddy--which blows, but that&#039;s a different story.</description>
		<content:encoded><![CDATA[<p>What I don&#039;t get is why does the normal admin notification work but this doesn&#039;t?</p>
<p>In case it matters, the customer&#039;s blog is hosted at godaddy&#8211;which blows, but that&#039;s a different story.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aren Cambre</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-11660</link>
		<dc:creator>Aren Cambre</dc:creator>
		<pubDate>Tue, 29 Sep 2009 02:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-11660</guid>
		<description>Here&#039;s what I have installed:

    * Add to Any: Share/Bookmark/Email Button
    * Akismet
    * All in One SEO Pack
    * Google Analytics for WordPress
    * Peter&#039;s Collaboration E-mails
    * Viper&#039;s Video Quicktags
    * WP-reCAPTCHA

I don&#039;t think these should interfere?

&lt;strong&gt;I just did a fresh test of the plugin under two WP 2.8.4 environments -- where PHP uses sendmail and where PHP directly uses SMTP.  Unfortunately (for you) I was able to set up multiple moderators and successfully received multiple collaboration notifications.  While I did not install your plugins, it is not obvious that they would cause any problems.  My only other suggestions at this point are obvious ones: spam filters, syntax errors, version problems, etc.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Here&#039;s what I have installed:</p>
<p>    * Add to Any: Share/Bookmark/Email Button<br />
    * Akismet<br />
    * All in One SEO Pack<br />
    * Google Analytics for WordPress<br />
    * Peter&#039;s Collaboration E-mails<br />
    * Viper&#039;s Video Quicktags<br />
    * WP-reCAPTCHA</p>
<p>I don&#039;t think these should interfere?</p>
<p><strong>I just did a fresh test of the plugin under two WP 2.8.4 environments &#8212; where PHP uses sendmail and where PHP directly uses SMTP.  Unfortunately (for you) I was able to set up multiple moderators and successfully received multiple collaboration notifications.  While I did not install your plugins, it is not obvious that they would cause any problems.  My only other suggestions at this point are obvious ones: spam filters, syntax errors, version problems, etc.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aren Cambre</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-11621</link>
		<dc:creator>Aren Cambre</dc:creator>
		<pubDate>Mon, 21 Sep 2009 02:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-11621</guid>
		<description>I just realized I didn&#039;t state the problem in the prior comment: None of the three &quot;Default moderators&quot; get any notifications. Only the email in &quot;Settings &gt; General &gt; E-mail address&quot; gets notifications.

&lt;strong&gt;Reply from Peter: Are you using any e-mail-related plugins?  I did experience an issue once where WordPress did not support multiple recipients via SMTP.  I wrote a &lt;a href=&quot;http://www.theblog.ca/wordpress-smtp&quot; rel=&quot;nofollow&quot;&gt;post describing a fix.&lt;/a&gt;&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>I just realized I didn&#039;t state the problem in the prior comment: None of the three &quot;Default moderators&quot; get any notifications. Only the email in &quot;Settings &gt; General &gt; E-mail address&quot; gets notifications.</p>
<p><strong>Reply from Peter: Are you using any e-mail-related plugins?  I did experience an issue once where WordPress did not support multiple recipients via SMTP.  I wrote a <a href="http://www.theblog.ca/wordpress-smtp" rel="nofollow">post describing a fix.</a></strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>
