<?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 for FreeCharity.org.uk</title>
	<atom:link href="http://www.freecharity.org.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freecharity.org.uk</link>
	<description>Free web hosting for UK charities and non-profit organisations</description>
	<lastBuildDate>Mon, 24 Aug 2009 11:37:57 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Here&#8217;s a quick way to run a petition in WordPress by Mouad</title>
		<link>http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/comment-page-2/#comment-6567</link>
		<dc:creator>Mouad</dc:creator>
		<pubDate>Mon, 24 Aug 2009 11:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/#comment-6567</guid>
		<description>Please , at least tell us how can we manually confirm the signatures.. in Wordpress Extend you say that it supports manual confirmation, but I dont see that anywhere in the petition management.</description>
		<content:encoded><![CDATA[<p>Please , at least tell us how can we manually confirm the signatures.. in Wordpress Extend you say that it supports manual confirmation, but I dont see that anywhere in the petition management.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Here&#8217;s a quick way to run a petition in WordPress by Mouad</title>
		<link>http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/comment-page-2/#comment-6565</link>
		<dc:creator>Mouad</dc:creator>
		<pubDate>Wed, 22 Jul 2009 11:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/#comment-6565</guid>
		<description>Hey James... I am still waiting for the you to resolve the issues I have earlier mentioned regarding the plugin. I understand if you are busy in your personal life, but please at least tell us if you are willing to fix the issues and make the changes or not. Thank you</description>
		<content:encoded><![CDATA[<p>Hey James&#8230; I am still waiting for the you to resolve the issues I have earlier mentioned regarding the plugin. I understand if you are busy in your personal life, but please at least tell us if you are willing to fix the issues and make the changes or not. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Here&#8217;s a quick way to run a petition in WordPress by pauleco</title>
		<link>http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/comment-page-2/#comment-6560</link>
		<dc:creator>pauleco</dc:creator>
		<pubDate>Wed, 29 Apr 2009 16:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/#comment-6560</guid>
		<description>&lt;a href=&quot;#comment-6557&quot; rel=&quot;nofollow&quot;&gt;@James Davis&lt;/a&gt; 

Here&#039;s a patch.. I got our developer to have a look - he said:

&quot;This is because $sub_title which is defined in one function and used in another function is not a global variable. I simply made it a global variable, really this should be object orientated...&quot;

--------------------------------

--- wordpress-petition-plugin/fcpetition.php.bak 2009-04-29 16:05:04.000000000 +0000
+++ wordpress-petition-plugin/fcpetition.php 2009-04-29 16:01:16.000000000 +0000
@@ -435,7 +435,7 @@
 }
 
 function fcpetition_form_bottom($petition) {
- global $wpdb;
+ global $wpdb, $sub_title;
     global $signature_table;
     global $petitions_table;
  $pa =  fcpetition_fetchattributes($petition);
@@ -483,7 +483,7 @@
 }
 
 function fcpetition_form($petition){
- global $wpdb;
+ global $wpdb, $sub_title;
  global $signature_table;
  global $petitions_table;

-----------------------------------


Hope that helps?! (Never posted a patch before...)</description>
		<content:encoded><![CDATA[<p><a href="#comment-6557" rel="nofollow">@James Davis</a> </p>
<p>Here&#8217;s a patch.. I got our developer to have a look &#8211; he said:</p>
<p>&#8220;This is because $sub_title which is defined in one function and used in another function is not a global variable. I simply made it a global variable, really this should be object orientated&#8230;&#8221;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&#8212; wordpress-petition-plugin/fcpetition.php.bak 2009-04-29 16:05:04.000000000 +0000<br />
+++ wordpress-petition-plugin/fcpetition.php 2009-04-29 16:01:16.000000000 +0000<br />
@@ -435,7 +435,7 @@<br />
 }</p>
<p> function fcpetition_form_bottom($petition) {<br />
- global $wpdb;<br />
+ global $wpdb, $sub_title;<br />
     global $signature_table;<br />
     global $petitions_table;<br />
  $pa =  fcpetition_fetchattributes($petition);<br />
@@ -483,7 +483,7 @@<br />
 }</p>
<p> function fcpetition_form($petition){<br />
- global $wpdb;<br />
+ global $wpdb, $sub_title;<br />
  global $signature_table;<br />
  global $petitions_table;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Hope that helps?! (Never posted a patch before&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Here&#8217;s a quick way to run a petition in WordPress by pauleco</title>
		<link>http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/comment-page-1/#comment-6559</link>
		<dc:creator>pauleco</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/#comment-6559</guid>
		<description>&lt;a href=&quot;#comment-6557&quot; rel=&quot;nofollow&quot;&gt;@James Davis&lt;/a&gt; 

Hiya James - no they aren&#039;t confirming their sigs... wondering if it is possible to use akismet somehow to prevent them from posting..?

Upgraded to 2.3.3 today (plugin prompted me btw) - no vote count on the petition page like there used to be... should there be or has that functionality been moved to the widget?

Cheers
Paul</description>
		<content:encoded><![CDATA[<p><a href="#comment-6557" rel="nofollow">@James Davis</a> </p>
<p>Hiya James &#8211; no they aren&#8217;t confirming their sigs&#8230; wondering if it is possible to use akismet somehow to prevent them from posting..?</p>
<p>Upgraded to 2.3.3 today (plugin prompted me btw) &#8211; no vote count on the petition page like there used to be&#8230; should there be or has that functionality been moved to the widget?</p>
<p>Cheers<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Here&#8217;s a quick way to run a petition in WordPress by James Davis</title>
		<link>http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/comment-page-1/#comment-6557</link>
		<dc:creator>James Davis</dc:creator>
		<pubDate>Mon, 27 Apr 2009 17:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/#comment-6557</guid>
		<description>Try upgrading to 2.3.3, does it still happen?
As for attempted spam: I presume they aren&#039;t successfully confirming their signatures?</description>
		<content:encoded><![CDATA[<p>Try upgrading to 2.3.3, does it still happen?<br />
As for attempted spam: I presume they aren&#8217;t successfully confirming their signatures?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Monitoring your WordPress install with tripwire by James Davis</title>
		<link>http://www.freecharity.org.uk/2009/01/16/wordpress-tripwire/comment-page-1/#comment-6556</link>
		<dc:creator>James Davis</dc:creator>
		<pubDate>Mon, 27 Apr 2009 16:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/?p=83#comment-6556</guid>
		<description>You could write a similar system as a WordPress plugin, but I&#039;m not sure how useful it would be. If you don&#039;t trust the integrity of your WordPress files, you can&#039;t trust the output of any plugins it runs. That&#039;s why I didn&#039;t write this as a plugin.</description>
		<content:encoded><![CDATA[<p>You could write a similar system as a WordPress plugin, but I&#8217;m not sure how useful it would be. If you don&#8217;t trust the integrity of your WordPress files, you can&#8217;t trust the output of any plugins it runs. That&#8217;s why I didn&#8217;t write this as a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Monitoring your WordPress install with tripwire by Jason King</title>
		<link>http://www.freecharity.org.uk/2009/01/16/wordpress-tripwire/comment-page-1/#comment-6555</link>
		<dc:creator>Jason King</dc:creator>
		<pubDate>Sat, 25 Apr 2009 16:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/?p=83#comment-6555</guid>
		<description>This seems a bit complex. Are there any WordPress plugins that can detect unauthorised changes to files?

I had two websites hacked last month and Google Webmaster Tools sent me an alert within hours - but I still had to work out which files might have been altered.</description>
		<content:encoded><![CDATA[<p>This seems a bit complex. Are there any WordPress plugins that can detect unauthorised changes to files?</p>
<p>I had two websites hacked last month and Google Webmaster Tools sent me an alert within hours &#8211; but I still had to work out which files might have been altered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Here&#8217;s a quick way to run a petition in WordPress by pauleco</title>
		<link>http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/comment-page-1/#comment-6554</link>
		<dc:creator>pauleco</dc:creator>
		<pubDate>Wed, 22 Apr 2009 10:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/#comment-6554</guid>
		<description>Hiya James,

I noticed after one of the recent upgrades that the total signatories figures is no longer displayed on the petition page. Is there a way to turn it back on?

Also - a little suggestion for the next update: Blacklist email/IP addresses. 

I am getting a lot of attempted spam from mail.ru on the petition at the moment...</description>
		<content:encoded><![CDATA[<p>Hiya James,</p>
<p>I noticed after one of the recent upgrades that the total signatories figures is no longer displayed on the petition page. Is there a way to turn it back on?</p>
<p>Also &#8211; a little suggestion for the next update: Blacklist email/IP addresses. </p>
<p>I am getting a lot of attempted spam from mail.ru on the petition at the moment&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Petition Plugin by Underskriftsindsamling &#8212; WordPress tips, tricks, temaer og plugins</title>
		<link>http://www.freecharity.org.uk/wordpress-petition-plugin/comment-page-1/#comment-6541</link>
		<dc:creator>Underskriftsindsamling &#8212; WordPress tips, tricks, temaer og plugins</dc:creator>
		<pubDate>Sat, 28 Mar 2009 08:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/webhosting/wordpress-consultancy/wordpress-petition-plugin/#comment-6541</guid>
		<description>[...] Download af danske sprogfiler: WordPress Petition Plugin (0) Websteder: Hos WordPress.org og hos udvikleren [...]</description>
		<content:encoded><![CDATA[<p>[...] Download af danske sprogfiler: WordPress Petition Plugin (0) Websteder: Hos WordPress.org og hos udvikleren [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Here&#8217;s a quick way to run a petition in WordPress by James Davis</title>
		<link>http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/comment-page-1/#comment-6536</link>
		<dc:creator>James Davis</dc:creator>
		<pubDate>Mon, 16 Mar 2009 11:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.freecharity.org.uk/2007/10/03/heres-a-quick-way-to-run-a-petition-in-wordpress/#comment-6536</guid>
		<description>Thanks for spotting this. I&#039;ve been on holiday, but managed to sneak out a new release which should fix this problem.</description>
		<content:encoded><![CDATA[<p>Thanks for spotting this. I&#8217;ve been on holiday, but managed to sneak out a new release which should fix this problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
