Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

유저 신고 기능 및 신고 사유 작성 기능 추가 #18

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ $ php artisan plugin:install claim
- `claim` 디렉토리 이동 후 `composer dump` 명령 실행

# Usage
XE3에서 제공하는 게시판, 댓글에서 특별한 설정 없이 신고 기능을 제공합니다.
XE3에서 제공하는 유저, 게시판, 댓글에서 특별한 설정 없이 신고 기능을 제공합니다.

> 게시물 내용, 댓글의 토글 버튼을 클릭 > `신고`버튼을 통해서 신고합니다.
> 유저 프로필, 게시물 내용, 댓글의 토글 버튼을 클릭 > `신고`버튼을 통해서 신고합니다.
>
> `관리자 > 컨텐츠 > 신고` 메뉴를 통해서 신고 내역을 확인할 수 있습니다.

Expand Down
28 changes: 15 additions & 13 deletions assets/menu.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
var ClaimToggleMenu = {
storeBoard: function(e, url, from, targetId, shortCut) {
storeClaim: function(e, url, from, targetId, shortCut) {
e.preventDefault();
var _o = $(e.target)[0];

XE.ajax({
url: url,
type: 'post',
dataType: 'json',
data: {from: from, targetId:targetId, shortCut:shortCut},
success: function (json) {
$('body').trigger('click');
XE.toast('success', XE.Lang.trans('claim::msgClaimReceived'));
}
});
let reason = prompt(XE.Lang.trans('claim::enterClaimReason'), '');
if (reason != null) {
XE.ajax({
url: url,
type: 'post',
dataType: 'json',
data: {from: from, targetId: targetId, shortCut: shortCut, message: reason},
success: function (json) {
$('body').trigger('click');
XE.toast('success', XE.Lang.trans('claim::msgClaimReceived'));
}
});
}
},
destroyBoard: function(e, url, from, targetId) {
destroyClaim: function(e, url, from, targetId) {
e.preventDefault();
var _o = $(e.target)[0];

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
"title": "신고",
"icon": "icon.png",
"component": {
"claim/settingsSkin/claim@default": {
"class": "Xpressengine\\Plugins\\Claim\\Skin\\SettingsSkin",
"name": "신고하기 관리자 기본 스킨",
"description": "기본스킨."
},
"module/board@board/toggleMenu/claim@boardClaimItem": {
"class": "Xpressengine\\Plugins\\Claim\\ToggleMenus\\BoardClaimItem",
"name": "게시판 신고 토글 메뉴",
Expand All @@ -35,6 +30,11 @@
"class": "Xpressengine\\Plugins\\Claim\\ToggleMenus\\CommentClaimItem",
"name": "댓글 신고 토글 메뉴",
"description": ""
},
"user/toggleMenu/claim@userClaimItem": {
"class": "Xpressengine\\Plugins\\Claim\\ToggleMenus\\UserClaimItem",
"name": "유저 신고 토글 메뉴",
"description": ""
}
}
}
Expand Down
64 changes: 60 additions & 4 deletions langs/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,74 @@
],
'AlreadyClaimed' => [
'ko' => '이미 신고되었습니다.',
'en' => 'Already Claimed.',
'en' => "It's already been reported",
],
'msgClaimReceived' => [
'ko' => '신고가 접수 되었습니다.',
'en' => 'The report has been received.',
'en' => 'The report has been received',
],
'msgClaimCanceled' => [
'ko' => '신고가 취소 되었습니다.',
'en' => 'The report has been canceled.',
'en' => 'The report has been canceled',
],
'unknownUser' => [
'ko' => '알 수 없는 회원',
'en' => 'Unknown user'
]
],
'enterClaimReason' => [
'ko' => '신고 사유를 입력해주세요.',
'en' => 'Please enter reason for report'
],
'claimException' => [
'ko' => '신고에 실패하였습니다.<br>계속 실패하는 경우 관리자에게 문의해주세요.',
'en' => 'Failed to report.<br>If you continue to receive this error please contact Administrator.'
],
'cantReportAdminException' => [
'ko' => '관리자는 신고할 수 없습니다.',
'en' => "You can't report admin"
],
'cantReportMyselfException' => [
'ko' => '자기 자신을 신고할 수 없습니다',
'en' => "You can't report yourself"
],
'cantReportWithdrawnUserException' => [
'ko' => '탈퇴한 사용자입니다.',
'en' => "You can't report withdrawn user"
],
'guestCannotReportException' => [
'ko' => '비회원은 신고할 수 없습니다.',
'en' => 'Guest cannot report'
],
'notSupportClaimTypeException' => [
'ko' => '지원하지 않는 신고 유형 입니다.',
'en' => 'Not supported report type'
],
'notFoundTargetException' => [
'ko' => '잘못된 신고 대상 입니다.',
'en' => 'Invalid report target'
],
'statusNew' => [
'ko' => '접수중',
'en' => 'New'
],
'statusProcessing' => [
'ko' => '처리중',
'en' => 'Processing'
],
'statusClosed' => [
'ko' => '처리됨',
'en' => 'Closed'
],
'claimTypeBoard' => [
'ko' => '게시물',
'en' => 'Board'
],
'claimTypeComment' => [
'ko' => '댓글',
'en' => 'Comment'
],
'claimTypeUser' => [
'ko' => '유저',
'en' => 'User'
],
];
Loading