Quote:
Originally Posted by Boko577
Okay I added that phrase, now do I just put that php code into the postbit_legacy or do I put it where it says translation?
|
if you created new phrase the way i told you....then its okay to add now the code above to your posbit_legacy template...
find this:
PHP Code:
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
add below:
PHP Code:
<dt>{vb:rawphrase 'replevel'}</dt> <dd>{vb:raw post.reputation}</dd>
hope it help you or else...