Quote:
Originally Posted by BBCVman
A donation was made and nothing has change. neither on the main donate.php page...it does not show the donation...I don't know if it takes awhile before it shows up.....
|
Morning folks --
Sorr I've been away for a day or so, I do have to spend family time with the rest of the clan though...
anyway, in response to your portal block thing, here's the issue that I see...you are all hard-coded. The donations system is a dynamic system that uses 90% of it's power out of the DB. The tables it uses are:
donation_buttons
donation_goals
donation_donators
donation_paypalipn
if you don't pull from the DB using these tables to get the right values, and are not using the correct "custom" variable i.e.
HTML Code:
<input type="hidden" name="custom" value="donation:*userid*:*goalid*">
then the system will not recognize your donation at all...These values MUST come from the database itself. your best bet is to simply link to the donate.php page to make sure that the system recognizes the donation, while the portal block simply pulls the data off of the DB and gives totals.
On a lighter note, I've adjusted most of the donator naming convention that I was using (seems that my small rebellion was confusing / pissing some folks off), and an update will be coming shortly.