I installed the patch. Donations work great.
I have included a little addition to this mod that Andrew helped me do. It sends another user the donation PM as well as the intended recipient. It's helps me judge how often my members are donating.
In donate.php find:
$pmdm->set_recipients($giveto, $botpermissions);
and just underneath, paste:
$pmdm->set_recipients('Blake;', $botpermissions);
where 'Blake' is the username who will receive the PM in addition to the intended recipient.
|