게시판에 댓글을 쓰며 항상 맨뒤에 올라오는데요
새로 작성한 댓글이 맨위로 올라오게 하려면 어떻게해야 되나요?
새로 작성한 댓글이 맨위로 올라오게 하려면 어떻게해야 되나요?
댓글 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 ";
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기