Paginate ?/noticeboard

This commit is contained in:
Michael Save
2012-04-21 15:15:32 +10:00
parent 2c1f14d24b
commit 2a301de29f
7 changed files with 125 additions and 10 deletions

View File

@@ -832,8 +832,8 @@
// Maximum number of results to display for a search, per board
$config['mod']['search_results'] = 75;
// Maximum number of notices to display on the moderator noticeboard
$config['mod']['noticeboard_display'] = 50;
// How many entries to show per page in the moderator noticeboard
$config['mod']['noticeboard_page'] = 50;
// Number of entries to summarize and display on the dashboard
$config['mod']['noticeboard_dashboard'] = 5;