The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Change rep to a number in postbit
What's the code and where do I put it? Also is it possible to move the rep to below the avatar? I think it'd look nicer.
|
#2
|
||||
|
||||
yes, you can.
go to this url https://vborg.vbsupport.ru/showthread.php?t=237042 hope you will get what you need. |
#3
|
||||
|
||||
Thanks I'll check it out!
--------------- Added [DATE]1269107476[/DATE] at [TIME]1269107476[/TIME] --------------- Quote:
|
#4
|
||||
|
||||
You can enable "rep power" in admincp>thread display options>Post Elements>Display Reputation Power
|
#5
|
||||
|
||||
Not rep power, I just want REP. I want REP changed into the number instead of the green block images in the postbit.
|
#6
|
||||
|
||||
wow,i totally figured it out!!
In template postbit_legacy or postbit find: Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span> --------------- Added [DATE]1269116156[/DATE] at [TIME]1269116156[/TIME] --------------- So what I did was: HTML Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Rep:{vb:raw post.reputation}</span> |
#7
|
||||
|
||||
It changes it to a number, but then when I put Reputation: right before that code, it says Reputation: rep number, but the rep number is on the next line. Can I put them on the same line?
|
#8
|
||||
|
||||
hi guys....try this one...
PHP Code:
GO > ACP > LANGUAGE & PHRASES > PHRASE MANAGER > ADD NEW PHRASE
goodluck and best regards... |
#9
|
||||
|
||||
Quote:
|
#10
|
||||
|
||||
Quote:
find this: PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|