웹마스터 팁

버전 1.4.4.4 기준입니다.

아래 2개 파일에서 붉은색으로 표시된 부분 지우면 됩니다.
이미 보내진 쪽지는 안되지만
새로 댓글 달려서 보내지는 쪽지에서 적용이 됩니다.


/xe/modules/document/document.item.php // 170행

$content = sprintf('%s<br /><br />from : <a href="%s" onclick="window.open(this.href);return false;">%s</a>',$content, getFullUrl('','document_srl',$this->document_srl), getFullUrl('','document_srl',$this->document_srl));




/xe/modules/comment/comment.item.php // 119행
$content = sprintf('%s<br /><br />from : <a href="%s#comment_%s" onclick="window.open(this.href);return false;">%s</a>',$content, getFullUrl('','document_srl',$this->get('document_srl')), $this->get('comment_srl'),  getFullUrl('','document_srl',$this->get('document_srl')));