게시판에 댓글을 쓰며 항상 맨뒤에 올라오는데요
새로 작성한 댓글이 맨위로 올라오게 하려면 어떻게해야 되나요?
새로 작성한 댓글이 맨위로 올라오게 하려면 어떻게해야 되나요?
댓글 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 ";
게시글 목록
| 번호 | 제목 |
|---|---|
| 284348 | |
| 284336 | |
| 284333 | |
| 284332 | |
| 284320 | |
| 284318 | |
| 284316 | |
| 284313 | |
| 284307 | |
| 284306 | |
| 284303 | |
| 284298 | |
| 284296 | |
| 284290 | |
| 284286 | |
| 284280 | |
| 284277 | |
| 284272 | |
| 284261 | |
| 284259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기