forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
This commit is contained in:
commit
4257191acd
4 changed files with 134 additions and 10 deletions
|
@ -583,7 +583,7 @@
|
|||
// Use Font-Awesome for displaying lock and pin icons, instead of the images in static/.
|
||||
// http://fortawesome.github.io/Font-Awesome/icon/pushpin/
|
||||
// http://fortawesome.github.io/Font-Awesome/icon/lock/
|
||||
$config['font_awesome'] = false;
|
||||
$config['font_awesome'] = true;
|
||||
$config['font_awesome_css'] = 'stylesheets/font-awesome/css/font-awesome.min.css';
|
||||
|
||||
// Boardlinks
|
||||
|
@ -1062,6 +1062,8 @@
|
|||
$config['mod']['rebuild'] = ADMIN;
|
||||
// Search through posts, IP address notes and bans
|
||||
$config['mod']['search'] = JANITOR;
|
||||
// Allow searching posts (can be used with board configuration file to disallow searching through a certain board)
|
||||
$config['mod']['search_posts'] = JANITOR;
|
||||
// Read the moderator noticeboard
|
||||
$config['mod']['noticeboard'] = JANITOR;
|
||||
// Post to the moderator noticeboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue