mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Moved $bb_cfg['show_board_start_date'] to admin panel (#745)
This commit is contained in:
parent
dd469f6bc0
commit
421c8b60f9
8 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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">∏</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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue