![]() |
Rep points on display
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 |
this should show by default when enabling in Thread Display Options (showthread)>>Post Elements>>Display Reputation Power yes. though i could be wrong.
|
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.
|
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 ;) |
Quote:
|
1 Attachment(s)
Quote:
|
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.
|
Thanks Lynne :)
|
You can add the following anywhere in your postbit_legacy template:
Code:
<div class="pbit"><div>Rep Points: {vb:raw post.reputation}</div></div> |
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> |
All times are GMT. The time now is 01:34 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|