PDA

View Full Version : Profile Enhancements - Reputation Displayed As Numbers


DevFred
04-23-2008, 10:00 PM
General Information

Old threads (no longer supported):
https://vborg.vbsupport.ru/showthread.php?t=140415
https://vborg.vbsupport.ru/showthread.php?t=126105

Posted in the 3.7.x forums under new username and to refresh support for the modification.

Don't forget to mark this modification as installed to receive update notifications. Rate it or vote for it if you really like it ;).

You can contact me for support through e-mail, or right here in this thread.

Modification Description

This modification does the following on the postbit display (X representing reputation gem image):

Before modification:
Rep: XXXXXXXXX

After modification:
Reputation: 1046
XXXXXXXXX

Screenshots are available as attachments in this thread.

Installation Instructions

In "postbit" (horizontal style) and/or "postbit_legacy" (vertical style) template find:

$post[reputationdisplay]


Replace with:

<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay]


Please note that you might have to modify it to make it appear perfect on your skin. On my community's Graphite and iSkin styles I didn't have to do anything more special, but on Default Style style I had to place a <br /> in front of the "Replace with" code to make it appear on a new line.

Change Log

1.2 -> 1.21
- Fixed issue where reputation amount in numbers would still be displayed if user would have disabled reputation display through user control panel. (Thanks to airborneCAL for noticing this)

1.1 -> 1.2
- Replaced the string "Reputation" with $vbphrase[reputation]. (Thanks to Icy for noticing this)

Rickeo
04-24-2008, 06:36 PM
Maybe you can help me want am wanting to do is well I have a Christian board and I want to turn the reputation system into something called blessings.

Like here

http://christianforums.com/

So users can give so many blessings a day to users but it only counts as one blessing instead of ten and each bless when clicked shows the counts as 1 and the green boxes are changed to hearts instead so like a basic blessing system like you see on the forums I provided above could you help me with this I know it's off topic a little but I am willing to pay :)

Rick

DevFred
04-24-2008, 07:41 PM
Rickeo, it is a bit very off topic.

You can change the way reputation points are distributed in the vBulletin options. And to change the gems in to something else simply overwrite the images in the file directory, it's as simple as that.

Rickeo
04-25-2008, 03:42 AM
I clicked install just for helping out :D

Rick

Jasem
04-25-2008, 07:35 AM
Nice share = Thanx

basketmen
06-04-2008, 11:42 PM
Hi guys, i can get Total reputation that user have in postbit

but, how is the code to get Reputation received this month :


this is the example in phpbb in the down left, they have reputation received this month above total reputation in they post, i have try that forums and i very atrractive to get reputation, very cool and increase the competition to get reputation

https://vborg.vbsupport.ru/external/2008/06/60.jpg

Jumlah bintang saya : -->its mean my reputation
Bulan ini 10 --> its mean this month reputation
Total 18 --> its mean reputation total

DevFred
06-05-2008, 10:17 AM
vBulletin does not gather such statistics on how much reputation a user received in a month (as far as I'm concerned). So I'm unable to create a display modification for this.

kenji4861
06-13-2008, 08:25 AM
Thanks just installed

http://www.spoofee.com/forums/showthread.php?goto=newpost&t=78741

yankee831
06-15-2008, 05:38 PM
A quick question. Everything looks great, except for me, I have Rep Power, nothing for Reputation. It doesn't even say anything (everyone else does) I also have a single blue block, while all other members have green blocks. I am the only one that has this problem. Is there a way to fix this? Or is it this because I'm admin?

botlrok8
07-31-2008, 04:06 PM
A quick question. Everything looks great, except for me, I have Rep Power, nothing for Reputation. It doesn't even say anything (everyone else does) I also have a single blue block, while all other members have green blocks. I am the only one that has this problem. Is there a way to fix this? Or is it this because I'm admin?

Same here. I do have a green block but I am showing Rep Power: and it is showing 0.

botlrok8
07-31-2008, 04:18 PM
Ah, just figured it out. postbit not postbit_legacy. I feel stupid. It is even listed in the directions.

Also the Rep Power is an option in "Thread Display Options" in the admincp. Turn it on or off. It works either way.

rob01
11-19-2008, 06:47 PM
hey i have a question when someone adds a reputation point to someone, his reputation point in # disapears any idea, you only see the reputation images until you refresh the explorer any idea?

DesiSugar
12-06-2008, 09:23 PM
But Can Anyone Tell me How To Rename this ???
I want to Rename this to Points...
like this https://vborg.vbsupport.ru/

Sunka
01-01-2009, 07:33 AM
Installed...Working...thanks

ScienceOfMuscle
01-02-2009, 04:41 PM
Any chance this will be available for 3.8?

Sunka
01-11-2009, 12:15 AM
Is this MOD working on vBulletin v3.8.0 at all?

metrika
01-16-2009, 06:01 PM
It works for me in 3.8

Jorge Gomez
01-25-2009, 05:43 PM
muy bueno, gracias...

hice algunos cambios porque me aparecia "Array"

entoces solo puse...

<br />
Poder: $post[reputation]<br />
$post[reputationdisplay]

dxflw
02-11-2009, 11:16 AM
i need for bulefox style 3.7.3 plz tell me code for that

Few
02-12-2009, 08:33 PM
Sorry, I'm new at this, which postbit file do we need to edit to change it?

hendri
12-08-2009, 10:08 AM
how about version 4.0 beta 5 ? i need this

hendri
12-08-2009, 10:09 AM
i need this

General Ray
12-15-2009, 06:42 PM
<font face="courier new">How would I hide this if the user had his/her reputation disabled?</font>

crazyace
12-15-2009, 11:27 PM
Yes it would be awesome if someone had a vB4 update on how to do this.

simplyshredded
02-25-2010, 10:29 PM
I'm in postbit_legacy, but I don't have a $post[reputationdisplay]

Closest thing I see is

<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>