Back to vBulletin 4.x Add-ons

Reputation Number & Level in Postbit
Mod Version: 1.00, by 1MoreGoodGuy

vB Version: 4.2.4 Rating: (1 vote - 1.00 average) Installs: 2
Released: 04 Jan 2019 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

Reputation Number & Level in Postbit (works in 4.2.4)

https://s1277.photobucket.com/user/scottboschetti/media/Screen%20Shot%202019-01-03%20at%209.56.25%20PM_zpsjxechjlm.png.html

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:
<vb:if condition="$show['infraction'] OR $show['reppower']">
                <
dl class="user_rep">
                    <
vb:if condition="$show['infraction']">
                    <
dt>{vb:rawphrase infractions}</dt
                    <
dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
                    </
vb:if>
                    <
vb:if condition="$show['reputation']">
                        <
vb:if condition="$show['reppower']">
                    <
dt>{vb:rawphrase reppower}</dt
                    <
dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd
                        </
vb:if> 
Directly underneath it paste this:

PHP Code:
<dd><vb:if condition="$show['reputation']">
Reputation: {vb:raw post.reputation}</dd>
    </
vb:if>
<
dd><vb:if condition="$show['reputation']">
Rep Level: {vb:raw post.level}</dd>
    </
vb:if> 
Enjoy.

Download

No files for download.

Similar Mods

Profile Enhancements Reputation right hand side & Reputation Level vBulletin 4.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024