mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Fix #1505 duration limit to combined boards
- 통합게시판 글을 모을 기간을 설정할 수 있도록 함 - 통합게시판 소속이 아니거나 기간을 벗어나는 글 발견시 실제 게시판 주소로 redirect
This commit is contained in:
parent
89240196c3
commit
88907fa9df
14 changed files with 53 additions and 6 deletions
|
|
@ -95,4 +95,6 @@ $lang->msg_document_notify_mail = '[%s] The new post : %s';
|
|||
$lang->cmd_board_combined_board = 'Combined Board';
|
||||
$lang->about_board_combined_board = 'You can use this board to view documents from other boards. Press the Ctrl key and click to select multiple boards.';
|
||||
$lang->cmd_board_include_modules = 'Include Boards';
|
||||
$lang->cmd_board_include_modules_none = '(None)';
|
||||
$lang->cmd_board_include_modules_none = '(None)';
|
||||
$lang->cmd_board_include_days = 'Include Duration';
|
||||
$lang->about_board_include_days = 'Only combine recent documents. If this value is set to 0, all documents from selected boards will be combined.<br />Durations shorter than 1 day can be set as fractions of a day, e.g. 0.25 days = 6 hours.';
|
||||
|
|
@ -107,4 +107,6 @@ $lang->msg_not_target = '문서 또는 댓글의 추천인목록만 조회가능
|
|||
$lang->cmd_board_combined_board = '통합 게시판';
|
||||
$lang->about_board_combined_board = '다른 게시판의 글을 모아서 볼 수 있습니다. 여러 게시판을 선택하려면 Ctrl 키를 누르고 클릭하세요.';
|
||||
$lang->cmd_board_include_modules = '포함할 게시판 선택';
|
||||
$lang->cmd_board_include_modules_none = '(포함하지 않음)';
|
||||
$lang->cmd_board_include_modules_none = '(포함하지 않음)';
|
||||
$lang->cmd_board_include_days = '포함할 기간';
|
||||
$lang->about_board_include_days = '최근 글만 모으도록 설정할 수 있습니다. 0을 입력하면 위에서 선택한 게시판의 모든 글을 모아서 보여 줍니다.<br />1일 미만의 기간은 소수로 표현할 수 있습니다. 예: 0.25일 = 6시간';
|
||||
Loading…
Add table
Add a link
Reference in a new issue