Kunena Forum에 이름(닉네임) 같이 표시하기
조회 1,875 · 댓글 0
파일 : [테마]/layouts/user/profile/default.php
수정 전
수정 후
수정 전
<strong><?php echo $user->getLink(null, null, '', '', null, $this->category_id); ?></strong>
수정 후
<strong><?php echo $user->getLink(null, null, '', '', null, $this->category_id); ?><br>(<?php echo $user->name; ?>)</strong>로그인 후 답글을 남길 수 있습니다.