Karma Notification Help Please

Post any general problems, information or issues on ModphpBB3 in here.
Post Reply
Plunkin
Forum Member
Forum Member
Posts: 4
Joined: Thu Feb 11, 2010 9:43 pm

Karma Notification Help Please

Post 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?
User avatar
cisco007
Staff
Staff
Posts: 501
Joined: Tue Oct 07, 2008 3:44 am

Re: Karma Notification Help Please

Post 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 */
Plunkin
Forum Member
Forum Member
Posts: 4
Joined: Thu Feb 11, 2010 9:43 pm

Re: Karma Notification Help Please

Post by Plunkin »

Thanks Dude... you da man! I'm still learning :grin:
User avatar
cisco007
Staff
Staff
Posts: 501
Joined: Tue Oct 07, 2008 3:44 am

Re: Karma Notification Help Please

Post by cisco007 »

no problem, that is what we are here for!
Post Reply