<?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.6.2: 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>Fri, 10 Feb 2012 07:48:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ruben</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-17968</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Thu, 05 Jan 2012 08:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-17968</guid>
		<description>Hi Peter,

The SMTP plugin works ok, for example, with forgot-password.

&lt;strong&gt;Reply from Peter: I cannot think of a code-related reason why it wouldn&#039;t work. It might be something more basic, such as your SMTP server only allowing certain senders, and the contributor you&#039;re testing with (whose e-mail address is used as the sender) is not allowed.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>The SMTP plugin works ok, for example, with forgot-password.</p>
<p><strong>Reply from Peter: I cannot think of a code-related reason why it wouldn&#8217;t work. It might be something more basic, such as your SMTP server only allowing certain senders, and the contributor you&#8217;re testing with (whose e-mail address is used as the sender) is not allowed.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles LaRocca</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-17960</link>
		<dc:creator>Charles LaRocca</dc:creator>
		<pubDate>Thu, 05 Jan 2012 01:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-17960</guid>
		<description>Peter, rather than limiting the pending posts to &quot;contributors&quot; why not allow us to choose what users will create pending alerts? I would like to be alerted no matter who submits a pending post. Is there a way to do that? I am surprised no one has ever requested this functionality.

&lt;strong&gt;Reply from Peter: The default logic within WordPress to force posts into the pending queue is based on whether a user is in the contributor group. However, if you have some custom roles and capabilities that force other groups of users into the pending queue, you can have them appear in the management interface by altering the $pce_contributor_roles setting in the plugin.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Peter, rather than limiting the pending posts to &quot;contributors&quot; why not allow us to choose what users will create pending alerts? I would like to be alerted no matter who submits a pending post. Is there a way to do that? I am surprised no one has ever requested this functionality.</p>
<p><strong>Reply from Peter: The default logic within WordPress to force posts into the pending queue is based on whether a user is in the contributor group. However, if you have some custom roles and capabilities that force other groups of users into the pending queue, you can have them appear in the management interface by altering the $pce_contributor_roles setting in the plugin.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-17937</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Tue, 03 Jan 2012 11:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-17937</guid>
		<description>Hi Peter, great plugin!
The fact is that I cannot make it to work if WP-Mail-SMTP is active. And I need it because I&#039;ve to send by SMTP. Both plugins are updated, 0.9.1 for WP-Mail-SMTP and 1.6.2 for yours, working in WP 3.3.

Thanks!

&lt;strong&gt;Reply from Peter: Have you tested normal WordPress e-mails (such as registration or forgot password e-mails) with the SMTP plugin? The collaboration e-mails plugin does not have any specific e-mail requirements, as long as normal WordPress e-mails are working.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hi Peter, great plugin!<br />
The fact is that I cannot make it to work if WP-Mail-SMTP is active. And I need it because I&#8217;ve to send by SMTP. Both plugins are updated, 0.9.1 for WP-Mail-SMTP and 1.6.2 for yours, working in WP 3.3.</p>
<p>Thanks!</p>
<p><strong>Reply from Peter: Have you tested normal WordPress e-mails (such as registration or forgot password e-mails) with the SMTP plugin? The collaboration e-mails plugin does not have any specific e-mail requirements, as long as normal WordPress e-mails are working.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna-Karina</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-17746</link>
		<dc:creator>Anna-Karina</dc:creator>
		<pubDate>Thu, 15 Dec 2011 19:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-17746</guid>
		<description>Great plugin!! But... how can I change the date format in my emails now it&#039;s in UTC gmt_offset ? (in your peters_collaboration_emails.phpabout line 278)

I want more something like j F Y format. Is that possible? Can you tell if and how I can change that part?

Thanks!

&lt;strong&gt;Reply from Peter: You could wrap $pce_object-&gt;post_date in the mysql2date function as detailed &lt;a href=&quot;http://wordpress.org/support/topic/custom-date-format-using-post_date&quot; rel=&quot;nofollow&quot;&gt;in this thread&lt;/a&gt;.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Great plugin!! But&#8230; how can I change the date format in my emails now it&#8217;s in UTC gmt_offset ? (in your peters_collaboration_emails.phpabout line 278)</p>
<p>I want more something like j F Y format. Is that possible? Can you tell if and how I can change that part?</p>
<p>Thanks!</p>
<p><strong>Reply from Peter: You could wrap $pce_object->post_date in the mysql2date function as detailed <a href="http://wordpress.org/support/topic/custom-date-format-using-post_date" rel="nofollow">in this thread</a>.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michelle</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-17610</link>
		<dc:creator>michelle</dc:creator>
		<pubDate>Thu, 08 Dec 2011 21:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-17610</guid>
		<description>Hi Peter,

This looks like an awesome plugin, really! I have one question though, is it possible to change the default name of contributor to something else? I ask because we are using a front end blog posting mechanism and have already set basic contributors up with a different name via a roles plugin. They still have the same privileges as contributors. I just wondered if there was anything we could do to change the name of contributors in your plugin to bring up our list of contributors of a different name?

Many thanks.

