Heres what I did.....had a little trouble trying to think how I worded it:
Code:
<fieldset class="statistics_group">
<legend>$vbphrase[helpfulanswer_title]</legend>
<ul class="list_no_decoration">
<img src="images/buttons/ha_thumbsup.gif" width="11" height="20" border="0" alt="Good" /><strong> $helpfulposts[goodranks]</strong> <span>Posts Receiving Positive Votes</span><br />
<img src="images/buttons/ha_thumbsdn.gif" width="11" height="20" border="0" alt="Bad" /><strong> $helpfulposts[badranks]</strong> <span>Posts Receiving Negative Votes</span>
</ul>
</fieldset>
Then I used the Phrase manager to edit
$vbphrase[helpfulanswer_title] and changed
"Helpful Postings" to
"Member Posting Reputation"
Results:
Now this has me wanting to tie it in with Cyb's Advanced Forum Stats, adding the ability to list the users with the most positive and negative votes.