Manage boards

This commit is contained in:
Savetheinternet 2011-02-22 17:38:38 +11:00
parent 23f67abb0e
commit a1f300cc8f
4 changed files with 104 additions and 0 deletions

View file

@ -295,6 +295,10 @@
$config['mod']['view_ban'] = $config['mod']['view_banlist'];
// Create a new board
$config['mod']['newboard'] = ADMIN;
// Manage existing boards (change title, etc)
$config['mod']['manageboards'] = ADMIN;
// Delete a board
$config['mod']['deleteboard'] = ADMIN;
// Mod links (full HTML)
// Correspond to above permission directives