<?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.1: Peter&#8217;s Post Notes for WordPress</title>
	<atom:link href="http://www.theblog.ca/wordpress-post-notes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.theblog.ca/wordpress-post-notes</link>
	<description>Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:51:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ronnie</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-18066</link>
		<dc:creator>Ronnie</dc:creator>
		<pubDate>Wed, 18 Jan 2012 04:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-18066</guid>
		<description>Is there a way to keep the Collaboration Notes &amp; General Notes widgets form appearing to subscribers. I don&#039;t want them to see. Thanks for you plugin.

&lt;strong&gt;Reply from Peter: There isn&#039;t an easy setting for this yet, but you could add a conditional at the bottom of the plugin where the general notes widget is loaded, such as with:

$current_user = wp_get_current_user();
if( !in_array( &#039;subscriber&#039;, $current_user-&gt;roles ) )
{
&#160;&#160;&#160;&#160;add_action( &#039;wp_dashboard_setup&#039;, &#039;ppn_add_dashboard_general&#039; );
}
&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Is there a way to keep the Collaboration Notes &amp; General Notes widgets form appearing to subscribers. I don&#8217;t want them to see. Thanks for you plugin.</p>
<p><strong>Reply from Peter: There isn&#8217;t an easy setting for this yet, but you could add a conditional at the bottom of the plugin where the general notes widget is loaded, such as with:</p>
<p>$current_user = wp_get_current_user();<br />
if( !in_array( &#039;subscriber&#039;, $current_user->roles ) )<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;add_action( &#039;wp_dashboard_setup&#039;, &#039;ppn_add_dashboard_general&#039; );<br />
}<br />
</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Gadarian</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-17990</link>
		<dc:creator>David Gadarian</dc:creator>
		<pubDate>Sun, 08 Jan 2012 19:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-17990</guid>
		<description>Great stuff.  HTML/Tiny MCE would be a plus as well (echoing a sentiment from above) 

I might also suggest revising the the WP description - this plugin is great but it was not so easy to find - I think a ton of people would love to use this if they.  Perhaps something like:

&quot;Add a notes field on the &quot;edit post&quot; and &quot;edit page&quot; screens&#039; sidebars in WordPress 2.8 and up. Great way for website collaborators to share notes from within the WordPress dashboard area.&quot;

&lt;strong&gt;Reply from Peter: Thanks for the suggestions!&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Great stuff.  HTML/Tiny MCE would be a plus as well (echoing a sentiment from above) </p>
<p>I might also suggest revising the the WP description &#8211; this plugin is great but it was not so easy to find &#8211; I think a ton of people would love to use this if they.  Perhaps something like:</p>
<p>&quot;Add a notes field on the &quot;edit post&quot; and &quot;edit page&quot; screens&#8217; sidebars in WordPress 2.8 and up. Great way for website collaborators to share notes from within the WordPress dashboard area.&quot;</p>
<p><strong>Reply from Peter: Thanks for the suggestions!</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-16568</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 30 Aug 2011 14:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-16568</guid>
		<description>Thanks for the plugin!

Would you consider on the collaboration notes to give admin access to change the number of posts displayed on the dashboard, AND an option to have notes for X days displayed?

Doing this in the dashboard/db would keep changes after a plugin update, and when you have a pretty active site or PHASE of the site (we&#039;re doing a big redesign right now) then you have LOTS of notes, but later we&#039;ll only have a few so we&#039;d want to change it back.

The &#039;cherry on top&#039; would be to have this per user!

Thank you for considering this.
Jason

&lt;strong&gt;Reply from Peter: Thanks for the suggestion, although I won&#039;t have much (or any) time in the short-term to work on the plugin. It&#039;s true that I should keep as few options as possible in the plugin file itself. Code contributions are always welcome!&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin!</p>
<p>Would you consider on the collaboration notes to give admin access to change the number of posts displayed on the dashboard, AND an option to have notes for X days displayed?</p>
<p>Doing this in the dashboard/db would keep changes after a plugin update, and when you have a pretty active site or PHASE of the site (we&#8217;re doing a big redesign right now) then you have LOTS of notes, but later we&#8217;ll only have a few so we&#8217;d want to change it back.</p>
<p>The &#8216;cherry on top&#8217; would be to have this per user!</p>
<p>Thank you for considering this.<br />
Jason</p>
<p><strong>Reply from Peter: Thanks for the suggestion, although I won&#8217;t have much (or any) time in the short-term to work on the plugin. It&#8217;s true that I should keep as few options as possible in the plugin file itself. Code contributions are always welcome!</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Natale</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-16383</link>
		<dc:creator>Carl Natale</dc:creator>
		<pubDate>Wed, 03 Aug 2011 14:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-16383</guid>
		<description>Thank you for the great plugin. It&#039;s exactly what I need.</description>
		<content:encoded><![CDATA[<p>Thank you for the great plugin. It&#8217;s exactly what I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RonBme</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-16301</link>
		<dc:creator>RonBme</dc:creator>
		<pubDate>Sat, 23 Jul 2011 17:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-16301</guid>
		<description>Peter, I&#039;ve been running 2 versions of your plugin. One I modified &amp; your updates. I added html capability to the plugin some time ago. Mainly, I wanted something in the note to catch my eye, so I allowed bold, colors, size, etc.   If the note was important I would be sure to notice it.

I&#039;ve been meaning to leave you a message and see if you wanted to put something like that in. At some point, I just wanted to merge my version with your version. ;) 

Ron

&lt;strong&gt;Reply from Peter: Sure, if you can send me your code I&#039;ll look at integrating it and giving you proper credit. Thanks!&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Peter, I&#8217;ve been running 2 versions of your plugin. One I modified &amp; your updates. I added html capability to the plugin some time ago. Mainly, I wanted something in the note to catch my eye, so I allowed bold, colors, size, etc.   If the note was important I would be sure to notice it.</p>
<p>I&#8217;ve been meaning to leave you a message and see if you wanted to put something like that in. At some point, I just wanted to merge my version with your version. <img src='http://www.theblog.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>Ron</p>
<p><strong>Reply from Peter: Sure, if you can send me your code I&#8217;ll look at integrating it and giving you proper credit. Thanks!</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno de Florence</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-16144</link>
		<dc:creator>Bruno de Florence</dc:creator>
		<pubDate>Sun, 03 Jul 2011 13:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-16144</guid>
		<description>handy plugin indeed! in future release, perhaps ability to set background &amp; ink colour of the notes, as it is so easy to become &quot;blind&quot; when you have a fair bit of infos on a browser page!</description>
		<content:encoded><![CDATA[<p>handy plugin indeed! in future release, perhaps ability to set background &amp; ink colour of the notes, as it is so easy to become &quot;blind&quot; when you have a fair bit of infos on a browser page!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mpmchugh</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-15586</link>
		<dc:creator>mpmchugh</dc:creator>
		<pubDate>Fri, 18 Mar 2011 01:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-15586</guid>
		<description>Reply from Peter: In version 1.1.0 of the plugin, you can
      add your custom post types to the setting $ppn_post_types,
      which should add the notes panel to those types as well.

Can you explain exactly how and where this is done?

Will you be adding a settings interface for this at some point?

Thanks,
Michael

&lt;strong&gt;Reply from Peter: If you edit the plugin file itself, you should see a settings area near the top of the file. Near the bottom of the settings are is a comment &quot;List of post types on which the post notes should be enabled&quot; with two post types defined below it for &quot;post&quot; and &quot;page&quot;. You can create another line below that, using the same syntax, to define other post types that should have the notes interface on them.  There are no short-term plans to move those settings into the WordPress admin interface, but that is certainly a good idea!&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Reply from Peter: In version 1.1.0 of the plugin, you can<br />
      add your custom post types to the setting $ppn_post_types,<br />
      which should add the notes panel to those types as well.</p>
<p>Can you explain exactly how and where this is done?</p>
<p>Will you be adding a settings interface for this at some point?</p>
<p>Thanks,<br />
Michael</p>
<p><strong>Reply from Peter: If you edit the plugin file itself, you should see a settings area near the top of the file. Near the bottom of the settings are is a comment &#8220;List of post types on which the post notes should be enabled&#8221; with two post types defined below it for &#8220;post&#8221; and &#8220;page&#8221;. You can create another line below that, using the same syntax, to define other post types that should have the notes interface on them.  There are no short-term plans to move those settings into the WordPress admin interface, but that is certainly a good idea!</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-15287</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Fri, 28 Jan 2011 13:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-15287</guid>
		<description>Hi!

I´m using a theme with a front end submit form. I would like to show the notes on the front end, and I have no need for any others to post notes, just me giving advice on user submitted articles. 

Is that possible?

Thanks

André

&lt;strong&gt;Reply from Peter: That is certainly possible, although you&#039;d have to do quite a bit of work and use the relevant code from the ppn_dashboard() or ppn_meta_contents() functions.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I´m using a theme with a front end submit form. I would like to show the notes on the front end, and I have no need for any others to post notes, just me giving advice on user submitted articles. </p>
<p>Is that possible?</p>
<p>Thanks</p>
<p>André</p>
<p><strong>Reply from Peter: That is certainly possible, although you&#8217;d have to do quite a bit of work and use the relevant code from the ppn_dashboard() or ppn_meta_contents() functions.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GhostLyrics</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-15211</link>
		<dc:creator>GhostLyrics</dc:creator>
		<pubDate>Mon, 17 Jan 2011 00:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-15211</guid>
		<description>Could you please rework the changelog of your plugin to look like this: http://wordpress.org/news/2009/07/improving-your-plugin-changelogs/

This way, wordpress.org can automatically parse that and present it to administrators in an easy way. Thanks in advance.

&lt;strong&gt;Reply from Peter: Thanks. The changelog is implemented in the readme file now.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Could you please rework the changelog of your plugin to look like this: http://wordpress.org/news/2009/07/improving-your-plugin-changelogs/</p>
<p>This way, wordpress.org can automatically parse that and present it to administrators in an easy way. Thanks in advance.</p>
<p><strong>Reply from Peter: Thanks. The changelog is implemented in the readme file now.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reza</title>
		<link>http://www.theblog.ca/wordpress-post-notes/comment-page-2#comment-14772</link>
		<dc:creator>Reza</dc:creator>
		<pubDate>Tue, 16 Nov 2010 03:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.theblog.ca/?p=350#comment-14772</guid>
		<description>Hey nice plugin. As admin I should be able to remove anyone else notes? But I can&#039;t remove it even if I am admin and I have to remind each of users who works in my group to remove their notes every time.

&lt;strong&gt;Reply from Peter: Look for the settings $ppn_super_roles[] and $ppn_superedit_roles[] near the top of the plugin file. The inline examples show how to let the administrator role view and edit all notes.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Hey nice plugin. As admin I should be able to remove anyone else notes? But I can&#8217;t remove it even if I am admin and I have to remind each of users who works in my group to remove their notes every time.</p>
<p><strong>Reply from Peter: Look for the settings $ppn_super_roles[] and $ppn_superedit_roles[] near the top of the plugin file. The inline examples show how to let the administrator role view and edit all notes.</strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>

