The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Reputation Point Display
Does anyone know how to display the numeric value of the reputation points in 4.0?
It'd be great to have it listed under the green bars. Something like, "Reputation Points = xx" It is something our posters like to have. Thanks. |
#2
|
|||
|
|||
+1 to Matt's question...
|
#3
|
|||
|
|||
+2 on that question. I have many members on my forum that want to use reputation points but don't know how to. I don't even know how to use it or where to go even tho it's activated.
|
#4
|
|||
|
|||
+3, i have pauls mods which really take advantage of the reputation but adding reputaton point would help alot more since my forum is heavily reliant on reputation
|
#5
|
|||
|
|||
+4... really need this.
--------------- Added [DATE]1267932763[/DATE] at [TIME]1267932763[/TIME] --------------- Come on... somebody. |
#6
|
||||
|
||||
guys just create new phrase and insert this to your postbit legacy template
GO > ACP > LANGUAGE & PHRASES > PHRASE MANAGER >ADD NEW PHRASE Phrase Type: GLOBAL Product: vBulletin Varname: replevel (anyword that suit you) Text: Rep Level (anyword that suit you) SAVE! then add this to your postbit legacy template Code:
<dt>{vb:rawphrase 'replevel'}</dt> <dd>{vb:raw post.reputation}</dd> Code:
<img class="repimg" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw posneg}.png" alt="{vb:raw post.username} {vb:raw post.level} ( {vb:rawphrase 'replevel'}:{vb:raw post.reputation})"/> goodluck and best regards to all... :up: |
#7
|
|||
|
|||
^ That works, thanks so much!!!
However, the number appears under "Rep Level" instead of on the same line. How do I change that? |
#8
|
||||
|
||||
Quote:
here is the code where i had this... so you can figure out where to place the code Code:
<vb:if condition="$show['infraction'] OR $show['reppower']"> <vb:if condition="$show['reputation']"> <vb:if condition="$show['reppower']"> <dt>{vb:rawphrase 'replevel'}</dt> <dd>{vb:raw post.reputation}</dd> <dt>{vb:rawphrase 'reppower'}</dt><dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd> </vb:if></vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|