<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>Easy Joomla Paypal / Donations Module</title>
		<description></description>
		<link>http://www.dart-creations.com</link>
		<lastBuildDate>Sat, 21 Nov 2009 08:52:19 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<item>
			<title>Honoring the selected Timed Do</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc749</link>
			<description>Hi There,

Thanks for the work on this module. I was playing around with it and bumped into an tiny issue. The administration section allows the timed duration to be specified but this is not reflected in the view.

The following modification will address that:

--- mod_j15paypal.php   2008-08-21 14:43:29.000000000 +0100
+++ mod_j15paypal.php.new       2008-08-21 14:41:58.000000000 +0100
@@ -101,12 +101,21 @@
   echo &amp;quot;&amp;lt;input type=\\&amp;quot;hidden\\&amp;quot; name=\\&amp;quot;paypalcurrency_code\\&amp;quot; value=\\&amp;quot;&amp;quot;.$paypalcur_val.&amp;quot;\\&amp;quot;&amp;gt;&amp;quot;;
 }
 if ($paypal_len == 0) {
+       // The paypallen_val is set to 4 for One Time, then 1, 2, 3 for Weekly, Monthly, Annual
+       // Convert this length to 0 - 3 to allow for easy selection of the options
+       $paypallen_val = $paypallen_val % 4;
+       
+       $options = array( \'One Time\', \'Weekly\', \'Monthly\', \'Annual\' );
   ?&amp;gt;
   &amp;lt;select name=&amp;quot;paypallength&amp;quot; class=&amp;quot;inputbox&amp;quot;&amp;gt;
-    &amp;lt;option value=&amp;quot;4&amp;quot;&amp;gt;One Time&amp;lt;/option&amp;gt;
-    &amp;lt;option value=&amp;quot;1&amp;quot;&amp;gt;Weekly&amp;lt;/option&amp;gt;
-    &amp;lt;option value=&amp;quot;2&amp;quot;&amp;gt;Monthly&amp;lt;/option&amp;gt;
-    &amp;lt;option value=&amp;quot;3&amp;quot;&amp;gt;Annual&amp;lt;/option&amp;gt;
+       &amp;lt;?php
+       foreach( $options as $option_id =&amp;gt; $option ) {
+               if( $option_id &amp;lt;= $paypallen_val ) {
+                       $option_id += $option_id == 0 ? 4 : 0;
+                       print &amp;quot;&amp;lt;option value=\'$option_id\'&amp;gt;$option&amp;lt;/option&amp;gt;&amp;quot;;
+               }
+       }
+       ?&amp;gt;
   &amp;lt;/select&amp;gt;
   &amp;lt;?
 }


Cheers

Kevin</description>
			<author>dewoollery</author>
			<pubDate>Thu, 21 Aug 2008 06:51:55 +0100</pubDate>
		</item>
		<item>
			<title>Timed donation</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc808</link>
			<description>Kev, there is a parameter in the back end which allows you to switch the timed donation on and off ;)</description>
			<author>DART</author>
			<pubDate>Tue, 02 Sep 2008 12:53:19 +0100</pubDate>
		</item>
		<item>
			<title>vamari@syscap.com</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc893</link>
			<description>Hi,
Thanks for the module.
is it possible to add option for \'Gift Aid\' tick box please?
It is used in UK to identify people that would like the charity to have a tax benefit.</description>
			<author>Vince</author>
			<pubDate>Wed, 24 Sep 2008 03:58:34 +0100</pubDate>
		</item>
		<item>
			<title>Gift Aid</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc907</link>
			<description>We would need to know what parameters are passed to do this. Can you get in touch via Contact Us?</description>
			<author>DART</author>
			<pubDate>Fri, 26 Sep 2008 10:31:29 +0100</pubDate>
		</item>
		<item>
			<title>Timed Donation</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc917</link>
			<description>I am not seeing the timed donation options in the module edit screen. Has this option been done away with? I look at your screenshot and mine is missing where yours shows the timed donation options. 

