@armstrong - The referal one is easy, search for
PHP Code:
$logentry = date('Ymd') . ' ' . strftime('%T') . ' ' . $vbulletin->options['ppreferp'] . ' Referal Points Given To User ' . $vbulletin->GPC['referrername'];
and change to
PHP Code:
$logentry = date('Ymd') . ' ' . strftime('%T') . ' ' . $vbulletin->options['ppreferp'] . ' Referal Points Given To User ' . $vbulletin->GPC['referrername'] . ' for refering ' . $vbulletin->userinfo['userid'];
not sure about post number/ thread id...
@chkdgate - simply rename the donate.php to something like - cashdonate.php and reapply the postbit edit as per instructions using the new name rather than donate.php