From aa7e3fc375ab7afa5ed18ce67fa993d3f642563f Mon Sep 17 00:00:00 2001 From: kkigomi Date: Fri, 5 Jul 2024 21:32:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AA=A9=EB=A1=9D=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=8B=89=EB=84=A4=EC=9E=84=20=EA=B0=80=EB=A6=AC=EA=B8=B0=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EC=82=AC=EC=9A=A9=20=EC=8B=9C=20=EA=B8=80?= =?UTF-8?q?,=20=EB=8C=93=EA=B8=80=20=EC=9E=91=EC=84=B1=EC=9E=90=EC=9D=98?= =?UTF-8?q?=20=EB=8B=89=EB=84=A4=EC=9E=84=20=EB=B0=8F=20=EC=84=9C=EB=AA=85?= =?UTF-8?q?=20=EA=B0=80=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 스킨 설정에서 닉네임 가리기 기능 사용 시 글, 댓글의 작성자 닉네임과 서명, 회원 메모가 출력되는 문제를 해결합니다. 최고관리자는 항상 표시되며, 글과 댓글의 작성자 본인에게 표시됩니다. --- .../basic/comment/basic/comment.skin.php | 8 ++- .../skin/board/basic/list/list/list.skin.php | 4 +- .../skin/board/basic/view/basic/view.skin.php | 62 +++++++++---------- 3 files changed, 40 insertions(+), 34 deletions(-) diff --git a/theme/damoang/skin/board/basic/comment/basic/comment.skin.php b/theme/damoang/skin/board/basic/comment/basic/comment.skin.php index 333567743..5588a0407 100755 --- a/theme/damoang/skin/board/basic/comment/basic/comment.skin.php +++ b/theme/damoang/skin/board/basic/comment/basic/comment.skin.php @@ -181,6 +181,9 @@ 대댓글 + + + isProfileRenderable() || $member->isAuthor($list[$i]['mb_id'])) { ?> 작성자 () +
@@ -213,6 +217,7 @@
+ isProfileRenderable()) { ?> @님에게 답글 @@ -220,6 +225,7 @@ 다른 누군가에게 답글 + - diff --git a/theme/damoang/skin/board/basic/list/list/list.skin.php b/theme/damoang/skin/board/basic/list/list/list.skin.php index 9d411c865..2ca1648ba 100755 --- a/theme/damoang/skin/board/basic/list/list/list.skin.php +++ b/theme/damoang/skin/board/basic/list/list/list.skin.php @@ -158,7 +158,7 @@ - + isProfileRenderable() || $row['mb_id'] === ($member['mb_id'] ?? null)) { ?> @@ -176,7 +176,7 @@
- + isProfileRenderable() || $member->isAuthor($row['mb_id'])) { ?>
- 작성자 - - - + isProfileRenderable() || $member->isAuthor($view['mb_id'])) { ?> + 작성자 + + + +
작성일 @@ -529,32 +531,30 @@ class="btn good-border - - - - -
-
- -
-
- - - - - - Exp - -
-
-
- % + isProfileRenderable() || $member->isAuthor($view['mb_id'])) { ?> + + + +
+
+ +
+
+ + + + + + Exp + +
+
+
+ % +
-
+