Back to vBulletin 3.5 Template Modifications

Reputation Displayed as Numbers
Mod Version: 1.00, by UZFRED

This modification is in the archives.
vB Version: 3.5.4 Rating: (0 vote - 0 average) Installs: 5
Released: 18 Jun 2006 Last Update: Never Downloads: 1
Not Supported Template Edits  

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> 
REPLACE with

PHP Code:
</if>Rep$post[reputation]<br /> $post[reputationdisplay]</div></if> 
For other templates (tested on ExtremePixels skin's Air and Fusion) do the following:

In postbit_legacy find:

PHP Code:
<if condition="$show['reputation']"><div class="info">Rep$post[reputationdisplay]</div></if> 
REPLACE with

PHP Code:
<if condition="$show['reputation']"><div class="info">Rep$post[reputation]<br /> $post[reputationdisplay]</div></if> 
If it isn't working on one of the templates you're using do the following.
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 /> 
I hope this was really useful to some people!

Download

No files for download.

Screenshots

     

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.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024