Any ideas as to what I\'m doing wrong? Do I need to edit the php file to get it to show up in Joomla?</description>
			<author>Mike</author>
			<pubDate>Mon, 29 Sep 2008 21:20:46 +0100</pubDate>
		</item>
		<item>
			<title>Timed Donation</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc920</link>
			<description>The Timed Donation option is the Subscribe option. When you choose Subscribe, you\'ll get the option to do periodic payments.</description>
			<author>DART</author>
			<pubDate>Mon, 29 Sep 2008 23:53:55 +0100</pubDate>
		</item>
		<item>
			<title>Timed Donation</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc925</link>
			<description>Thanks so much! I was pulling my hair out but that was so simple.

It works beautifully. I can honestly say that your mod is the best Paypal mod out there for Joomla!</description>
			<author>Mike</author>
			<pubDate>Tue, 30 Sep 2008 21:43:54 +0100</pubDate>
		</item>
		<item>
			<title>Review please :)</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc926</link>
			<description>Hi Mike,

it would be great if you could give us a review on the extensions.joomla.org site :)</description>
			<author>DART</author>
			<pubDate>Tue, 30 Sep 2008 23:55:49 +0100</pubDate>
		</item>
		<item>
			<title>Timed Donation</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc927</link>
			<description>We\'re happy that you find the module useful. It would be great if you could write a small review on the extensions.joomla.org site.</description>
			<author>DART</author>
			<pubDate>Tue, 30 Sep 2008 23:58:08 +0100</pubDate>
		</item>
		<item>
			<title>PayPal_amount</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc933</link>
			<description>Hi,

just asking before I will make an installation. This module sounds great!
When I put a certain amount into the field \&quot;Pay Pal Amount\&quot; this is the only value the user can send?

Or can the user change the amount? 

I would like that the user is not able to make a change concerning the amount...

Stephan</description>
			<author>kohli11</author>
			<pubDate>Thu, 02 Oct 2008 03:37:27 +0100</pubDate>
		</item>
		<item>
			<title>Amount</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc934</link>
			<description>You have both options mate. You can choose that the user inputs the amount, or you can just have a fixed amount.</description>
			<author>DART</author>
			<pubDate>Thu, 02 Oct 2008 04:18:15 +0100</pubDate>
		</item>
		<item>
			<title>One-Time Donation</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc937</link>
			<description>I was wondering if it would be too hard to have \&quot;one time\&quot; payment along with weekly, monthly, yearly payment options.</description>
			<author>Mike</author>
			<pubDate>Sat, 04 Oct 2008 10:42:47 +0100</pubDate>
		</item>
		<item>
			<title>One Time</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc943</link>
			<description>Mike, you do have that option :) Or if its not there, it should be. Try tweaking the parameters ... and you should be able to sort it out.</description>
			<author>DART</author>
			<pubDate>Mon, 06 Oct 2008 00:17:10 +0100</pubDate>
		</item>
		<item>
			<title>Multiple Payment Types</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc947</link>
			<description>I appreciate your time. I was asking if I can basically have both \&quot;donation\&quot; type and \&quot;subscibe\&quot; types of payments at the same time. So... if both were available together then someone could give either a one-time donation or a scheduled donation.

