Quote:
Originally Posted by shepherdblake
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.
|
This is a great idea but from the pm I get, it does not tell me who the money was donated to. It only tells me who donated the money. This is what the pm I get says :
You have received a donation of $5 from (donator).
Is there a way it can say something like this:
(Name donated to), you have received a donation of $5 from (donator).
Thanks in advance.