The Arcive of vBulletin Modifications Site. |
|
Reputation Number & Level in Postbit Details »»
|
|||||||||||||||||||||||||
Reputation Number & Level in Postbit (works in 4.2.4)
![]() This took me quite a bit of time to figure out (I'm by no means an expert) and I couldn't find this anywhere on this site. In postbit_legacy find this: PHP Code:
PHP Code:
Show Your Support
|
|||||||||||||||||||||||||
| Благодарность от: | ||
| john7911 | ||
| Comments |
|
#2
|
|||
|
|||
|
With your permission, like in my forum I have users from 2 differents languages, I made some modification, I add a language phrases.
In admincp, I create 2 phrases: Code:
postbit_reputation and postbit_replevel Code:
<dd><vb:if condition="$show['reputation']">
{vb:rawphrase postbit_reputation} {vb:raw post.reputation}</dd>
</vb:if>
<dd><vb:if condition="$show['reputation']">
{vb:rawphrase postbit_replevel} {vb:raw post.level}</dd>
</vb:if>
Thanks and regards. |
|
#3
|
|||
|
|||
|
Glad you were able to modify it to suit your needs
|
![]() |
|
|