Otherwise, I will install this mod twice and have one set to \&quot;Donate\&quot; and the other mod set to \&quot;Subscribe\&quot; in order to have both types of donation available.</description>
			<author>Mike</author>
			<pubDate>Mon, 06 Oct 2008 15:21:22 +0100</pubDate>
		</item>
		<item>
			<title>Multiple Payment Types</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc950</link>
			<description>You\'d have to make a copy and set different parameters as suggested in your second comment.</description>
			<author>DART</author>
			<pubDate>Mon, 06 Oct 2008 23:40:07 +0100</pubDate>
		</item>
		<item>
			<title>Multiple Payment Types</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc951</link>
			<description>You\'d have to make a copy and set different parameters as suggested in your second comment.</description>
			<author>DART</author>
			<pubDate>Mon, 06 Oct 2008 23:40:50 +0100</pubDate>
		</item>
		<item>
			<title>Found a cool variant using you</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc967</link>
			<description>For those who may want the ability to have users to select the time parameter for the donation/payment (i.e. whether it is a one time, weekly, monthly, etc. payment).. check this code variation out.



  
    Your help is a blessing
    
      Your donations help us and are a blessing.
      All donations are sent through Narrow Path Hosting. 
      
      They are used to support our continuing efforts to serve you through this site.
    
      
  function donateChangeCurrency( )
  {
    var selectionObj = document.getElementById( \'donate_currency_code\' );
    var selection = selectionObj.value;
    var currencyObj = document.getElementById( \'donate_symbol_currency\' );
    if( currencyObj )
    {
      var currencySymbols = { \'CAD\': \'$\', \'USD\': \'$\', \'GBP\': \'&amp;pound;\', \'AUD\': \'$\', \'JPY\': \'&amp;yen;\', \'EUR\': \'&amp;euro;\' };
      var currencySymbol = currencySymbols[ selection ];
      currencyObj.innerHTML = currencySymbol;
    }
  }

      Enter Amount:
      $
        
        
          USD
          CAD
          GBP
          AUD
          JPY
          EUR
        
        
          One Time
          Weekly
          Monthly
          Annual
        
        
    
  



Notice the hidden field from the standard code is replaced with a drop down allowing the appropriate value of interval to be selected in the form, prior to going to paypals site..

Enjoy!

:D</description>
			<author>Revive</author>
			<pubDate>Tue, 14 Oct 2008 07:04:29 +0100</pubDate>
		</item>
		<item>
			<title>Well, that was no fun.. the co</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc968</link>
			<description>Here is a .txt file with the info.

:D

Enjoy.

http://rapidshare.com/files/153925950/paypal_form_code.txt.html</description>
			<author>Revive</author>
			<pubDate>Tue, 14 Oct 2008 07:06:48 +0100</pubDate>
		</item>
		<item>
			<title>Variant</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc969</link>
			<description>Revive, did you try using the subscription option?</description>
			<author>DART</author>
			<pubDate>Tue, 14 Oct 2008 08:12:58 +0100</pubDate>
		</item>
		<item>
			<title>*£* pound sign error</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1004</link>
			<description>Hi,
ive installed this module on my test server.. and it worked like a charm.. but there is one problem.. i tried to align the button to right hand side and after i did that.. now i cant seems to get pound sign rite! its showing as a box.. doesn\'t show *£* sign anymore.
can u please help me find fix for that?
thanks
take care
bye</description>
			<author>nahi_sonu</author>
			<pubDate>Thu, 23 Oct 2008 12:07:27 +0100</pubDate>
		</item>
		<item>
			<title>More fields (name, email)</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1005</link>
			<description>Is it possible to have more user fields such as name and email that can be entered in the module with the data then forwarded to the paypal page? This would be nice especially if the names &amp; emails were tracked. It would help in that 1) you could have a list of names where payment failed and the user gave up and 2) people would have made more of a commitment before going to the paypal page - any thoughts?</description>
			<author>Tnek</author>
			<pubDate>Thu, 23 Oct 2008 12:07:51 +0100</pubDate>
		</item>
		<item>
			<title>Pound sign</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1008</link>
			<description>Can you submit an entry on the forums with you URL so that we can take a look at it?</description>
			<author>DART</author>
			<pubDate>Thu, 23 Oct 2008 23:43:44 +0100</pubDate>
		</item>
		<item>
			<title>More fields</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1009</link>
			<description>Hi Tnek,

the aim of this module is to make it easy for somebody to add a paypal link in their site. Going for those fields has a lot of implications which we wouldn\'t want to go through, so we don\'t think this will be available any time soon. There are probably other extensions out there which can help you do that.</description>
			<author>DART</author>
			<pubDate>Thu, 23 Oct 2008 23:45:52 +0100</pubDate>
		</item>
		<item>
			<title>More fields</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1010</link>
			<description>Thanks for the quick response. I also thought other extensions would do it but I\'ve tried 5 or so without any luck. Treasury V2 is the closest but it has its own limitations. Anyone have ideas on how to add custom fields?</description>
			<author>Tnek</author>
			<pubDate>Fri, 24 Oct 2008 06:54:24 +0100</pubDate>
		</item>
		<item>
			<title>tq so much</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1050</link>
			<description>tq so much for sharing this module with public...even i havent able to configure and use it....really appreciate it...</description>
			<author>lilyminako</author>
			<pubDate>Tue, 04 Nov 2008 21:07:56 +0100</pubDate>
		</item>
		<item>
			<title>Editing subscription</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1076</link>
			<description>Hi, thanks for this module, it\'s great! Just one question - I tried to edit the currency and subscription frequency in the php file and it won\'t save. Is this an issue with the module, or one of my joomla install? I have been able to edit other modules I\'ve installed, just not this one.</description>
			<author>saqqara</author>
			<pubDate>Tue, 18 Nov 2008 15:43:53 +0100</pubDate>
		</item>
		<item>
			<title>Edit subscription</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1078</link>
			<description>Can you get in touch via Contact Us or forums to explain further?</description>
			<author>DART</author>
			<pubDate>Wed, 19 Nov 2008 10:35:25 +0100</pubDate>
		</item>
		<item>
			<title>usage</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1100</link>
			<description>I installed the module and did the customizing and i cannot get it to come up on a menu.  what am i missing?  This is a native 1.5 install.</description>
			<author>dariegler</author>
			<pubDate>Thu, 18 Dec 2008 16:15:32 +0100</pubDate>
		</item>
		<item>
			<title>Wondering about PayPal sandbox</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1119</link>
			<description>Hey, great module! And yes, I *will* buy you a beer!

One question: I\'m not seeing a trivial way to have the module interact with PayPal\'s sandbox, rather than the production server. It\'s a minor thing, but it\'s pretty handy for testing purposes. Should I just go dig into the code?

Cheers,

Yannick</description>
			<author>ypouliot</author>
			<pubDate>Mon, 05 Jan 2009 19:41:17 +0100</pubDate>
		</item>
		<item>
			<title>Update: figured out the PayPay</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1120</link>
			<description>... I edited the https values in mod_j15paypal.php, duh...

Cheers!

Y</description>
			<author>ypouliot</author>
			<pubDate>Mon, 05 Jan 2009 21:39:02 +0100</pubDate>
		</item>
		<item>
			<title>Non-timed donations</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1224</link>
			<description>I ran into the problem today that no matter what I choose as an option I always get sent to paypal as if it is a subscription.  Under donation for example it is showing a daily payment no matter what I do.  I was on version 1.5.1 of the module and updated to 1.5.2 but still have the issue.  No one else has this it seems so any idea what I am doing incorrectly?

I do have two versions of the module on the page (via module copy) to allow one time donations and subscriptions, could this be my problem?</description>
			<author>txnr70</author>
			<pubDate>Sun, 25 Jan 2009 15:54:51 +0100</pubDate>
		</item>
		<item>
			<title>Non-timed donations</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1225</link>
			<description>Ok, the problem was indeed the module copy.  Once I put the two references on separate pages it works as it should.</description>
			<author>txnr70</author>
			<pubDate>Sun, 25 Jan 2009 17:09:02 +0100</pubDate>
		</item>
		<item>
			<title>Multiple Products on a Page</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1268</link>
			<description>We have a one page price list with about 5 items. This module is the perfect solution for it. But..

When you have more than one module per page, the same \&quot;PayPal Organisation\&quot; is used for each product. PayPal Organisation is the identifier for the product in PayPal.

Is there a resolution for this? Thank you.</description>
			<author>Mark</author>
			<pubDate>Wed, 04 Feb 2009 16:21:40 +0100</pubDate>
		</item>
		<item>
			<title>PayPal Organisation</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1272</link>
			<description>You should be able to set the organisation name, though the wording was not clear. In a latest version which has been uploaded, the PayPal organisation name is more clear.</description>
			<author>DART</author>
			<pubDate>Thu, 05 Feb 2009 11:13:58 +0100</pubDate>
		</item>
		<item>
			<title>just wanna say tq.</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1317</link>
			<description>:cheer:</description>
			<author>afzan</author>
			<pubDate>Thu, 12 Feb 2009 18:29:16 +0100</pubDate>
		</item>
		<item>
			<title>IPN?</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1396</link>
			<description>Hi,
   thanks for this module. It works great on the test server. I am not sure how to attach IPN feature to this?
Do I have to go for separate module? I want to capture the donation amount in my registered users database.
Please suggest.</description>
			<author>Dpo Hane</author>
			<pubDate>Sun, 01 Mar 2009 07:07:08 +0100</pubDate>
		</item>
		<item>
			<title>IPN</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1397</link>
			<description>IPN should work by default with PayPal. To catch the amount into a database though you\'d have to use another module because this feature doesn\'t exist.</description>
			<author>DART</author>
			<pubDate>Sun, 01 Mar 2009 08:30:12 +0100</pubDate>
		</item>
		<item>
			<title>IPN</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1398</link>
			<description>Any suggestions on the module?
Thanks
DH</description>
			<author>Dpo Hane</author>
			<pubDate>Sun, 01 Mar 2009 14:24:48 +0100</pubDate>
		</item>
		<item>
			<title>\&quot;Only once\&quot; option form suscriptions</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1400</link>
			<description>Hi,
I would like to use the \&quot;Suscription option\&quot; for the Donation button, but can not, because there is not the option of \&quot;Only Once\&quot;.
Please help with this.
Thanks
Zaverio

BTW. I donate 3 euros, but have not received yet the download instructions.</description>
			<author>Xavier Baquero</author>
			<pubDate>Sun, 01 Mar 2009 22:01:47 +0100</pubDate>
		</item>
		<item>
			<title>Only Once</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1401</link>
			<description>If you need Only Once, you have to choose the Buy Now option, and then change the Button text to Subscribe. However, the options in the backend indicate how the request is sent to PayPal i.e. A subscription cannot be Once Only. Module has been sent by email.</description>
			<author>DART</author>
			<pubDate>Mon, 02 Mar 2009 00:36:01 +0100</pubDate>
		</item>
		<item>
			<title>Suscriptions</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1404</link>
			<description>Hi,
Please give me your best advice. We pretend to receive donations via our web site. Some of the donors will like to donate only once; maybe, some others, would like to make monthly.. etc. donations.
How can I set the button in order to cope with this?.
Thanks a lot
Xavier</description>
			<author>Zaverio</author>
			<pubDate>Mon, 02 Mar 2009 11:34:42 +0100</pubDate>
		</item>
		<item>
			<title>Subscriptions</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1407</link>
			<description>Your best option would be to use the module a number of times with different parameters. You set one module for donation once, whilst you set the other for Subscription.</description>
			<author>DART</author>
			<pubDate>Tue, 03 Mar 2009 00:49:02 +0100</pubDate>
		</item>
		<item>
			<title>Front End</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1431</link>
			<description>I haven\'t tried it yet, but does it allow a user to login to the front end and insert and edit a PayPal button?
I don\'t want to give users access to the backend.</description>
			<author>Bill</author>
			<pubDate>Fri, 06 Mar 2009 16:58:42 +0100</pubDate>
		</item>
		<item>
			<title>Front End?</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1433</link>
			<description>Why would you want to do that? This is an administrator module.</description>
			<author>DART</author>
			<pubDate>Sat, 07 Mar 2009 00:38:32 +0100</pubDate>
		</item>
		<item>
			<title>Front End</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1435</link>
			<description>I want something that will allow a user with author permission to add a Paypal button and be able to edit the price, etc without having to edit the HTML code.</description>
			<author>Bill</author>
			<pubDate>Sat, 07 Mar 2009 01:08:38 +0100</pubDate>
		</item>
		<item>
			<title>Timed donation field not visible.</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1499</link>
			<description>The timed donation field is not visible in my Module Parameters although I\'ve set the Payment Type to Subscribe

PS: You certainly deserve that beer (or several) if this works  B)</description>
			<author>Mark Baker</author>
			<pubDate>Thu, 19 Mar 2009 08:19:38 +0100</pubDate>
		</item>
		<item>
			<title>ps</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1500</link>
			<description>I\'m using Joomla 1.5</description>
			<author>Mark Baker</author>
			<pubDate>Thu, 19 Mar 2009 08:36:54 +0100</pubDate>
		</item>
		<item>
			<title>Timed Donation</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1504</link>
			<description>I\'m not sure why its not showing up on yours? Can you post the address of your site maybe on our forums so I can try helping you better?</description>
			<author>DART</author>
			<pubDate>Thu, 19 Mar 2009 10:18:54 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1506</link>
			<description>Ok here it is!  :confused:</description>
			<author>Mark Baker</author>
			<pubDate>Thu, 19 Mar 2009 10:39:35 +0100</pubDate>
		</item>
		<item>
			<title>http://nationalwebdesign.co.uk</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1508</link>
			<description>http://nationalwebdesign.co.uk  ;)</description>
			<author>Mark Baker</author>
			<pubDate>Thu, 19 Mar 2009 11:01:47 +0100</pubDate>
		</item>
		<item>
			<title>Sibscription</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1510</link>
			<description>Its working fine my friend, the dropdown with frequency of subscription is showing up correctly :)</description>
			<author>DART</author>
			<pubDate>Thu, 19 Mar 2009 12:03:12 +0100</pubDate>
		</item>
		<item>
			<title>?</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1511</link>
			<description>Maybe I\'m not understanding this - I thought that I could set how often the donations repeated at (i.e. I could say that the button gives a monthly subscription of $5) rather than the subscriber. How do I do that.</description>
			<author>Mark Baker</author>
			<pubDate>Thu, 19 Mar 2009 12:23:50 +0100</pubDate>
		</item>
		<item>
			<title>Subscription</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1512</link>
			<description>The idea is that the user can choose to donate Weekly / Monthly etc ...</description>
			<author>DART</author>
			<pubDate>Thu, 19 Mar 2009 12:50:32 +0100</pubDate>
		</item>
		<item>
			<title>cant get it working</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1519</link>
			<description>Hi,

