By Lafemme on Wednesday, 06 May 2015
Posted in General Issues
Replies 1
Likes 0
Views 555
Votes 0
Hi..

with every blog you see how many times it gets read, the hits. Can i make it in a way that its only visable for admin or a certain membergroup?

Thank you
Hello Cynthia

Yes, you can visible the hits only for admin by edit this code in ...\components\com_easyblog\themes\default\blog.item.php at line 121
and ...\components\com_easyblog\themes\default\blog.read.php at line 53

<?php if( $this->getParam( 'show_hits' , true ) ){ ?>


with this code

<?php if( $this->getParam( 'show_hits' , true ) && $system->admin ){ ?>


Hope this help
·
Wednesday, 06 May 2015 19:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post