2 yabba Mar 08, 2007 10:52inc/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 orator Mar 08, 2007 15:12Yabba - Yabba -Dooo! :D Thx a lot pal, I was getting crazy with all that page changing! Orator
inc/view/users/_users_list.php ( approx line 74 )
Find this line :-
and change it to this (where 50 is the number you want to display per page)
¥