Wonderful modification. I find it very useful to have more bars to display now.
For those that do not like those stars and just want the bars, delete or comment out the following code in the plugin.
Code:
$count = $linemax_cnt;
while ($count > 0 and $repval > $linemax_val)
{
$count -= 1;
$repval -= $linemax_val;
$posneg = $repx;
$linemax_exd += 1;
eval('$post[\'reputationdisplay\'] .= "' . fetch_template('postbit_reputation') . '";');
}