mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Improve point module
글 작성 후 x일 이후에는 댓글 작성 포인트를 부여하지 않는 기능을 확장하여 추천, 비추천, 글읽기 포인트에도 기간 제한을 둘 수 있도록 함.
This commit is contained in:
parent
5a158a6633
commit
f359a3448c
5 changed files with 127 additions and 72 deletions
|
|
@ -61,6 +61,10 @@ $lang->point_recal_message = 'Adjusting Point. (%d / %d)';
|
|||
$lang->point_recal_finished = 'Point recalculation is finished.';
|
||||
$lang->point_update_desc = 'Insert + in front of the number to increase the point or - to decrease, and update the point. If you don\'t insert + or -, the point will be set as the value you entered.';
|
||||
$lang->give_point = 'Give the point';
|
||||
$lang->point_given_prefix = 'give';
|
||||
$lang->point_given_suffix = 'points';
|
||||
$lang->point_time_limit_prefix = 'until';
|
||||
$lang->point_time_limit_suffix = 'days after submission';
|
||||
$lang->search_target_list['nick_name'] = 'Nick Name';
|
||||
$lang->search_target_list['user_name'] = 'User Name';
|
||||
$lang->search_target_list['regdate'] = 'Sign up Date';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue