The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Reputation number amount (see code)
Now, i have been fiddling with the reputation mod, i now have the code set up like this;
Code:
<div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div> Cheers. edit - here's the rep code as well. Code:
<img class="inlineimg" src="$stylevar[imgdir_reputation]/reputation_$posneg.gif" alt="$post[username] $post[level]" border="0" /> Edit - Don't worry, i had a look in the old rep code template, took the text that showed the rep power, replaced $post[level] with it, and it worked, here's the new code: Code:
<img class="inlineimg" src="$stylevar[imgdir_reputation]/reputation_$posneg.gif" alt="$post[username] $post[reppower]" border="0" /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|