Here's what I did:
In
includes/functions_reputation.php, find:
PHP Code:
$reputationbars = intval($reputation_value / 100); // award 1 reputation bar for every 100 points
I changed the
100 to
50 so that my members acquired one
light green pip for every
50 points of reputation (we have the opposite problem as you - our reputation system is rarely used, so it would naturally be difficult for members to get more than one green block).
I'm sure if you delve more into that file you can adjust the dark green pip setting as well.
Hope this helps!