I have done that but no results...
Also, i have found somehing intersting, in the postbit_template i have a file,
postbit_reputation with this code:
HTML Code:
<img class="inlineimg" src="$stylevar[imgdir_reputation]/reputation_$posneg.gif" alt="$post[username] $post[level]" border="0" />
I have deleted that and add:
HTML Code:
<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay]
and workes. Thanks anyway !