Turn off "news" page views for non admins
Posted
#7338
(In Topic #1831)
Thanks in advance!
F_O
Posted
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
Posted
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
0 guests and 0 members have recently viewed this.