신고플러그인이 설치된 게시판의 게시글에서 덧글 하나가 달리면 그이후부터 덧글이 안달리는 현상을 수정하였습니다.
● report/report.lib.php 수정
[49라인]
$wr_id = $list[$i]['wr_id'];
echo "<a onclick=\"window.open('$g4[path]/report/singo_pop.php?bo_table=$bo_table&wr_id=$wr_id&wr_is_comment=1', '신고하기', 'width=700px, height=170px, menubar=no, toolbar=no, location=no, scrollbars=no')\" style=\"cursor:pointer;\"><img src=\"$g4[path]/report/img/icon_singo.gif\">";
부분을
$singo_wr_id = $list[$i]['wr_id'];
echo "<a onclick=\"window.open('$g4[path]/report/singo_pop.php?bo_table=$bo_table&wr_id=$singo_wr_id&wr_is_comment=1', '신고하기', 'width=700px, height=170px, menubar=no, toolbar=no, location=no, scrollbars=no')\" style=\"cursor:pointer;\"><img src=\"$g4[path]/report/img/icon_singo.gif\">";
로 수정해주시면됩니다.
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 12200 | |
| 12198 | |
| 12196 | |
| 12188 | |
| 12187 | |
| 12176 | |
| 12169 | |
| 12168 | |
| 12165 | |
| 12162 | |
| 12160 | |
| 12157 | |
| 12155 | |
| 12148 | |
| 12145 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기