How to hide display Views

Started by dexster, January 29, 2011, 04:50:33 AM

Previous topic - Next topic

dexster

HI

anyone knows whether it is possible to hide the number of openings threads

I do not want to be visible to users




I have a default style forum and 2.0 RC4

Suki

you only want to hide that part?  if so


on your /Themes/default/MessageIndex.template.php


find:


<td class="stats ', $color_class, '">
', $topic['replies'], ' ', $txt['replies'], '
<br />
', $topic['views'], ' ', $txt['views'], '
</td>





and replace with:





<td class="stats ', $color_class, '">
', $topic['replies'], ' ', $txt['replies'], '
<br />';
if ($context['user']['is_admin'])
echo '', $topic['views'], ' ', $txt['views'], '
</td>';
echo'




only you as an admin will see the:  x Views   text
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Advertisement: