By John Ch. on Friday, 17 April 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 453
Votes 0
Hello,

it's possible to hide the count of discussions below category name, in main page? (screenshot)

Thank you.
Hello John,

Currently it is not possible to hide it via backend settings. You can however go to your /components/com_easydiscuss/themes/simplistic/categories.php and remove the following html code:
<span class="ml-5"><?php echo $this->getNouns('COM_EASYDISCUSS_ENTRY_COUNT' , $category->getPostCount() , true );?></span>


Hope these help
·
Friday, 17 April 2015 18:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ezrul,

thanks for your reply.

I know this feature, but I think it's better to hide this element through css for upgrade reasons.

Have a nice day
·
Friday, 17 April 2015 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi John,

You're welcome.
·
Saturday, 18 April 2015 15:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post