Add option to control taking points when a post is deleted

This commit is contained in:
Kijin Sung 2019-07-27 22:49:08 +09:00
parent 72577ce6bb
commit 0a9d34c37f
5 changed files with 49 additions and 16 deletions

View file

@ -24,6 +24,7 @@ $lang->cmd_exp_calc = 'Calculate';
$lang->cmd_exp_reset = 'Reset';
$lang->cmd_point_recal = 'Reset Point';
$lang->cmd_point_except_notice = 'Except Notice';
$lang->cmd_point_revert_on_delete = 'Revert on Delete';
$lang->about_cmd_point_recal = 'All point will be initialized only with articles/comments/attachments/join points. Only members who do website activities will get signup points after reset. Please use this function when complete initialization is required in case of data transferring or other situations.';
$lang->default_group = 'Default Group';
$lang->point_link_group = 'Group Change by Level';

View file

@ -24,6 +24,7 @@ $lang->cmd_exp_calc = '계산';
$lang->cmd_exp_reset = '초기화';
$lang->cmd_point_recal = '포인트 초기화';
$lang->cmd_point_except_notice = '공지 제외';
$lang->cmd_point_revert_on_delete = '삭제시 회수';
$lang->about_cmd_point_recal = '게시글/댓글/첨부파일/회원가입 점수만 이용하여 모든 포인트 점수를 초기화합니다. 회원 가입 점수는 초기화 후 해당 회원이 활동을 하면 부여되고 그 전에는 부여되지 않습니다. 데이터 이전 등을 하여 포인트를 완전히 초기화해야 할 경우에만 사용하세요.';
$lang->default_group = '기본 그룹';
$lang->point_link_group = '그룹 연동';