New donations Block [Solved - but looking for better fix]

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]
PHP Version:
MySQL Version:
What was done before the problem appeared?
What was done to try to solve the problem?
De.scription and Message
Haven't had any replies from previous posts so I'm trying to figure this out myself. Not that I have much of a clue. LOL
Question is:
Is the above from blocks_imp_donate.php, supposed to show both NEW DONATIONS and a DONATE FUNDS
in the block? I see the NEW DONATIONS, but DONATE FUNDS doesn't appear in the block.
Next question:
Above are the categories in the phpbb_account_hist database file. How do I many enter values into the database?
EG: John Doe deposits $20.00 on Jan. 1, 2007
I see the insert function but I want to make sure I do it correctly for each line.
I am thinking the new doantion bloock is ok, the donation part may not be sending donation info to the database.
I want to insert data manually to test if the new doantions block will retrieve it.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]
PHP Version:
MySQL Version:
What was done before the problem appeared?
What was done to try to solve the problem?
De.scription and Message
Haven't had any replies from previous posts so I'm trying to figure this out myself. Not that I have much of a clue. LOL
Question is:
$template->assign_vars(array(
'L_NEW_DONATIONS' => $lang['New_donations'],
'DONATE_LINK' => './lwdonate.'.$phpEx,
'L_DONATE_LINK' => $lang['Donate_Funds'],
Is the above from blocks_imp_donate.php, supposed to show both NEW DONATIONS and a DONATE FUNDS
in the block? I see the NEW DONATIONS, but DONATE FUNDS doesn't appear in the block.
Next question:
user_id, lw_post_id, lw_money, lw_plus_minus, MNY_CURRENCY, lw_date, comment, status, txn_id,
lw_site
Above are the categories in the phpbb_account_hist database file. How do I many enter values into the database?
EG: John Doe deposits $20.00 on Jan. 1, 2007
I see the insert function but I want to make sure I do it correctly for each line.
I am thinking the new doantion bloock is ok, the donation part may not be sending donation info to the database.
I want to insert data manually to test if the new doantions block will retrieve it.