I installed the Module, but how do i get it on to my site?

Thanks Martin</description>
			<author>Martin</author>
			<pubDate>Thu, 19 Mar 2009 22:05:24 +0100</pubDate>
		</item>
		<item>
			<title>error when enabled.</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1527</link>
			<description>mod_j15paypal.php on line 155</description>
			<author>Doyle Glaze</author>
			<pubDate>Fri, 20 Mar 2009 14:55:35 +0100</pubDate>
		</item>
		<item>
			<title>Error</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1528</link>
			<description>What is the error? Can you post the address of your site?</description>
			<author>DART</author>
			<pubDate>Fri, 20 Mar 2009 16:08:08 +0100</pubDate>
		</item>
		<item>
			<title>timed donations</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1534</link>
			<description>Your screenshot above shows the web site owner setting how often the donations are under timed donations.</description>
			<author>Mark Baker</author>
			<pubDate>Sun, 22 Mar 2009 14:55:11 +0100</pubDate>
		</item>
		<item>
			<title>timed donations</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1537</link>
			<description>Old functionality which has been removed due to problems it was causing.</description>
			<author>DART</author>
			<pubDate>Mon, 23 Mar 2009 13:20:56 +0100</pubDate>
		</item>
		<item>
			<title>No delivery addresss?</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1543</link>
			<description>Hi, firstly thanks for a great module, it works really well...

