More users on "Users" list
|
davidklop
Joined: 2006-05-24
Posts: 5 |
Posted: Wed, 2006-05-24 14:38
|
|
hi thnx! david |
|
| Login or register to post comments |
|
davidklop
Joined: 2006-05-24
Posts: 5 |
Posted: Wed, 2006-05-24 14:38
|
|
hi thnx! david |
|
| Login or register to post comments |
Posts: 224
Yes you can list them all but you will have to alter the files for the members list module, I beleive it is found in the MemberList.inc file you will want to change the number for = $totalUserCount. Hopefully that will work.
I hacked that module many months ago to try and display everything on 1 page, the name, username, member since, and most importanty all the users items, so you dont have to click anything its all right there. Its like 90% done but Ive stopped working with gallery.
Posts: 5
where is "right here" :s?
Posts: 5
btw i can't find a number in MemberList.inc wby $totalUserCount...
can someone help me
Posts: 11
wrong anyway...
the answer I discovered for Gallery version = 2.3 core 1.3.0 is:
/modules/core/AdminUsers.inc line 159
$form['list']['pageSize'] = $totalUserCount > 10 ? 10 : $totalUserCount + 2;
changed to
$form['list']['pageSize'] = $totalUserCount > 50 ? 50 : $totalUserCount + 2;