PDA

View Full Version : Reputation Displayed as Numbers


UZFRED
09-07-2006, 10:00 PM
Same thread but in the 3.5.x forum:
https://vborg.vbsupport.ru/showthread.php?t=118900

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:

</if>$post[reputationdisplay]</div></if>

REPLACE with

</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:

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

REPLACE with

<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:

$post[reputation]<br />

I hope this was really useful to some people!


Screenshots

Air Skin
https://vborg.vbsupport.ru/attachment.php?attachmentid=49561

Fusion Skin
https://vborg.vbsupport.ru/attachment.php?attachmentid=49563

Default Style Skin
https://vborg.vbsupport.ru/attachment.php?attachmentid=49562

Kirk Y
09-08-2006, 09:18 PM
Cool, good idea.

rb290
09-10-2006, 12:48 AM
my 3.6.0 skin is extremepixel iSkin and it doesnt even have the Give Rep button or anything..

I wanna make it have the Rep and the Rep Power and the rep Gems plus the button to add to reputation

I had it perfect on vB 3.5.4 it was something like this:

Points: 5849
Rep Power:232
Gems

Give Rep (add to rep button)
do you know how I can add this ?

Minha
10-10-2006, 11:45 PM
Thanks for this modification ;)

ESADCG
11-30-2006, 03:33 AM
Thanks SO much for this. Every other one I found didn't work. :)

4yBak
11-30-2006, 06:21 PM
may some one ask me how to change reputation display as numbers when turned on AJAX?

Example: when you add reputation through AJAX reputation value are displayed as image and not as number

msibm
01-30-2007, 03:52 AM
Thanks a lot.

fpattberg
01-30-2007, 12:36 PM
Hi.

I am trying to install this mod but I do not know where to replace the code. The code I have to delete is not in the template. This is the code it shows instead:

<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>

Where can I replace the code in this code block above to have the Rep display?

Thanks.

Fabian

rjp0615
01-31-2007, 12:50 AM
appreciated.

X1C3W5
02-25-2007, 11:11 AM
New updated and improved version https://vborg.vbsupport.ru/showthread.php?p=1190284#post1190284.

Support is now given in there.