11
msdana
Re: Donation Module
  • 2006/5/15 2:44

  • msdana

  • Just can't stay away

  • Posts: 817

  • Since: 2005/12/11


Is it possible that until a donation is made there is a negative surplus and then once a donation is made it shows "left to go"?

I'm looking at the module on one of my sites and it says Surplus:-$50, but I could swear that it changed to Left to go: $30.00 once a donation was received.

I could be wrong, I can't remember everything. Old age
[size=x-small]If God is watching us, the least we can do is be entertaining.[/size]
Graphic Worx : Xoops Themes

12
Razgo
Re: Donation Module
  • 2006/5/15 3:16

  • Razgo

  • Just popping in

  • Posts: 85

  • Since: 2002/1/16


i think you might be right about it may look right once a donation is made. i am using version 1.4

the problem is if thats true than it realy needs fixing because it looks stupid. this is a module made by the XOOPS developers here?

Publisher: Xoops2 Donations Module Dev Team

13
Razgo
Re: Donation Module
  • 2006/5/15 20:12

  • Razgo

  • Just popping in

  • Posts: 85

  • Since: 2002/1/16


is there some special way of getting the XOOPS dev team to look at this? as it is there mod and no response so far.

14
preachur
Re: Donation Module
  • 2006/5/15 20:33

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


Mine resets every month. Works perfectly.
Magick can never be restrained, but when freely given is thrice regained!

15
Razgo
Re: Donation Module
  • 2006/5/15 20:37

  • Razgo

  • Just popping in

  • Posts: 85

  • Since: 2002/1/16


Quote:

preachur wrote:
Mine resets every month. Works perfectly.


ok if yours works perfect but others don't then i guess i might re install it as i don't know what else to do or look for.

16
Razgo
Re: Donation Module
  • 2006/5/15 20:54

  • Razgo

  • Just popping in

  • Posts: 85

  • Since: 2002/1/16


ok i just uninstall and reinstall and same problem

Donat-o-Meter Stats
May's Goal: $15.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Surplus: $-15.00

17
Razgo
Re: Donation Module
  • 2006/5/15 21:39

  • Razgo

  • Just popping in

  • Posts: 85

  • Since: 2002/1/16


i found thishttp://dev.xoops.org/modules/xfmod/tracker/?group_id=1060&atid=346

looks like XOOPS is not supporting it anymore?

18
barryc
Re: Donation Module
  • 2006/5/15 21:54

  • barryc

  • Just can't stay away

  • Posts: 480

  • Since: 2004/3/20


As far as I'm aware there has been no active development of the Donations module for many months. However, there is a 1.9 beta version, which is what I use. It works well for me on my site, which is running XOOPS 2.2.4. However, on a previous iteration of my site, I could not get the IPN to work. If you search this site, you'll find threads that indicate that a number of people have that problem and no solution has ever been found. My own experience was that when I rebuilt my site under 2.2.4 (previously on 2.0.13) and tried Donations again, it worked. Magic! Note that I rebuilt the site. It was not an upgrade. I also changed some of the modules I was using. I have no idea why Donations suddenly worked on the new installation, but I suspect the problem has something to do with other things running on a site.

Having said all that, you are not having a problem with IPN. My advice would be to completely uninstall the old version and do a fresh install of Donations 1.9 beta. You can get it at:

http://www.warpigw2.com/modules/wfdownloads/singlefile.php?cid=7&lid=33

Look down the page a little. It probably won't be visible until you scroll down.

Barry
Barry Cooper
Sweet Home, Oregon

19
Razgo
Re: Donation Module
  • 2006/5/15 21:57

  • Razgo

  • Just popping in

  • Posts: 85

  • Since: 2002/1/16


cool, thanks for the tips.

i wil try the beta.

i was looking at this code and thoeught maybe something wrong there? file: Donat_o_Meter.php

if ($difference <= 0) {
$DM_OVERAGE = sprintf('$%.02f', $row_Recordset1['net'] - $row_Recordset2['value']);
$block['DM_LEFT2GO'] = '<tr>
<td width="105" align="right"><font color="green"><b>'._DM_SURPLUS.':</b></font></td>
<td align="left"><font color="green"><b>'.$DM_OVERAGE.'</b></font></td>
</tr>';
} else {
$block['DM_LEFT2GO'] = '<tr>
<td width="105" align="right"><font color="red"><b>'._DM_LEFT2GO.':</b></font></td>
<td align="left"><font color="red"><b>'.$DM_LEFT.'</b></font></td>
</tr>';
}

20
Razgo
Re: Donation Module
  • 2006/5/15 22:24

  • Razgo

  • Just popping in

  • Posts: 85

  • Since: 2002/1/16


well after installing beta 1.9 it is now working!! thanks very much Barry!


i am just trying to figure out how to add currency for AUD.
i changed the USD in the lang file but that didn't work.

any ideas?
thanks.

Login

Who's Online

93 user(s) are online (64 user(s) are browsing Support Forums)


Members: 0


Guests: 93


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits