Recent Topics

1 Mar 07, 2007 23:26    

My b2evolution Version: Not Entered

Hy,

Is there a way to list more than only 20 users in the User management list? Whre should I change it?

Orator

2 Mar 08, 2007 10:52

inc/view/users/_users_list.php ( approx line 74 )

Find this line :-

$Results = & new Results( $sql, 'user_', '-A');

and change it to this (where 50 is the number you want to display per page)

$Results = & new Results( $sql, 'user_', '-A', 50 );

¥

3 Mar 08, 2007 15:12

Yabba - Yabba -Dooo! :D

Thx a lot pal, I was getting crazy with all that page changing!

Orator


Form is loading...