<?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: How to Time Things in WordPress &#8211; Cron Job Plugin</title>
	<atom:link href="http://activeblogging.com/info/wordpress-cron-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://activeblogging.com/info/wordpress-cron-plugin/</link>
	<description>The Knowledge You Need For The Blog You Want</description>
	<lastBuildDate>Wed, 17 Mar 2010 23:55:15 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Pankhurst</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/comment-page-1/#comment-125349</link>
		<dc:creator>David Pankhurst</dc:creator>
		<pubDate>Wed, 17 Mar 2010 23:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-125349</guid>
		<description>Thanks for the update - while not exactly a bug (the UCron entry is found under the &#039;Posts&#039; links rather than the &#039;Settings&#039; tab), it&#039;s due to the way WP has changed from version to version. The next version of UCron will fix this - unless WP changes things again...</description>
		<content:encoded><![CDATA[<p>Thanks for the update &#8211; while not exactly a bug (the UCron entry is found under the &#8216;Posts&#8217; links rather than the &#8216;Settings&#8217; tab), it&#8217;s due to the way WP has changed from version to version. The next version of UCron will fix this &#8211; unless WP changes things again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SICOnet</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/comment-page-1/#comment-125346</link>
		<dc:creator>SICOnet</dc:creator>
		<pubDate>Sat, 13 Mar 2010 09:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-125346</guid>
		<description>Hey David, 

First of all thx for your nice plugin. it&#039;s very helpful since not each webhoster offers the possibility of setting up cron jobs manually.

but there is a small bug in your plugin according to the latest wordpress version:

No Navigation in the backend menu is displayed. So simply remove the line 351:
&lt;code&gt;
add_submenu_page(&#039;edit.php&#039;,&#039;U-Cron&#039;,&#039;U-Cron&#039;,9,&#039;u38_menu&#039;,&#039;utopia38_menu&#039;);
&lt;/code&gt;

with this one:
&lt;code&gt;
add_submenu_page(&#039;tools.php&#039;,&#039;U-Cron&#039;,&#039;U-Cron&#039;,9,&#039;u38_menu&#039;,&#039;utopia38_menu&#039;);
&lt;/code&gt;

have a nice day!</description>
		<content:encoded><![CDATA[<p>Hey David, </p>
<p>First of all thx for your nice plugin. it&#8217;s very helpful since not each webhoster offers the possibility of setting up cron jobs manually.</p>
<p>but there is a small bug in your plugin according to the latest wordpress version:</p>
<p>No Navigation in the backend menu is displayed. So simply remove the line 351:<br />
<code><br />
add_submenu_page('edit.php','U-Cron','U-Cron',9,'u38_menu','utopia38_menu');<br />
</code></p>
<p>with this one:<br />
<code><br />
add_submenu_page('tools.php','U-Cron','U-Cron',9,'u38_menu','utopia38_menu');<br />
</code></p>
<p>have a nice day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Pankhurst</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/comment-page-1/#comment-125344</link>
		<dc:creator>David Pankhurst</dc:creator>
		<pubDate>Sat, 06 Mar 2010 07:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-125344</guid>
		<description>Unfortunately, it depends on the code you&#039;re using - check its documentation for something like a polling URL or URL to call to process the feeds. And confirm that the plugin can be run more frequently - if a plugin has a URL you can call but refuses to refresh every 3 hours, calling it more often won&#039;t make a difference.</description>
		<content:encoded><![CDATA[<p>Unfortunately, it depends on the code you&#8217;re using &#8211; check its documentation for something like a polling URL or URL to call to process the feeds. And confirm that the plugin can be run more frequently &#8211; if a plugin has a URL you can call but refuses to refresh every 3 hours, calling it more often won&#8217;t make a difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyran</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/comment-page-1/#comment-125342</link>
		<dc:creator>Cyran</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-125342</guid>
		<description>David,

Thanks for your answer and I totally understood that, 
But the question is what URL should i call to have wordpress refreshing the cron ? (or refreshing the front page)
its not a password protected page neither a cookie value.
I just want to the feeds (coming from the plugin) refreshing every 3hours.

Thanks</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Thanks for your answer and I totally understood that,<br />
But the question is what URL should i call to have wordpress refreshing the cron ? (or refreshing the front page)<br />
its not a password protected page neither a cookie value.<br />
I just want to the feeds (coming from the plugin) refreshing every 3hours.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Pankhurst</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/comment-page-1/#comment-125341</link>
		<dc:creator>David Pankhurst</dc:creator>
		<pubDate>Thu, 04 Mar 2010 09:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-125341</guid>
		<description>Anything you have the plugin call needs to be in the form of a URL (with http:// in front). If you can&#039;t do it (or for example it needs a password or cookie value you can&#039;t pass as part of the URL) then it it won&#039;t work.</description>
		<content:encoded><![CDATA[<p>Anything you have the plugin call needs to be in the form of a URL (with http:// in front). If you can&#8217;t do it (or for example it needs a password or cookie value you can&#8217;t pass as part of the URL) then it it won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyran</title>
		<link>http://activeblogging.com/info/wordpress-cron-plugin/comment-page-1/#comment-125339</link>
		<dc:creator>Cyran</dc:creator>
		<pubDate>Wed, 03 Mar 2010 22:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://activeblogging.com/info/wordpress-cron-plugin/#comment-125339</guid>
		<description>It looks like this plugin can do pretty much what i want, but im not sure which link (or file) should i call? 


im using a rss feed widget (image feed widget) and i want basically to updates the feeds every 3hours. 

Apparently wordpress is doing it once a day, but i need some more often refresh

Would love some help on that :)

Thanks</description>
		<content:encoded><![CDATA[<p>It looks like this plugin can do pretty much what i want, but im not sure which link (or file) should i call? </p>
<p>im using a rss feed widget (image feed widget) and i want basically to updates the feeds every 3hours. </p>
<p>Apparently wordpress is doing it once a day, but i need some more often refresh</p>
<p>Would love some help on that <img src='http://activeblogging.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
