The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello,
I would like to show only the reputation title on the postbit. Not the rep power points, or the actual number, or a bar with the little blips. I tried just using $post[reputationdisplay] and the name will show up, but after about 500 posts it starts repeating things so it'll say: Username the GreatUsername the GreatUsername the Great, etc. I'm pretty sure this is just because of how reputation was meant to be used. So, my question is, can someone tell me/show me how to show just the title a person should have? |
#2
|
|||
|
|||
![]()
Edit the postbit_reputation template, find:
HTML Code:
<img class="inlineimg" src="$stylevar[imgdir_reputation]/reputation_$posneg.gif" alt="$post[username] $post[level]" border="0" />
HTML Code:
$post[username] $post[level] |
#3
|
||||
|
||||
![]()
Hi,
Thank you for your timely answer, I appreciate it ![]() I tried that suggestion already, but the text starts repeating itself after 500 posts or so. I've looked into the reputation PHP file and I think what I was seeing was the code to calculate how many green squares should show up normally, which is why when I edited the the thing to $post username $post level the text started repeating. I just want the title listed. All I need is the variable to show just the title, if such a thing exists, or the code I have to edit in the reputation php file to create something that just shows a reputation's title. Any help would be really appreciated. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|