Moved $bb_cfg['show_board_start_date'] to admin panel (#745)

This commit is contained in:
Roman Kelesidis 2023-05-30 23:34:31 +07:00 committed by GitHub
commit 421c8b60f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 4 deletions

View file

@ -519,7 +519,6 @@ $bb_cfg['allow_change'] = [
'dateformat' => true,
];
$bb_cfg['show_board_start_date'] = true;
$bb_cfg['show_jumpbox'] = true;
$bb_cfg['trash_forum_id'] = 0; // (int) 7

View file

@ -2065,6 +2065,7 @@ $lang['NOAVATAR'] = 'No avatar';
$lang['TRACKER_STATS'] = 'Statistics on the tracker';
$lang['WHOIS_INFO'] = 'Information about IP address';
$lang['SHOW_MOD_HOME_PAGE'] = 'Show on moderators the index.php';
$lang['SHOW_BOARD_STARTED_INDEX'] = 'Show board start date on index.php';
$lang['PREMOD_HELP'] = '<h4><span class="tor-icon tor-dup">&#8719;</span> Pre-moderation</h4> <h6>If you do not have distributions to the status of v, #, or T in this section, including subsections, the distribution will automatically receive this status</h6>';
$lang['TOR_COMMENT'] = '<h4>Comment on the status of a distribution</h4> <h6>The comment allows you to point out the errors made to the releaser. If the statuses are incomplete, a release response form is available to the release manager to correct the release</h6>';
$lang['SEED_BONUS_ADD'] = '<h4>Adding seed bonus </h4> <h6> Number of distributions are handed out by the user and the size of bonuses for them (charging times an hour) </h6>';