&lt;strong&gt;Reply from Peter: If I&#039;m understanding the issue correctly, try looking at the $pce_contributor_roles setting near the top of the plugin file.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>This looks like an awesome plugin, really! I have one question though, is it possible to change the default name of contributor to something else? I ask because we are using a front end blog posting mechanism and have already set basic contributors up with a different name via a roles plugin. They still have the same privileges as contributors. I just wondered if there was anything we could do to change the name of contributors in your plugin to bring up our list of contributors of a different name?</p>
<p>Many thanks.</p>
<p><strong>Reply from Peter: If I&#8217;m understanding the issue correctly, try looking at the $pce_contributor_roles setting near the top of the plugin file.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anomaly</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-17138</link>
		<dc:creator>Anomaly</dc:creator>
		<pubDate>Sat, 19 Nov 2011 12:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-17138</guid>
		<description>wanted to know if this plugin can send a mail to a particular id or maybe all registered users whenever a post is directly published by a Author. Its working great for me for contributor but really wanted to inform all the members about any post that is publish... hope you can help me in this plugin or any other

&lt;strong&gt;Reply from Peter: It&#039;s possible, but I&#039;d suggest building something separately where you manually trigger the e-mail by clicking a button, or have people subscribe for e-mail updates on an RSS feed instead.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>wanted to know if this plugin can send a mail to a particular id or maybe all registered users whenever a post is directly published by a Author. Its working great for me for contributor but really wanted to inform all the members about any post that is publish&#8230; hope you can help me in this plugin or any other</p>
<p><strong>Reply from Peter: It&#8217;s possible, but I&#8217;d suggest building something separately where you manually trigger the e-mail by clicking a button, or have people subscribe for e-mail updates on an RSS feed instead.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seolita</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-17092</link>
		<dc:creator>Seolita</dc:creator>
		<pubDate>Mon, 14 Nov 2011 20:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-17092</guid>
		<description>OK Peter, sorry, I meet translation troubles with your other plugin: &quot;Peter&#039;s Post Notes&quot;.

In a French WP, I still have &quot;Your post has been reverted back to draft status by [...]&quot;.

&lt;strong&gt;Reply from Peter: Ah, I see. Looks like some of the translation strings in the French translation file remain incomplete. You can download a program such as &lt;a href=&quot;http://www.poedit.net/&quot; rel=&quot;nofollow&quot;&gt;Poedit&lt;/a&gt; to update the translation files included in both plugins.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>OK Peter, sorry, I meet translation troubles with your other plugin: &quot;Peter&#8217;s Post Notes&quot;.</p>
<p>In a French WP, I still have &quot;Your post has been reverted back to draft status by [...]&quot;.</p>
<p><strong>Reply from Peter: Ah, I see. Looks like some of the translation strings in the French translation file remain incomplete. You can download a program such as <a href="http://www.poedit.net/" rel="nofollow">Poedit</a> to update the translation files included in both plugins.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seolita</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-17089</link>
		<dc:creator>Seolita</dc:creator>
		<pubDate>Mon, 14 Nov 2011 13:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-17089</guid>
		<description>Hi Peter,

I think it would be great if you could add an option on the admin page (/options-general.php?page=peters_collaboration_emails.php) to choose the default language of the mails.

Best,

Bert

&lt;strong&gt;Reply from Peter: The translation of the e-mails is currently controlled by the language of your WordPress installation, so if the desired translation is available, it should automatically be used if your WordPress language is set to that.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>I think it would be great if you could add an option on the admin page (/options-general.php?page=peters_collaboration_emails.php) to choose the default language of the mails.</p>
<p>Best,</p>
<p>Bert</p>
<p><strong>Reply from Peter: The translation of the e-mails is currently controlled by the language of your WordPress installation, so if the desired translation is available, it should automatically be used if your WordPress language is set to that.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-16507</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Tue, 23 Aug 2011 19:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-16507</guid>
		<description>Hello peter,

Thanks for your usefull plugin. I would like to know if you can update it to add a functionality.

If the post is published, it send an email but not if it&#039;s refused. It&#039;s possible to send an email when the contributor&#039;s post is placed to trash (garbage) ?

Thank you very much !

&lt;strong&gt;Reply from Peter: There&#039;s an e-mail sent when a post is rejected (sent back to draft) but not when trashed. There is probably a post status transition for &quot;trash&quot;, in which case anyone could easily extend the code. I&#039;m not sure when I&#039;ll work on the plugin next, but it could be a future addition.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hello peter,</p>
<p>Thanks for your usefull plugin. I would like to know if you can update it to add a functionality.</p>
<p>If the post is published, it send an email but not if it&#8217;s refused. It&#8217;s possible to send an email when the contributor&#8217;s post is placed to trash (garbage) ?</p>
<p>Thank you very much !</p>
<p><strong>Reply from Peter: There&#8217;s an e-mail sent when a post is rejected (sent back to draft) but not when trashed. There is probably a post status transition for &#8220;trash&#8221;, in which case anyone could easily extend the code. I&#8217;m not sure when I&#8217;ll work on the plugin next, but it could be a future addition.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd DeKay</title>
		<link>http://www.theblog.ca/wordpress-collaboration-emails/comment-page-2#comment-16405</link>
		<dc:creator>Lloyd DeKay</dc:creator>
		<pubDate>Fri, 05 Aug 2011 21:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=162#comment-16405</guid>
		<description>Hi Peter,
I had a problem with trying to set up on a multi-site subsite, kept getting an error when I tried to add someone to receive the notices.  I did a Network Deactivate and then Activated on each separate subsite.  All seems to be working well now.  Just suggests it&#039;s not multi-site compliant but the work around is fairly painless.

Thanks for the plugin, should make life simpler and the Inbox fatter.</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
I had a problem with trying to set up on a multi-site subsite, kept getting an error when I tried to add someone to receive the notices.  I did a Network Deactivate and then Activated on each separate subsite.  All seems to be working well now.  Just suggests it&#8217;s not multi-site compliant but the work around is fairly painless.</p>
<p>Thanks for the plugin, should make life simpler and the Inbox fatter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

