We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
새 글을 메일로 수신한 경우는, 글의 출처가 나오는데 댓글을 메일로 수신한 경우, 해당 댓글의 출처가 안 나와있어 확인이 어려운 문제가 있네요
modules/comment/comment.controller.php 에서
518번 줄 부근의 $oMail->setTitle($mail_title); 아래에 추가
$url_comment = getFullUrl('','document_srl',$obj->document_srl).'#comment_'.$obj->comment_srl;
그리고 528번째줄 과 547번째줄 부근 두군데에 있는 < br />Author e-mail: " . $member_info->email_address . "
아래에다가 추가
< br />From : < a href="" . $url_comment . "">" . $url_comment . "</ a>
The text was updated successfully, but these errors were encountered:
#675 댓글을 관리자 메일로 수신한 경우 메일에 원본글 url 표시
b343246
akasima
No branches or pull requests
새 글을 메일로 수신한 경우는, 글의 출처가 나오는데
댓글을 메일로 수신한 경우, 해당 댓글의 출처가 안 나와있어 확인이 어려운 문제가 있네요
modules/comment/comment.controller.php 에서
518번 줄 부근의 $oMail->setTitle($mail_title); 아래에 추가
$url_comment = getFullUrl('','document_srl',$obj->document_srl).'#comment_'.$obj->comment_srl;
그리고 528번째줄 과 547번째줄 부근 두군데에 있는
< br />Author e-mail: " . $member_info->email_address . "
아래에다가 추가
< br />From : < a href="" . $url_comment . "">" . $url_comment . "</ a>
The text was updated successfully, but these errors were encountered: