<?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: PJW BlogMinder</title>
	<atom:link href="http://blog.ftwr.co.uk/wordpress/pjw-blogminder/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ftwr.co.uk</link>
	<description>Random commentary...</description>
	<lastBuildDate>Wed, 17 Feb 2010 21:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: WordPress Plugin Releases for 04/11 &#124; Weblog Tools Collection</title>
		<link>http://blog.ftwr.co.uk/wordpress/pjw-blogminder/comment-page-1/#comment-196315</link>
		<dc:creator>WordPress Plugin Releases for 04/11 &#124; Weblog Tools Collection</dc:creator>
		<pubDate>Sat, 11 Apr 2009 19:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/?page_id=286#comment-196315</guid>
		<description>[...] Blog Minder [...]</description>
		<content:encoded><![CDATA[<p>[...] Blog Minder [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westi</title>
		<link>http://blog.ftwr.co.uk/wordpress/pjw-blogminder/comment-page-1/#comment-195926</link>
		<dc:creator>westi</dc:creator>
		<pubDate>Wed, 08 Apr 2009 23:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/?page_id=286#comment-195926</guid>
		<description>@Robert: The trunk version of the plugin now has a filter on the maximum threshold for you to use - http://plugins.trac.wordpress.org/browser/pjw-blogminder/trunk</description>
		<content:encoded><![CDATA[<p>@Robert: The trunk version of the plugin now has a filter on the maximum threshold for you to use &#8211; <a href="http://plugins.trac.wordpress.org/browser/pjw-blogminder/trunk" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/plugins.trac.wordpress.org/browser/pjw-blogminder/trunk?referer=');">http://plugins.trac.wordpress.org/browser/pjw-blogminder/trunk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westi</title>
		<link>http://blog.ftwr.co.uk/wordpress/pjw-blogminder/comment-page-1/#comment-195925</link>
		<dc:creator>westi</dc:creator>
		<pubDate>Wed, 08 Apr 2009 23:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/?page_id=286#comment-195925</guid>
		<description>@Robert: Hopefully this should work out of the box with WordPress-MU.  If it doesn&#039;t I would love to know what I need to do to make it do so.

I used the user_options abstraction in WordPress so that it should work for the multiuser case.

At the moment, the maximum reminder length you can set is 7 days using the admin, to change this you have to hack the plugin and increment the maximum in the for loop in &lt;code&gt;action_personal_options&lt;/code&gt;.  I will probably up this maximum to something longer like 14days in the next version, 7 was a quick punt for a sensible maximum.  I will also add a filter on this value to enable you to modify this maximum without hacking the plugin in future.

As for setting a default, the plugin gets it&#039;s default of 0 from the way the filter on &lt;code&gt;get_user_option_pjw_blogminder_threshold&lt;/code&gt; works.  It filters the value and ensures it is a positive integer.  If no value exists the value it gets to filter is false and absint makes this 0.

The best way for you to filter and set a different default is to add a second higher priority filter on &lt;code&gt;get_user_option_pjw_blogminder_threshold&lt;/code&gt; which returns your default value if it receives false.

I&#039;ll look into adding a filter for default value in the next version too.</description>
		<content:encoded><![CDATA[<p>@Robert: Hopefully this should work out of the box with WordPress-MU.  If it doesn&#8217;t I would love to know what I need to do to make it do so.</p>
<p>I used the user_options abstraction in WordPress so that it should work for the multiuser case.</p>
<p>At the moment, the maximum reminder length you can set is 7 days using the admin, to change this you have to hack the plugin and increment the maximum in the for loop in <code>action_personal_options</code>.  I will probably up this maximum to something longer like 14days in the next version, 7 was a quick punt for a sensible maximum.  I will also add a filter on this value to enable you to modify this maximum without hacking the plugin in future.</p>
<p>As for setting a default, the plugin gets it&#8217;s default of 0 from the way the filter on <code>get_user_option_pjw_blogminder_threshold</code> works.  It filters the value and ensures it is a positive integer.  If no value exists the value it gets to filter is false and absint makes this 0.</p>
<p>The best way for you to filter and set a different default is to add a second higher priority filter on <code>get_user_option_pjw_blogminder_threshold</code> which returns your default value if it receives false.</p>
<p>I&#8217;ll look into adding a filter for default value in the next version too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://blog.ftwr.co.uk/wordpress/pjw-blogminder/comment-page-1/#comment-195924</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 08 Apr 2009 23:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/?page_id=286#comment-195924</guid>
		<description>Hi, great plugin, just what I was looking for!

I am trying to get this to work with wordpress MU.
Is there a way to have a default value set when you install the plugin? Say I want a user to be reminded every 14 days but without going to the profile page and setting it up himself.
So basicly I am asking where in the code I would have to edit to make the default &quot;No reminder&quot; to be &quot;14 days&quot; when installing the plugin.

You can expect to receive a generous donation if you help me out with it. Feel free to email me.</description>
		<content:encoded><![CDATA[<p>Hi, great plugin, just what I was looking for!</p>
<p>I am trying to get this to work with wordpress MU.<br />
Is there a way to have a default value set when you install the plugin? Say I want a user to be reminded every 14 days but without going to the profile page and setting it up himself.<br />
So basicly I am asking where in the code I would have to edit to make the default &#8220;No reminder&#8221; to be &#8220;14 days&#8221; when installing the plugin.</p>
<p>You can expect to receive a generous donation if you help me out with it. Feel free to email me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Send Yourself A Blogminder</title>
		<link>http://blog.ftwr.co.uk/wordpress/pjw-blogminder/comment-page-1/#comment-195922</link>
		<dc:creator>Send Yourself A Blogminder</dc:creator>
		<pubDate>Wed, 08 Apr 2009 22:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/?page_id=286#comment-195922</guid>
		<description>[...] relatively new plugin was released today by Peter Westwood called PJW BlogMinder. The plugin allows your users to configure a reminder to be sent to them if they haven&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] relatively new plugin was released today by Peter Westwood called PJW BlogMinder. The plugin allows your users to configure a reminder to be sent to them if they haven&#8217;t [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
