Reputation Displayed as Numbers
This modification is in the archives.
Same thread but in the 3.5.x forum:
Reputation Displayed as Numbers I was looking for this mod but I found no promising results on this community. So I went out and try for myself and came up with the result I wanted. So basically what this modification does is the following (X's represent the gems): Before modification: Rep: XXXXXXXXX After modification: Rep: 1046 XXXXXXXXX For the Default template do the following: In postbit_legacy find: PHP Code:
</if>$post[reputationdisplay]</div></if>
PHP Code:
</if>Rep: $post[reputation]<br /> $post[reputationdisplay]</div></if>
In postbit_legacy find: PHP Code:
<if condition="$show['reputation']"><div class="info">Rep: $post[reputationdisplay]</div></if>
PHP Code:
<if condition="$show['reputation']"><div class="info">Rep: $post[reputation]<br /> $post[reputationdisplay]</div></if>
Try to find the string "posts" in postbit_legacy. Below this piece of code you'll find the piece of code that displays reputation. You must find the part that displays the gems. Before the Gem Display Code (on the Default Skin it was "$post[reputationdisplay]" (without quotes)) place: PHP Code:
$post[reputation]<br />
Screenshots Air Skin Fusion Skin Default Style Skin Download No files for download. |
Similar Mods
Profile Enhancements Reputation Displayed As Numbers | vBulletin 3.7 Template Modifications |
Show Thread Enhancements Reputation Displayed As Numbers | vBulletin 3.6 Template Modifications |
Reputation Displayed as Numbers | vBulletin 3.5 Template Modifications |