Page 1 of 1

Karma Notification Help Please

Posted: Fri Mar 12, 2010 11:17 am
by Plunkin
Have ModphpBB3 1.0.6 with the 'Simple Karma' Version 1.0.0 installed. How can I disable the karma change notification PM for all users?

Re: Karma Notification Help Please

Posted: Fri Mar 12, 2010 9:56 pm
by cisco007
open yourforum/karma.php

and find:

Code: Select all

$karma_pminfo = true; /* Send PM if karma changed */
and change to:

Code: Select all

$karma_pminfo = false; /* Send PM if karma changed */

Re: Karma Notification Help Please

Posted: Fri Mar 12, 2010 10:32 pm
by Plunkin
Thanks Dude... you da man! I'm still learning :grin:

Re: Karma Notification Help Please

Posted: Fri Mar 12, 2010 10:47 pm
by cisco007
no problem, that is what we are here for!