mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Add option to allow selecting no category
관리자 이외의 사용자가 글을 쓸 때 분류를 선택하지 않아도 되도록 허용하는 옵션 추가 (기본값: 허용하지 않음)
This commit is contained in:
parent
2c64e16bd2
commit
eb3108b446
5 changed files with 19 additions and 2 deletions
|
|
@ -46,6 +46,8 @@ $lang->comment_status = '댓글';
|
|||
$lang->category_settings = '분류 설정';
|
||||
$lang->hide_category = '분류 숨기기';
|
||||
$lang->about_hide_category = '임시로 분류를 사용하지 않으려면 체크하세요.';
|
||||
$lang->allow_no_category = '미분류 허용';
|
||||
$lang->about_allow_no_category = '분류를 선택하지 않은 글도 허용하려면 체크하세요.';
|
||||
$lang->protect_content = '글 보호 기능';
|
||||
$lang->protect_comment = '댓글 보호 기능';
|
||||
$lang->protect_regdate = '기간 제한 기능';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue