• 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글

새 코멘트에 new붙이기

오작교 10134

0

모든 게시판에 동일하게 적용하시려면
$new_cdata=@mysql_fetch_array(mysql_query("select count(no) from $t_comment"."_$id where parent='$data[no]' and (".time()."-reg_date<24*60*60) order by no"));
//시간을 바꾸시려면 조기 24가 시간이니깜 12 이런식으로 수정하세용

이 소스를 zboard.php 파일의 195,196,197번줄 바로아래
// 뽑혀진 데이타만큼 출력함
while($data=@mysql_fetch_array($result)) {
list_check(&$data);
바로 아래부분과

아래와 205,206번째줄
if($check2) {
while($data=@mysql_fetch_array($result2)) {
바로 아래 삽입하시고

include폴더안의 list_check.php 74번째 줄
$comment_num="[".$data[total_comment]."]"; // 간단한 답글 수
이 부분을
if($new_cdata[0]>0){//24시간이 지나지 않은 데이터라면
$comment_num="<font color=red>[".$data[total_comment]."]</font>"; // 간단한 답글 수  적색표시
}else{
$comment_num="[".$data[total_comment]."]"; // 간단한 답글 수아님 통과
}
이렇게 하시면 되고요..

하나의 스킨에 적용하시려면 해당 스킨 list_main.php 파일 가장 상단에
<?
$new_cdata=@mysql_fetch_array(mysql_query("select count(no) from $t_comment"."_$id where parent='$data[no]' and (".time()."-reg_date<24*60*60) order by no"));

if($new_cdata[0]>0){//24시간이 지난 데이터가 아니라면
$comment_num="<font color=red>".$comment_num."</font>";
}
?>
이렇게 넣어 주시면 된답니다^^

공유
0

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?

목록

공유

facebooktwitterpinterestbandkakao story
검색어 : 201703
번호 제목 글쓴이 날짜 조회 추천
151
normal
오작교 16.06.27.17:22 17081 0
150
normal
오작교 08.11.25.13:52 25859 0
149
normal
오작교 08.07.24.09:23 53406 0
148
normal
오작교 08.01.11.09:36 22664 0
147
normal
오작교 07.11.13.16:23 23290 0
146
normal
오작교 09.09.24.17:45 25336 0
145
normal
오작교 09.09.14.14:26 17451 0
144
normal
오작교 09.08.30.23:29 20921 0
143
normal
오작교 09.04.29.13:31 29585 0
142
normal
오작교 09.03.10.11:48 21229 0
141
normal
오작교 09.03.10.10:35 21422 0
140
normal
오작교 09.03.10.10:13 18883 0
139
normal
오작교 09.03.10.09:50 19948 0
138
normal
오작교 09.02.27.13:31 21014 0
137
normal
오작교 09.02.27.11:34 19436 0
136
normal
오작교 09.02.27.11:05 19731 0
135
normal
오작교 09.02.26.19:28 21445 0
134
normal
오작교 09.02.06.16:42 24135 0
133
normal
오작교 08.12.19.16:23 18938 0
132
normal
오작교 08.12.16.11:03 21328 0