The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey, guys ! I'm using Vbulletin for 1week , so i'm a n00b .
I have a simple problem ( i think ) I want to make the reputations appear like numbers not that .gif image. How is now: ![]() How i want to be: ![]() I know is something related to the postbit template so i will post it and if someone want to help me just post it again with the modification. PHP Code:
|
|
#2
|
|||
|
|||
|
There is a mod that does this
https://vborg.vbsupport.ru/showthread.php?t=177052 I think it keeps the rep image though and put the actual number above the image. |
|
#3
|
|||
|
|||
|
I have done that but no results...
Also, i have found somehing intersting, in the postbit_template i have a file, postbit_reputation with this code: HTML Code:
<img class="inlineimg" src="$stylevar[imgdir_reputation]/reputation_$posneg.gif" alt="$post[username] $post[level]" border="0" />
I have deleted that and add: HTML Code:
<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay] |
![]() |
|
|