게시판에 댓글을 쓰며 항상 맨뒤에 올라오는데요
새로 작성한 댓글이 맨위로 올라오게 하려면 어떻게해야 되나요?
새로 작성한 댓글이 맨위로 올라오게 하려면 어떻게해야 되나요?
댓글 4개
bbs/view_comment.php 에 보시면 아래처럼 나오는 부분이 있습니다.
위에 있는 주석친걸 풀어주고 아래껄 주석처리하시면 됩니다.
// 코멘트 출력
//$sql = " select * from $write_table where wr_parent = '$wr_id' and wr_is_comment = 1 order by wr_comment desc, wr_comment_reply ";
$sql = " select * from $write_table where wr_parent = '$wr_id' and wr_is_comment = 1 order by wr_comment, wr_comment_reply ";
위에 있는 주석친걸 풀어주고 아래껄 주석처리하시면 됩니다.
// 코멘트 출력
//$sql = " select * from $write_table where wr_parent = '$wr_id' and wr_is_comment = 1 order by wr_comment desc, wr_comment_reply ";
$sql = " select * from $write_table where wr_parent = '$wr_id' and wr_is_comment = 1 order by wr_comment, wr_comment_reply ";
게시글 목록
| 번호 | 제목 |
|---|---|
| 284438 | |
| 284437 | |
| 284435 | |
| 284430 | |
| 284420 | |
| 284417 | |
| 284409 | |
| 284401 | |
| 284399 | |
| 284397 | |
| 284380 | |
| 284378 | |
| 284371 | |
| 284370 | |
| 284366 | |
| 284364 | |
| 284360 | |
| 284357 | |
| 284355 | |
| 284354 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기