By vtt5962 on Tuesday, 14 July 2015
Posted in Technical Issues
Replies 9
Likes 0
Views 533
Votes 0
Bonjour, pouvez-vous me dire où se trouve le fichier pour modifier le nombre des utilisateurs à ajouter dans un groupe.
actuellement je les ajoute par lot de 20, et j'ai 3 groupes et plus de 1800 utilisateurs à ajouter dans chaque groupe.
une fois ajouté je remets le fichier d'origine.
merci pour votre aide pascal
http://prntscr.com/7sispt

Hello, you can tell me where is the file to modify the number of the users to add in a group.
At present I add them by prize(lot) of 20, and I have 3 groups and more than 1800 users to add in every group.
Once added me put back(hand) the file of origin.
Thank you for your Easter assistant

http://prntscr.com/7sispt
Hi there,

I am really sorry for the delay of this reply as it weekends for all of us here.

You can actually change the limit from joomla global configuration. Go to your backend > system > global configuration > site > default list limit, http://screencast.com/t/klsV7F5tKZ . Easysocial follow the default limit from joomla itself. Please give it a try.
·
Monday, 24 August 2015 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

I believe I have already answered you on the ticket but you can modify the file in /administrator/components/com_easysocial/views/users/view.html.php
·
Wednesday, 15 July 2015 00:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Bonjour,

la valeur par défaut est bien 20 ? Je peu mettre 100 pour pouvoir afficher 100 utilisateurs ?

Hello,

The default value is 20 well? I little to put 100 to be able to post(show) 100 users?
·
Sunday, 19 July 2015 04:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Displaying 100 users per page is going to be slow for the dialog to render
·
Sunday, 19 July 2015 15:36
·
0 Likes
·
0 Votes
·
0 Comments
·
j'ai modifié le fichier view.html.php en remplacent le chiffre 20 par 100, le nombre d'utilisateurs ne change pas.

comment faire ?

actuellement je les ajoute par lot de 20, et j'ai 3 groupes et plus de 1800 utilisateurs à ajouter dans chaque groupe

// Get user points history
$pointsModel = FD::model('Points');
$pointsHistory = $pointsModel->getHistory($user->id, array('limit' => 20));
$pointsPagination = $pointsModel->getPagination();


I have to modify the view.html.php file replace the figure 20 by 100, the number of users does not change.

How can it be done?

At present I add them by prize(lot) of 20, and I have 3 groups and more than 1800 users to add in every group

// Get user points history
$pointsModel = FD::model('Points');
$pointsHistory = $pointsModel->getHistory($user->id, array('limit' => 20));
$pointsPagination = $pointsModel->getPagination();
·
Tuesday, 21 July 2015 00:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am not sure what you are trying to achieve here. Are you trying to list down more than 20 users in the dialog or are you trying to add some hacks?
·
Tuesday, 21 July 2015 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Bonjour,
pouvoir ajouter plus de 20 utilisateurs, exemple ajouter 100 utilisateurs ou plus pour tous les mettre dans le groupe

Hello,
Be able to add more than 20 users, example add 100 users or more for all put them in the group
·
Saturday, 22 August 2015 20:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Cool

Thank you again that works

<3
·
Monday, 24 August 2015 19:56
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.
·
Tuesday, 25 August 2015 16:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post