Noticeboard on dashboard

This commit is contained in:
Savetheinternet 2011-03-30 21:57:51 +11:00
parent e978bfd2b0
commit 6f62e038d4
2 changed files with 38 additions and 3 deletions

View file

@ -254,6 +254,8 @@
$config['mod']['search_results'] = 75;
// Maximum number of notices to display on the moderator noticeboard
$config['mod']['noticeboard_display'] = 50;
// Number of entries to summarize and display on the dashboard
$config['mod']['noticeboard_dashboard'] = 5;
// Probably best not to change these:
if(!defined('JANITOR')) {