[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
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 »

Please post a link to your forum (or send me a PM) to take a look at this problem.
Check out my MODs.
User avatar
Bruno36
Registered User
Posts: 287
Joined: Fri Mar 02, 2007 2:16 pm
Location: france
Name: bruno astie
Contact:

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

Post by Bruno36 »

Excuse me for my poor English, I speak french
Bruno36
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 »

You have to add this in your css (layout_global.css):

Code: Select all

#donation_goal {
    background: #ddd;
	border: 1px #f7f7f7 solid;
	width: 100%;
	height: 30px;
	margin: 10px 0;
}

#donation_progressbar {
    background: green;
	border-right: 1px darkgreen solid;
	height: 30px;
}

#donation_progressbar span {
    float: right;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-top: 7px;
}

#donation_progressbar #fix {
    position: relative;
	left: 35px;
	color: #999;
}

#donate {
    background: url("{T_THEME_PATH}/images/donate.png") 0 50% no-repeat;
	padding-left: 20px;
	float: right;
}
Purge the theme cache and it should work.
Check out my MODs.
User avatar
Bruno36
Registered User
Posts: 287
Joined: Fri Mar 02, 2007 2:16 pm
Location: france
Name: bruno astie
Contact:

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

Post by Bruno36 »

thank you very much it works great :D
Excuse me for my poor English, I speak french
Bruno36
User avatar
Bruno36
Registered User
Posts: 287
Joined: Fri Mar 02, 2007 2:16 pm
Location: france
Name: bruno astie
Contact:

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

Post by Bruno36 »

Hello!

I encounter a problem.
One member who donated three have been recorded and are displayed in las list of donators ..
Since every new gift is no longer recognized ..
I am obliged to add the new gift manuelement
http://www.scooter-chinois-4t.com/board/donorlist.php
Excuse me for my poor English, I speak french
Bruno36
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 »

I'm sorry but I don't unserstand what are you trying to say.
Check out my MODs.
User avatar
Bruno36
Registered User
Posts: 287
Joined: Fri Mar 02, 2007 2:16 pm
Location: france
Name: bruno astie
Contact:

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

Post by Bruno36 »

new donor no longer add to the list of donors
Excuse me for my poor English, I speak french
Bruno36
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 »

That's weird. Are you using version 2.2.2 beta?
If so, I don't know what to say to you because I'm using this MOD and it's working fine.
Check out my MODs.
marcus22
Registered User
Posts: 13
Joined: Thu Aug 02, 2012 3:41 am
Contact:

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

Post by marcus22 »

Just wondering is their an edit for this that would work with this theme WoWMaevahEmpire_3.0.10.3?
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 »

There are edits only for prosilver and subsilver2.
Check out my MODs.
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

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

Post by Hippie459MN »

marcus22 wrote:Just wondering is their an edit for this that would work with this theme WoWMaevahEmpire_3.0.10.3?
Siropu wrote:There are edits only for prosilver and subsilver2.
So if you have a prosilver based theme then use the prosilver edits and if your theme is SubSilver2 based then use the subsilver2 edits. Super easy

I am using this on a prosilver based theme and works perfect.
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 »

The donations are still not sending PMs to the donators or adding the donors to the donors list successfully (aka the IPN check doesn't work). The donations process just fine, its just unfortunate that everything else has to be done manually. This has happened no less than 5 times (to different users on my forum) now. There are no error logs for what is happening and no user log of the donations ever occurring.

I'll look into the script as soon as I can to see if I can find and resolve the problem.
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 »

I'm using this MOD and the IPN is working fine. I don't know why it doesn't work for you.
Check out my MODs.
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

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

Post by Hippie459MN »

vipaka wrote:The donations are still not sending PMs to the donators or adding the donors to the donors list successfully (aka the IPN check doesn't work). The donations process just fine, its just unfortunate that everything else has to be done manually. This has happened no less than 5 times (to different users on my forum) now. There are no error logs for what is happening and no user log of the donations ever occurring.

I'll look into the script as soon as I can to see if I can find and resolve the problem.
Siropu wrote:I'm using this MOD and the IPN is working fine. I don't know why it doesn't work for you.
Its also working great here too. Its sending PMs and adding members to the new group and all that good stuff. Working like a champ for me.
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] »

@ Siropu, problems with special characters.

Example:
Username ®uso shows ??uso and not link to the user profile, and colour group is diferent, and does not appear in donorlist.php

:roll:
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:


Locked

Return to “[3.0.x] Abandoned MODs”