By yoluca on Sunday, 12 January 2014
Posted in General
Replies 1
Likes 0
Views 752
Votes 0
how can i hide views ?
Hello,

This is currently not configurable but you can edit the theme file /components/com_easydiscuss/themes/simplistic/frontpage.post.php and remove the codes below,


<div class="views">
<a href="<?php echo DiscussRouter::getPostRoute( $post->id );?>">
<span class="item-count"><?php echo $post->hits; ?></span>
<span><?php echo $this->getNouns( 'COM_EASYDISCUSS_VIEWS' , $post->hits );?></span>
</a>
</div>
·
Sunday, 12 January 2014 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post