paginate ban list

This commit is contained in:
Michael Save 2012-04-16 19:13:30 +10:00
parent 7101fa540b
commit f0412b0814
4 changed files with 24 additions and 8 deletions

View file

@ -826,6 +826,8 @@
// How many actions to show per page in the moderation log
$config['mod']['modlog_page'] = 350;
// How many bans to show per page in the ban list
$config['mod']['banlist_page'] = 350;
// Maximum number of results to display for a search, per board
$config['mod']['search_results'] = 75;