why not remove the if statements and put the code segment in right before the last end-if of reputation received? Wouldn't that accomplish the same goal?
Quote:
Originally Posted by Paul M
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>
|
Works great, btw - love it! Why not a vb standard, who knows...?