The Arcive of vBulletin Modifications Site. |
|
Reputation as Numbers and/or Green Bars Details »»
|
|||||||||||||||||||||||||||
Hey guys, im very new to PHP so this took me wayyyy longer than it should have done lol.
in postbit_legacy and/or postbit find PHP Code:
PHP Code:
PHP Code:
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
|
|
#3
|
||||
|
||||
|
I was unable to get it to work
Here is my code from postbit Any suggestions? </vb:if> {vb:raw template_hook.postbit_userinfo_left} <vb:if condition="$show['reputation']"> <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Reputation: {vb:raw post.reputation}</span> </vb:if> |
|
#4
|
||||
|
||||
|
Ok, also replaced it in postbit_legacy and it is now working correctly.
Thanks! Good Job! |
|
#5
|
|||
|
|||
|
how can I enable the green bars?
|
|
#6
|
||||
|
||||
|
@paradox109, The green bars are {vb:raw post.reputationdisplay}, instead of {vb:raw post.reputation} for numbers.
@Merlinii, You could just change the code to something similar without the span class, so it would look like this: Code:
<vb:if condition="$show['reputation']">
<dt>Reputation</dt> <dd>{vb:raw post.reputation}</dd>
</vb:if>
|
|
#7
|
|||
|
|||
|
Quote:
Reputation >> {vb:rawphrase reputation} Code:
<vb:if condition="$show['reputation']">
<dt>{vb:rawphrase reputation}</dt> <dd>{vb:raw post.reputation}</dd>
</vb:if>
|
|
#8
|
|||
|
|||
|
Thank you for this information. I found it to be VERY useful.
Can anyone help me to get the rep to display on the member profile? Thanks in advance. |
|
#9
|
|||
|
|||
|
Display Reputation Comments on Members Profile Page
Display Reputation Comments Given and Display Reputation POINTS in User CP |
|
#10
|
|||
|
|||
|
It seems this view doesn't honor the setting "User can hide reputation".
Anyone knows how to achieve that? |
![]() |
|
|