By Adrian Saxby on Monday, 15 December 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 731
Votes 0
Hi,

I've just installed the Easy Blog component and setup 7 Teams for team blogging.

I've also just installed the Team Blogs Module and positioned it on the front-end but I've noticed that the module only shows the first 5 Teams that I setup.

Is there a way to show all of my 7 teams within the module? Is there also a way to restrict the viewable teams to only the teams that the front-end user is a member off?

Thanks in advance for any help,
Hi Adrian Saxby,

1) Unfortunately there is no setting in the backend to set the view limit of teamblog. However you can change the limit directly from source code at JoomlaFolders\modules\mod_teamblogs\helper.php at line 25. Change the following code:

$count	 = $params->get( 'count' , 5 );

with the
$count	 = $params->get( 'count' , 10 );


2) Unfortunately easyblog cannot restrict the viewable teams to only the teams that the front-end user is a member of. It can only permit the user access inside the Team blog page from the backend settings, Componentes > EasyBlog > Team Blogs > Access
·
Monday, 15 December 2014 18:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

That worked a treat, thanks for the (very fast) support!
·
Monday, 15 December 2014 20:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Adrian,

You are most welcome.
·
Tuesday, 16 December 2014 10:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post