The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Rep points
I currently have the rep power showing but not the rep points ( the green bars do show )
Is it possible to show rep points ? Thanks |
#2
|
||||
|
||||
Any help on this would be great
|
#3
|
|||
|
|||
In vBulletin Options, go to Thread Display Options (showthread). Near the bottom, enable the checkbox which displays 'Display Reputation Power'. Save the changes, and that should do the job for you.
|
#4
|
||||
|
||||
To show rep points edit your postbit template, find an appropriate place, and add the following:
Reputation Points: $post[reputation] That should display the number/value of their rep. |
#5
|
|||
|
|||
Reputation Power should be in the templates by default already, no?
|
#6
|
||||
|
||||
He said he already has rep power showing but wants to show rep points...
Rep power will be shown if you enable the option, you need not do anything else. Rep points don't usually show in postbit, just the graphical representation- the actual number doesn't show unless you do what I mentioned. |
#7
|
||||
|
||||
Thanks guys, yea I have the rep power showing but not the rep points. I been looking at postbit template but no luck ( I am a noob ) is there maybe a mod I could use for this?
Ps. I am using a template. Thanks |
#8
|
||||
|
||||
OK... for the first change you said nothing happened, but what you did there was change the alt text of an image... if you mouse over the reputation bars the 'tool tip' that pops up should now show the Username and the Reputation Points, you removed the word or phrase that would otherwise be there such as "Username is on a distinguished path" - you now have something like "Username 15"
Now as for your postbit template, number one, are you using postbit or postbit_legacy? postbit_legacy is what is used here on vBulletin.org where the username and avatar are to the side of the post... regular postbit is where the username and avatar are above the post. in the postbit template you posted (or in postbit_legacy) look for the line: <span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span> Immediately after the </span> tag and before the </div> tag add: Code:
<br />Reputation: <span id="reppoints_$post[postid]_$post[userid]">$post[reputation]</span> |
#9
|
||||
|
||||
Sweet thanks man it works. :up:
|
#10
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|