The only issue I have is the lack of delivery address from the buyer..the payment is processed fine, but no delivery address comes up?  I aim to use this payment page to enable cheap online magazine payments so delivery address is essential - any ideas?

Cheers
Ken</description>
			<author>Ken</author>
			<pubDate>Tue, 24 Mar 2009 09:39:35 +0100</pubDate>
		</item>
		<item>
			<title>Delivery address</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1544</link>
			<description>Well maybe you can use the Paypal address which is used to send the payment?</description>
			<author>DART</author>
			<pubDate>Tue, 24 Mar 2009 10:59:57 +0100</pubDate>
		</item>
		<item>
			<title>re: Delivery address</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1545</link>
			<description>[quote=DART]Well maybe you can use the Paypal address which is used to send the payment?[/quote]

I tried my own \&quot;other\&quot; account and a friend I know paid using the site too, no delivery address came up on the buyers account..</description>
			<author>Ken</author>
			<pubDate>Tue, 24 Mar 2009 11:10:19 +0100</pubDate>
		</item>
		<item>
			<title>Thanks</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1548</link>
			<description>Thanks - unfortunately that was the functionality I needed  :(</description>
			<author>Mark Baker</author>
			<pubDate>Tue, 24 Mar 2009 15:25:38 +0100</pubDate>
		</item>
		<item>
			<title>remove</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1549</link>
			<description>please remove me from notification on this topic</description>
			<author>txnr70</author>
			<pubDate>Tue, 24 Mar 2009 15:53:21 +0100</pubDate>
		</item>
		<item>
			<title>PayPal Website Payments Standard</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1558</link>
			<description>Does this module work with paypal  website payments standard? This is where you have a business account with paypal and clients can pay via credit card without having a pay pal account?
 :)</description>
			<author>builder40</author>
			<pubDate>Thu, 26 Mar 2009 17:59:38 +0100</pubDate>
		</item>
		<item>
			<title></title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1562</link>
			<description>No reason why it shouldn\'t.</description>
			<author>DART</author>
			<pubDate>Fri, 27 Mar 2009 01:22:55 +0100</pubDate>
		</item>
		<item>
			<title>Installation problem</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1607</link>
			<description>Hi, I\'m a Joomla Newbie so I guess I must be making a basic mistake. I\'ve installed the paypal module ok and assigned it to one menu, but as soon as I enable the module the page stops working. I just get a blank page. Is there something else that needs to be installed first??? Thanks</description>
			<author>MartinHa</author>
			<pubDate>Sun, 12 Apr 2009 09:22:24 +0100</pubDate>
		</item>
		<item>
			<title>Installation problem</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1609</link>
			<description>Nothing needs to be installed first, never had this problem, the module should work even with the default parameters. However, the blank page usually means there is an error thrown somewhere, you\'ll need to find a log of the errors to identify what is causing the problem.</description>
			<author>DART</author>
			<pubDate>Sun, 12 Apr 2009 23:43:22 +0100</pubDate>
		</item>
		<item>
			<title>Buy Now button will not show</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc1949</link>
			<description>Hi
I have just installed the module but need a little help please. I want a \'Buy Now\' and regardless of which buttom I press or what I type in I only get the donate button. 

The other point is that I have it installed in the module but it is to the left rather than in the center and looks terrible how can I center it please.

I wold really appreciate your help</description>
			<author>Marion</author>
			<pubDate>Mon, 08 Jun 2009 02:35:50 +0100</pubDate>
		</item>
		<item>
			<title>This is the best</title>
			<link>http://www.dart-creations.com/joomla/joomla-modules/easy-joomla-paypal-/-donations-module.html#josc2086</link>
			<description>THIS MODULE IS REALLY THE BEST,I TRIED ALOT OF OTHER MODULES LIKE THIS BUT WAS NOT SATISFIED, THANKS TO THE DEVELOPER(S) I WILL BE GETTING A PROMOTION</description>
			<author>kevinprsd</author>
			<pubDate>Sun, 30 Aug 2009 17:50:02 +0100</pubDate>
		</item>
	</channel>
</rss>
