By Amema on Wednesday, 11 November 2015
Posted in General Issues
Likes 0
Views 446
Votes 0
We have a homepage where a few specified editors write to our community. In the Team blog module, there is a line stating the number of members in the blog.

As this may cause confusion in our case - some people who visit the site may think this is the number of actual members in our clubs - I want to switch off this information. How?

I can't find any settings regarding number for anything else than post counts and comments.
Hey Amema,

Unfortunately we do not have a settings to disable this at this point of time, but you can remove the code from this file JoomlaFolder\modules\mod_easyblogteamblogs\tmpl\default.php

// LINE 30 until 34
<div class="mod-meta mod-muted">
<div>
<?php echo JText::sprintf('MOD_EASYBLOGTEAMBLOGS_MEMBERS', $team->getMembersCount());?>
</div>
</div>
·
Wednesday, 11 November 2015 19:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post