diff --git a/etc/config.php b/etc/config.php index 337a262..db982b7 100644 --- a/etc/config.php +++ b/etc/config.php @@ -1,7 +1,8 @@ TRUE, // set to true to enable access to the admin panel. Set to false if you are paranoid. "enable_mod_panel" => TRUE, // set to true to enable access to the moderators panel. Set to false if you are really paranoid // (but than you cannot moderate the board). - "title" => 'Endboard rules', // title of page shown when the overboard is displayed + "title" => 'Endboard rules', // title of page shown on the tab when the overboard is displayed "hover_title_overboard" => 'This is the overboard. It displays the collected messages from the subs in order of the posting time.', // the description of the overbpoard that is displayed when the users hovers on the link for the overboard "hover_title_main" => 'This is the main sub. Use to post important stuff and to create other subs.', // the description of the sub main that is displayed when the users hovers on the link. - // the description of the overbpoard that is displayed when the users hovers on the link for the overboard + // the description of the overbpoard that is displayed when the users hovers on the link for the overboard + "enable_sub_creation" => TRUE, // enable users to create subs by posting in main "enable_logging" => TRUE, // set to FALSE to disable all logs of endboard. This will provide stricter privacy, however, it will also // disable the features: max_post_*, bot_block, portal, max_requests_* and fail2ban. "enable_sage" => TRUE, // show the option to not bump a thread