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>
It currently has that text, user is on a distinguishing road and what ever i set, i don't want it to do that, i want it to say the amount of rep points the user has recived, any ideas?
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" />
I'm thinking it would be something changed in $post[level] because i removed level and it took away the text, thanks.
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" />