Flawless execution!
I get a security notice email telling me to disable and within the hour another to tell me it is fixed!
Thanks!
I do have a small request. Could you add a little formatting to the output?
I made these changes to my install
PHP Code:
In:
Cyb - PayPal Donate - Link (parse_templates hook)
Find:
$cybpp_donbar_left = 100 - $cybpp_donbar_done;
Add:
$cybpp_donbar_total = '$'.number_format($cybpp_donbar_total,2,'.',',');
$cybpp_donbar_goal = '$'.number_format($cybpp_donbar_goal,2,'.',',');
Works great!
--RayJ