[ABD] Donation MOD with Multiple Payment Options and IPN

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by Raul [ThE KuKa] »

FoulFoot wrote: Just a bump here. PayPal IPN must be turned on in your PayPal Profile.
Working!!! :)
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


vipaka
Registered User
Posts: 493
Joined: Sun Aug 28, 2011 7:25 pm
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by vipaka »

Noticed that the PM sent to the admin lists the wrong amount for every donation (always 1.00) no matter the actual amount. I fixed this by merging the send PM with the initial function in ipn.php. Might be good to do the same for the next release of this mod.
Curious about my work? See it for yourself.
Image
User avatar
Siropu
Registered User
Posts: 155
Joined: Mon Nov 16, 2009 6:15 pm
Location: Romania
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by Siropu »

It's working fine for me. :)
Check out my MODs.
H3llion
Registered User
Posts: 228
Joined: Thu Oct 29, 2009 9:13 am

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by H3llion »

Where is the data stored? Which field of the Database? IE the settings, the users that have donated and so forth? I am reinstalling my whole board and would like to keep most of the settings so I do not have to re-add everyone. I guess I can just copy over the db tables from the old DB?
User avatar
Siropu
Registered User
Posts: 155
Joined: Mon Nov 16, 2009 6:15 pm
Location: Romania
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by Siropu »

The data is stored in the DB. If you are restoring the DB after reinstalling, everything wil be there.
Check out my MODs.
mitch88
Registered User
Posts: 10
Joined: Thu Oct 11, 2012 11:42 pm

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by mitch88 »

Hi!
first sorry for my bad english

i've been installed this mod (last version) on a forum with a subsilver2 style.
But in donorlist.php, the top 5 and Donors only show 1 user (on index.php shows the 5 members ok, perfect!!).

why?? any idea??
thanks!! ;)
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by Raul [ThE KuKa] »

Go to ACP - MODs - Donation MOD with MPO - Configuration
Display the top 5 donors on the donors list page -> Yes

Verify please.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


mitch88
Registered User
Posts: 10
Joined: Thu Oct 11, 2012 11:42 pm

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by mitch88 »

the acp configuration is ok :/ but donorlist.php still showing only one user in top 5 and in the complete donorlist (but the list on index.php is ok, thats weird)
User avatar
atessa_61
Registered User
Posts: 54
Joined: Sun Nov 20, 2011 5:24 pm
Location: Argentina
Name: Carlos Eduardo Sarmiento
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by atessa_61 »

A question for the author.
I installed this mod on my forum, but I can only use PayPal as option grants. The other options do not apply to our Americas.
I wonder if the author pued Mod incorporate the leading payments platform in Latin America as www.dineromail.com. Thank you!

Carlos E. Sarmiento
Tucumán - Argentina
"The infinite is scarce to our existence"
User avatar
salvocortesiano
Registered User
Posts: 190
Joined: Mon Mar 22, 2010 1:49 pm
Location: Florence (Italy)
Name: Salvo Cortesiano
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by salvocortesiano »

Hi Siropu,
a question for you: this mod is an extension of this mod? "Simple PayPal & AlertPay Donation Mod' version 2.0.1"
I can overwrite or do I uninstall the previous mod?

Thanks
Best regards
Salvo Cortesiano
The best way to predict the future is to invent it!
Image
User avatar
Siropu
Registered User
Posts: 155
Joined: Mon Nov 16, 2009 6:15 pm
Location: Romania
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by Siropu »

Version 2.2.4 beta has been released.

What's new?
- When you add or remove a donor manually from the donors list, the donor will be added/removed automatically in/from the specified donors group.
- I added instructions for the PayPal IPN.

Update instructions:
Replace the old files and run the installer to update the MOD version.

Open includes/functions.php and search for:

Code: Select all

'S_DONATION_ENABLE'  => isset($config['donation_enable']) ? true : false,
'S_DONORLIST_ENABLE' => isset($config['donors_list_enable']) ? true : false,
And replace with:

Code: Select all

'S_DONATION_ENABLE'  => ($config['donation_enable']) ? true : false,
'S_DONORLIST_ENABLE' => ($config['donors_list_enable']) ? true : false,
Download link in first post.

atessa_61 wrote:A question for the author.
I installed this mod on my forum, but I can only use PayPal as option grants. The other options do not apply to our Americas.
I wonder if the author pued Mod incorporate the leading payments platform in Latin America as http://www.dineromail.com. Thank you!

Carlos E. Sarmiento
Tucumán - Argentina
Once the IPN for all the current integrated payment options are working, I can add other payment options.
salvocortesiano wrote:Hi Siropu,
a question for you: this mod is an extension of this mod? "Simple PayPal & AlertPay Donation Mod' version 2.0.1"
I can overwrite or do I uninstall the previous mod?

Thanks
Best regards
Salvo Cortesiano
Hi,

The code is completely different and you should uninstall it and install this one.
Check out my MODs.
User avatar
salvocortesiano
Registered User
Posts: 190
Joined: Mon Mar 22, 2010 1:49 pm
Location: Florence (Italy)
Name: Salvo Cortesiano
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by salvocortesiano »

Siropu wrote: Hi,

The code is completely different and you should uninstall it and install this one.
Hi, thank you soo much Siropu. II have already tested and installed this mod today in my phpbb3 forum 3.0.11 and work perfectly :D

Thanks again for your reply.

Salvo Cortesiano
The best way to predict the future is to invent it!
Image
User avatar
salvocortesiano
Registered User
Posts: 190
Joined: Mon Mar 22, 2010 1:49 pm
Location: Florence (Italy)
Name: Salvo Cortesiano
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by salvocortesiano »

Hi Siropu,
I've updated the mod with the new version and everything working correctly. But If I add a user manually the user not moved to Group > Donors, and the new Donator is not in the Top 5 donators!
Pls, don't tell me uninstall the mod and install it again!!!

Any idea?

Thanks in advanced
Best regards Salvo Cortesiano

Image

Image

Image
The best way to predict the future is to invent it!
Image
User avatar
Siropu
Registered User
Posts: 155
Joined: Mon Nov 16, 2009 6:15 pm
Location: Romania
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by Siropu »

The user you add has to be a registered member and the username must be the same (case sensitive).
Check out my MODs.
User avatar
salvocortesiano
Registered User
Posts: 190
Joined: Mon Mar 22, 2010 1:49 pm
Location: Florence (Italy)
Name: Salvo Cortesiano
Contact:

Re: [BETA] Donation MOD with Multiple Payment Options and IP

Post by salvocortesiano »

Siropu wrote:The user you add has to be a registered member and the username must be the same (case sensitive).
Hi Siropu,
sorry sorry sorry, you're right it was my mistake :oops:

Thanks

Salvo Cortesiano
The best way to predict the future is to invent it!
Image
Locked

Return to “[3.0.x] Abandoned MODs”