<?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: Are-PayPal Version v1.5.0 was released</title>
	<atom:link href="http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/</link>
	<description>Are PayPal WordPress Plugin's Page</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:51:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aurimas</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-218</link>
		<dc:creator>Aurimas</dc:creator>
		<pubDate>Fri, 01 May 2009 12:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-218</guid>
		<description>Automatic update function is a native wordpress function, not are-paypal plugins:) You can find more info about it on WP documentation site. Of course you can just download latest zip. Deactivate the plugin - replace tha scripts and activate it again ... But using automatic update feature this would be easier - just check WP documentation :)</description>
		<content:encoded><![CDATA[<p>Automatic update function is a native wordpress function, not are-paypal plugins:) You can find more info about it on WP documentation site. Of course you can just download latest zip. Deactivate the plugin &#8211; replace tha scripts and activate it again &#8230; But using automatic update feature this would be easier &#8211; just check WP documentation <img src='http://arepaypal.ehibou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Lemmon</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-217</link>
		<dc:creator>Charles Lemmon</dc:creator>
		<pubDate>Thu, 30 Apr 2009 23:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-217</guid>
		<description>I noticed in my wordpress plugins admin section that there is a new version 1.5.9.  Also, there is a link that says to update automatically.  When I click the link a page pops up asking for hostname, username and password for an ftp site where the plugin resides.  How do I fill out this information?  Can I just download the plugin .zip file and replace the directory in wp-content/plugins ?</description>
		<content:encoded><![CDATA[<p>I noticed in my wordpress plugins admin section that there is a new version 1.5.9.  Also, there is a link that says to update automatically.  When I click the link a page pops up asking for hostname, username and password for an ftp site where the plugin resides.  How do I fill out this information?  Can I just download the plugin .zip file and replace the directory in wp-content/plugins ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurimas</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-190</link>
		<dc:creator>Aurimas</dc:creator>
		<pubDate>Sat, 21 Mar 2009 21:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-190</guid>
		<description>I would use something else instead of

setup_postdata($post);
$content.= the_title();

As this select returns something what is not actually a post. Join this table to posts table and retrieve title like this $post-&gt;title (I am not sure if the column name title is title in posts table check this :)) 

Let me know about the result ...</description>
		<content:encoded><![CDATA[<p>I would use something else instead of</p>
<p>setup_postdata($post);<br />
$content.= the_title();</p>
<p>As this select returns something what is not actually a post. Join this table to posts table and retrieve title like this $post->title (I am not sure if the column name title is title in posts table check this <img src='http://arepaypal.ehibou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) </p>
<p>Let me know about the result &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: François-Xavier Bodin</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-189</link>
		<dc:creator>François-Xavier Bodin</dc:creator>
		<pubDate>Sat, 21 Mar 2009 21:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-189</guid>
		<description>Sorry, it ends like that :

`add_filter (’the_content’, ‘mylibrary’);`</description>
		<content:encoded><![CDATA[<p>Sorry, it ends like that :</p>
<p>`add_filter (’the_content’, ‘mylibrary’);`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: François-Xavier Bodin</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-188</link>
		<dc:creator>François-Xavier Bodin</dc:creator>
		<pubDate>Sat, 21 Mar 2009 21:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-188</guid>
		<description>Hi Aurimas.
It&#039;s nice you&#039;re interested.
I tried forward and arivend at something like that
`function myLibrary($content) {
	global $wpdb;
	if ( is_page(&#039;mylibrary&#039;) ) // granted it&#039;s the page where you want it displayed
	{
	$sql = &#039;select post_id FROM wp_1_are_paypal_users WHERE user_id =&quot;1&quot;&#039;; // 1 for tests 
	$listeModules = $wpdb-&gt;get_results($sql, OBJECT);
	if ($listeModules) :
		foreach ($listeModules as $post) :
			setup_postdata($post);
			$content.= the_title();
 			endforeach;
		endif;
		}
    return $content;
}
add_filter (&#039;the_content&#039;, &#039;pageMaBibliotheque&#039;);`

It addresses the right page, dont generate error, but it fails returning the 2 post title I&#039;m waiting for; instead, it returns twice the title of the display page.

When I was saying I&#039;m not skilled in php :-(

Where am I wrong?
Regards.</description>
		<content:encoded><![CDATA[<p>Hi Aurimas.<br />
It&#8217;s nice you&#8217;re interested.<br />
I tried forward and arivend at something like that<br />
`function myLibrary($content) {<br />
	global $wpdb;<br />
	if ( is_page(&#8216;mylibrary&#8217;) ) // granted it&#8217;s the page where you want it displayed<br />
	{<br />
	$sql = &#8217;select post_id FROM wp_1_are_paypal_users WHERE user_id =&#8221;1&#8243;&#8216;; // 1 for tests<br />
	$listeModules = $wpdb-&gt;get_results($sql, OBJECT);<br />
	if ($listeModules) :<br />
		foreach ($listeModules as $post) :<br />
			setup_postdata($post);<br />
			$content.= the_title();<br />
 			endforeach;<br />
		endif;<br />
		}<br />
    return $content;<br />
}<br />
add_filter (&#8216;the_content&#8217;, &#8216;pageMaBibliotheque&#8217;);`</p>
<p>It addresses the right page, dont generate error, but it fails returning the 2 post title I&#8217;m waiting for; instead, it returns twice the title of the display page.</p>
<p>When I was saying I&#8217;m not skilled in php <img src='http://arepaypal.ehibou.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Where am I wrong?<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurimas</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-187</link>
		<dc:creator>Aurimas</dc:creator>
		<pubDate>Sat, 21 Mar 2009 20:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-187</guid>
		<description>Great idea. I will put it on my TODO list. But I dont know how fast will I be to implement it.</description>
		<content:encoded><![CDATA[<p>Great idea. I will put it on my TODO list. But I dont know how fast will I be to implement it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: François-Xavier Bodin</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-186</link>
		<dc:creator>François-Xavier Bodin</dc:creator>
		<pubDate>Sat, 21 Mar 2009 12:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-186</guid>
		<description>[cross posted from Wordpress.org support forum, please apologisze if any dupplicate]

Hello.

I intend to monetize some content with the help of the (amazing!) Are Paypal plugin that works fine for my needs. What fits well is the framework within witch, before beeing able to pay, the customer have to sign up to the blog. So that, he gets a permanent account.
Besides, I&#039;d like to grant my customers with the list of the posts they purchased, for future reference if they need to access them again. Kind a &quot;My Library&quot;.

There is the point: I wrote yet the correct mySQL query that returns the right posts ID, but I definitely lack the skills required to create the PHP functions that I could call in my template. this function could populate the famous loop: 

I would greatly appreciate some help.
Thanks in advance and, best regards.
-- 
François-Xavier Bodin - Bordeaux - France</description>
		<content:encoded><![CDATA[<p>[cross posted from Wordpress.org support forum, please apologisze if any dupplicate]</p>
<p>Hello.</p>
<p>I intend to monetize some content with the help of the (amazing!) Are Paypal plugin that works fine for my needs. What fits well is the framework within witch, before beeing able to pay, the customer have to sign up to the blog. So that, he gets a permanent account.<br />
Besides, I&#8217;d like to grant my customers with the list of the posts they purchased, for future reference if they need to access them again. Kind a &#8220;My Library&#8221;.</p>
<p>There is the point: I wrote yet the correct mySQL query that returns the right posts ID, but I definitely lack the skills required to create the PHP functions that I could call in my template. this function could populate the famous loop: </p>
<p>I would greatly appreciate some help.<br />
Thanks in advance and, best regards.<br />
&#8211;<br />
François-Xavier Bodin &#8211; Bordeaux &#8211; France</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurimas</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-185</link>
		<dc:creator>Aurimas</dc:creator>
		<pubDate>Fri, 20 Mar 2009 18:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-185</guid>
		<description>Like any other plugin hosted in wordpress.org plugin repository :) - check download link in blogroll :)</description>
		<content:encoded><![CDATA[<p>Like any other plugin hosted in wordpress.org plugin repository <img src='http://arepaypal.ehibou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; check download link in blogroll <img src='http://arepaypal.ehibou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-184</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 20 Mar 2009 18:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-184</guid>
		<description>How do I download and install this?</description>
		<content:encoded><![CDATA[<p>How do I download and install this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurimas</title>
		<link>http://arepaypal.ehibou.com/are-paypal-version-v150-was-released/comment-page-2/#comment-183</link>
		<dc:creator>Aurimas</dc:creator>
		<pubDate>Thu, 19 Mar 2009 14:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://arepaypal.ehibou.com/?p=23#comment-183</guid>
		<description>Could you check if it exists in your database through some other tool.</description>
		<content:encoded><![CDATA[<p>Could you check if it exists in your database through some other tool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
