Quote:
Originally Posted by Reeve of shinra
This looks easier than I thought...
Create a new plugin.
Hook Location: paidsub_complete
Plugin PHP Code:
Copy and past the example Andreas gave in the first php code box, just be sure to change the approprate userid and message and stuff like that.
https://vborg.vbsupport.ru/showthread.php?t=82786
edit: I dont have subs yet, so I haven't tried this out.
|
Interesting...good find. I will have to mess with this sometime this week to figure out how to make it do what i want.
So I would change the line
$pmdm->set_recipients('newuser', $botpermissions)
to:
$pmdm->set_recipients('paidsub_complete', $botpermissions)
?? Thanks