Devilwillcry4you Active member Jan 30, 2013 #1 I would like to remove the trophy points from the sidebar and the postbit- posting profile.
Slavik XenForo moderator Staff member Jan 30, 2013 #2 Admin CP > Appearance > Style Properties > Message Elements That what your after? Upvote 0 Downvote
Devilwillcry4you Active member Jan 30, 2013 #3 yes and also I think the vistor panel in the sidebars. Upvote 0 Downvote
xIsabel38 Well-known member Jul 28, 2013 #5 I am trying to accomplish this too. How do I remove the Trophy Points entirely: Upvote 0 Downvote
Shelley Well-known member Jul 28, 2013 #6 xIsabel38 said: I am trying to accomplish this too. How do I remove the Trophy Points entirely: Click to expand... 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> Upvote 0 Downvote
xIsabel38 said: I am trying to accomplish this too. How do I remove the Trophy Points entirely: Click to expand... 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>
xIsabel38 Well-known member Jul 28, 2013 #7 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? Upvote 0 Downvote
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?
AndyB Well-known member Jul 28, 2013 #8 Wouldn't it be nice if one switch in the Admin CP would completely remove the Trophy system. Upvote 0 Downvote
Shelley Well-known member Jul 28, 2013 #9 xIsabel38 said: 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? Click to expand... I'm almost sure you have to remove it in each template but not 100% sure tbh there's a fast track route. Upvote 0 Downvote
xIsabel38 said: 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? Click to expand... I'm almost sure you have to remove it in each template but not 100% sure tbh there's a fast track route.
Jeremy in memoriam 1991-2020 Jul 28, 2013 #10 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. Upvote 0 Downvote
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.
P Paul B XenForo moderator Staff member Jul 28, 2013 #11 This post explains how to remove all references to trophy points: http://xenforo.com/community/threads/disable-likes-and-trophies.36226/#post-412475 Upvote 0 Downvote
This post explains how to remove all references to trophy points: http://xenforo.com/community/threads/disable-likes-and-trophies.36226/#post-412475
jauburn Well-known member Dec 6, 2013 #12 AndyB said: Wouldn't it be nice if one switch in the Admin CP would completely remove the Trophy system. Click to expand... Yeah, some of my users suggested this, too. Upvote 0 Downvote
AndyB said: Wouldn't it be nice if one switch in the Admin CP would completely remove the Trophy system. Click to expand... Yeah, some of my users suggested this, too.
AndyB Well-known member Dec 6, 2013 #13 jauburn said: Yeah, some of my users suggested this, too. Click to expand... I have created a very simple add-on which removes most of the Trophy features. http://xenforo.com/community/resources/remove-trophy.2435/ Upvote 0 Downvote
jauburn said: Yeah, some of my users suggested this, too. Click to expand... I have created a very simple add-on which removes most of the Trophy features. http://xenforo.com/community/resources/remove-trophy.2435/
jauburn Well-known member Dec 6, 2013 #14 AndyB said: I have created a very simple add-on which removes most of the Trophy features. http://xenforo.com/community/resources/remove-trophy.2435/ Click to expand... Superb! Thank you so much. Upvote 0 Downvote
AndyB said: I have created a very simple add-on which removes most of the Trophy features. http://xenforo.com/community/resources/remove-trophy.2435/ Click to expand... Superb! Thank you so much.