Quote:
Originally Posted by Azhrialilu
But come to think on it, neither is reputation received display showing up.. so that could be the problem..... let me have a look into that, then if I can't figure it out I'll make up a test account 
|
The display of both is controlled by this IF in the USERCP template ;
Code:
<!-- ############## REPUTATION GIVEN - PAUL M ############## -->
<if condition="$show['reputation']">
Are you absolutely certain that the account you are using has "Show My Reputation Level" ticked in the usercp > edit options ?
If so, try taking the above IF line out (you will also need to remove the "</if>" which is shown here ;
Code:
<!-- ############## END NEW REPUTATION ############## -->
</if>