XF 1.1 how to remove the trophy points

I am trying to accomplish this too. How do I remove the Trophy Points entirely:
wL2SW65.png
 
I am trying to accomplish this too. How do I remove the Trophy Points entirely:
wL2SW65.png

If you go into your sidebar_visitor_panel template and remove the following line will do that.

Code:
<dl class="pairsJustified"><dt>{xen:phrase points}:</dt> <dd>{xen:number $visitor.trophy_points}</dd></dl>
 
Thanks Shelley, but there are other instances of this aren't there? Like the profile? Is there a way to just remove it entirely from everywhere?
 
Do a template search (under Appearance) for the following code, it should show you all the instances of the trophy system (for points):
Code:
{xen:phrase points}

Other than that, you should look into removing it from the help templates.
 
Back
Top Bottom