By robert on Thursday, 24 April 2014
Posted in General Issues
Replies 1
Likes 0
Views 467
Votes 0
hi
can any one assist me on where i can reduce the number of avatars appearing on the "following" plugin when you view your profile to 8 and also only show the ones with picture only

i have attached the screenshot bellow

regards
robert
Hello Robert,

I am sorry for the delay of this reply.

I am sorry but currently there is no option to set the limit from the follower widget. We will see if we can add a limit setting on this widget or not. For now, what you can do is, edit this file 'JOOMLA/media/com_easysocial/apps/user/followers/widgets/profile/view.html.php' and look for below code at line 121:

$users 		= $model->getFollowing( $user->id );


and replace the above with the following:


$users = $model->getFollowing( $user->id, array( 'limit' => 10 ) );


You can change the number 10 to the number of users you want to display

Hope this help and have a nice day
Sam
·
Friday, 25 April 2014 13:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post