guys just create new phrase and insert this to your postbit legacy template
GO > ACP > LANGUAGE & PHRASES > PHRASE MANAGER >ADD NEW PHRASE
Phrase Type: GLOBAL
Product: vBulletin
Varname: replevel (anyword that suit you)
Text: Rep Level (anyword that suit you)
SAVE!
then add this to your
postbit legacy template
Code:
<dt>{vb:rawphrase 'replevel'}</dt> <dd>{vb:raw post.reputation}</dd>
or go to
postbit reputation template and change the whole code with this...
Code:
<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.png" alt="{vb:raw post.username} {vb:raw post.level} (
{vb:rawphrase 'replevel'}:{vb:raw post.reputation})"/>
goodluck and best regards to all...

:up: