The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is it possible for rep points to be displayed on the user details in posts? (i.e. under where it shows their name, avatar, post count etc).
Thanks |
#2
|
||||
|
||||
![]()
this should show by default when enabling in Thread Display Options (showthread)>>Post Elements>>Display Reputation Power yes. though i could be wrong.
|
#3
|
|||
|
|||
![]()
I went ahead an enabled that. What it now shows is "reputation power". Even thou people have reps, its showing as zero. I'm not quite sure i understand the whole rep/rep power thing.
|
#4
|
||||
|
||||
![]()
reputation power=how much rep power a member can give out?
reps show how much reps they have received. long as in User Reputation Options its enabled, you should be cool ![]() |
#5
|
|||
|
|||
![]()
When i do this, all it displays is the rep power and not rep points.
|
#6
|
|||
|
|||
![]()
Its enabled, but not showing in threads.
|
#7
|
||||
|
||||
![]()
The person's reputation just shows as bars. There is no option to show it as a number. I believe there may be a modification to do that, so I would suggest a search for it.
|
Благодарность от: | ||
ShawneyJ |
#8
|
|||
|
|||
![]()
Thanks Lynne
![]() |
#9
|
||||
|
||||
![]()
You can add the following anywhere in your postbit_legacy template:
Code:
<div class="pbit"><div>Rep Points: {vb:raw post.reputation}</div></div> |
#10
|
|||
|
|||
![]()
I found this in another post and it worked (at least it appears to be working):
<dl class="userinfo_extra"> <vb:if condition="$show['reputation']"> <dt>REP</dt> <dd>{vb:raw post.reputation}</dd> </vb:if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|