PDA

View Full Version : Donation list with amounts and total


chad777
12-03-2002, 08:36 PM
What I want is a page kind of like the referral page where it will show a list of user that have donated money (real Money) with the person that donated the most at the top and so on like a top 10 list but with every member that has donated.

That is the first thing

The second thing I would want to add the amount etc... by hand in the admin control panel (maybe and Extra profile field).

The third thing it would show up in postbit with a little image (don't matter what image maybe a dollar sign) on the members that have donated ....the image would be a link to the donations page.

If no one want to make this would anyone know what I would need to do to make this work correctly

chad777
12-04-2002, 09:56 PM
Anyone ?

Dark_Wizard
12-05-2002, 08:38 AM
This is not a hard hack...you just need to add donations to the user table, create a new php file and template, add some code to member.php etc...based on your sig you have done some hacks so it shouldn't be to hard for you.

chad777
12-05-2002, 10:46 AM
Yeah I can do all that accept I'm not sure what to add to the member file and how to make it total the amount of donation at the buttom.

Dark_Wizard
12-05-2002, 10:48 AM
It depends on how you are planning on entering the donation info. Is it a sum of all donations? Or is each donation seperate?

chad777
12-05-2002, 10:53 AM
well there will be 2 parts.

first part will be each user it will total the amount they have donated.

second part will be near the buttom which will total all users donation

where i am running into problem if i would make it be a hidden profile field and work it that way i would have to total the amount each time i add it in the admin.

so i would want to do it another way so i can just add the amount they donated each time and the page itself would total the certain amoutn by userid and total the amount for all userids

chad777
12-05-2002, 10:54 AM
and since most of my hacks are pretty simple and I am still a beginner at php/mySQL i am lost lol

Dark_Wizard
12-05-2002, 11:33 AM
Are you in a hurry for this? I was planning on this some time ago but haven't had the chance to do it. I am also going away this saturday and won't be back for a week.

chad777
12-05-2002, 11:41 AM
not in a big hurry but I kind of want to eithier do it and finish it or would want someone else to finish it by Fri 13th

Dark_Wizard
12-05-2002, 02:38 PM
I can't do it by then as I will be away and I have no time right now to work on it...sorry. I will be making one either way when I do get back so if you don't get anywhere let me know.