By Vincent on Sunday, 06 July 2014
Posted in Technical Issues
Replies 11
Likes 0
Views 732
Votes 0
Hello to you team,

I would like to know how to limit the number of visible group in the left column created by the user on his profile.

He has an application but it does not offer set the number of visible groups.

I Thank you.
Hello Benjamin,

Currently the widget doesn't actually have any restrictions on the limit but you can edit the file /media/com_easysocial/apps/user/groups/widgets/profile/view.html.php and at line 51 locate the codes below,


$groups = $model->getGroups( array( 'uid' => $user->id ) );


Replace it with,


$groups = $model->getGroups( array( 'uid' => $user->id, 'limit' => 50) );


Replace 50 with your desired limit
·
Sunday, 06 July 2014 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much Mark, I hope that this can be put in place in the next versions.
·
Sunday, 06 July 2014 20:24
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Monday, 07 July 2014 01:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
can this be added to the next version as a new feature, or do I provide the voice?
·
Thursday, 10 July 2014 03:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Benjamin,

I will try to add this into EasySocial 1.3
·
Thursday, 10 July 2014 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
great!
·
Thursday, 10 July 2014 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Benjamin
·
Friday, 11 July 2014 00:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark, this functionality is possible in the new release?

thank you in advance.
·
Friday, 26 September 2014 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Vincent,

I am really sorry but this functionality is not available on EasySocial 1.3 yet.
·
Friday, 26 September 2014 01:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark,

thank you for adding the feature on the latest version!
·
Saturday, 04 October 2014 00:28
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Vincent
·
Saturday, 04 October 2014 13:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post