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

댓글을 관리자 메일로 수신한 경우, 해당 댓글의 출처가 나오도록 보완 (패치제공) #675

Closed
sejin7940 opened this issue Apr 28, 2014 · 0 comments

Comments

@sejin7940
Copy link
Contributor

새 글을 메일로 수신한 경우는, 글의 출처가 나오는데
댓글을 메일로 수신한 경우, 해당 댓글의 출처가 안 나와있어 확인이 어려운 문제가 있네요

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants