Turn off "news" page views for non admins
Posted
#8778
(In Topic #2954)

Standard member

Thanks in advance!
F_O
Posted

Site staff

Admin Zone > Setup > Configuration > Site options has an option called "Reveal usage figures". This is probably what you are seeking but the effect is global and not just for news.
Posted

Standard member

Posted

Site staff

To achieve what you require, create a fresh copy of NEWS_ENTRY_SCREEN.tpl in your templates_custom directory (to avoid core updates undoing your edit) then make the following change:-
Find
Code
{+START,IF,{$INLINE_STATS}}
Replace
Code
{+START,IF,{$AND,{$IS_ADMIN},{$INLINE_STATS}}}
You may need to do make this edit to any other news templates you are displaying/using (blocks, etc) if they also show the view count (not sure if any do but worth checking).
Posted

Standard member


1 guest and 0 members have just viewed this.