lower levels of Karma
Forum rules
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.
Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.
Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
lower levels of Karma
anyone know what they, or you call the 5 lower levels of Karma?
Fet up with waiting for phpBB3?
k4 Bulletin Board version 2.0-Dev
k4 Bulletin Board version 2.0-Dev
Re: lower levels of Karma
I think that the simple way to answer you is to quote the relevant section of the language file for how they are named st preseent.
Code: Select all
'KARMA' => array(
'-5' => 'Extremely Bad',
'-4' => 'Very Bad',
'-3' => 'Very Poor',
'-2' => 'Bad',
'-1' => 'Poor',
'0' => 'Neutral',
'1' => 'Positive',
'2' => 'Good',
'3' => 'Very Good',
'4' => 'Extremely good',
'5' => 'Excellent'
),
Re: lower levels of Karma
Or more simply, green is good, red is bad... 
