Code: Select all
$donate->display(source);
Code: Select all
$donate->display();
Code: Select all
$donate->display(source);
Code: Select all
$donate->display();
Thanks I will give it a try.therat wrote:Open root/donate/index.php and findReplace withCode: Select all
$donate->display(source);
Code: Select all
$donate->display();
Make sure the language files have been uploaded to the correct folder. (Hint: if your default language is not english, make sure the language files are in your default language folder.)Geostar wrote:I have set this mod up as per the instructions yet I get this.
therat wrote:Open root/donate/index.php and findReplace withCode: Select all
$donate->display(source);
Code: Select all
$donate->display();
Great mod!AbZer0 wrote:I'm having the same problem that has been reported several times. When a user donates I recive 20 Notification PMs, does anyone have a work around for this?
Is there any way to disable the mail/PM function for transactions?Highway of Life wrote:That could explain the duplicate PMs... it's not storing data for non-USD transactions, so it keeps sending PMs.
Highway is looking into it I believe. The duplications appear to come about because PayPal IPN is retransmitting the payment notification back to the forum (and triggering the pm/email) until it gets the data back it is happy with, it (Paypal IPN) never gets the response it wants so it keep retrying.starstuff wrote:Is there any way to disable the mail/PM function for transactions?Highway of Life wrote:That could explain the duplicate PMs... it's not storing data for non-USD transactions, so it keeps sending PMs.
I'm getting 200+ a day because of this bug.
Are members getting this amount of PMs as well or just the admin?
That will of course only disable the pending IPN messages, if another donation is made the cycle starts again.Go into your Paypal account, go into your IPN settings and you will see your IPN history, some of the transactions (via the mod) will be retrying. Go into the edit IPN settings choose "Do not receive IPN Messages (Disabled) " and save it.
Those retrying transactions should change to "Disabled", then you can Enable the IPN messages again.
Code: Select all
<file from="root/adm/style/donate/*" to="adm/style/donate/*" />
Code: Select all
<file from="root/adm/style/donate/acp_paypal_mod.html" to="adm/style/donate/acp_paypal_mod.html" />