1
tatane
All users through a group of 200
  • 2009/4/11 9:40

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1



hello

when you do a search user from system admin =) Search for users, the users found the display is shown by 50 members

I would like to know on a 2.3.2b, where is the place to change the number of users to view them by 2000?

I ask this because I just import my table _user my 2.0.18.2 version to 2.3.2b. All users have been imported only they have been allocated to any group! So I'm forced to resume and put them in the group user but as I have over 2000 import it myself more than 40 transfers to do!

So I wanted to show by 2000 and transferred all of a sudden

thank you in advance

2
trabis
Re: All users through a group of 200
  • 2009/4/11 12:29

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


system/findusers/main.php

Search for:
$limit = (!empty($_POST['limit'])) ? intval($_POST['limit']) : 50;
    if ( 
$limit == || $limit 50 ) {
        
$limit 50;
    }


and replace 50 for 2000

$limit = (!empty($_POST['limit'])) ? intval($_POST['limit']) : 2000;
    if ( 
$limit == || $limit 2000 ) {
        
$limit 2000;
    }

3
tatane
Re: All users through a group of 200
  • 2009/4/11 15:15

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1


yes,super,thank you

Login

Who's Online

416 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 416


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits