옆에 메뉴에 뉴 아이콘 넣기
skin/shop/basic/boxcommunity.skin.php
$aab =new_count($row['bo_table']);
if($aab) $aab = "<img src=\"".G5_SHOP_URL."/img/new.gif\" border=0>";
echo '<li><a href="'.G5_BBS_URL.'/board.php?bo_table='.$row['bo_table'].'">'.$row['bo_subject'].' '.$aab.'</a></li>'.PHP_EOL;
}
lib/common.lib.php
//24시간 이내의 글 수 알아내기 상단에 넣으세요.
function new_count($table_id){
// 오늘을 불러옵니다.
$intime = date("Y-m-d H:i:s", time() - (int)(60 * 60 * 24));
// 여기는 오늘과 글쓴 날짜를 비교합니다.
$tmp_write_table .= "g5_write_$table_id";
$sqlcomm = "SELECT count(*) AS cnt FROM $tmp_write_table WHERE wr_is_comment = '0' and wr_datetime >='$intime'";
$row = sql_fetch($sqlcomm);
$total_count = $row[cnt];
if ($total_count > 0) {
$str_cnt .= $total_count;
return $str_cnt;
}
else {
$str_cnt .= "";
return $str_cnt;
}
}
$aab =new_count($row['bo_table']);
if($aab) $aab = "<img src=\"".G5_SHOP_URL."/img/new.gif\" border=0>";
echo '<li><a href="'.G5_BBS_URL.'/board.php?bo_table='.$row['bo_table'].'">'.$row['bo_subject'].' '.$aab.'</a></li>'.PHP_EOL;
}
lib/common.lib.php
//24시간 이내의 글 수 알아내기 상단에 넣으세요.
function new_count($table_id){
// 오늘을 불러옵니다.
$intime = date("Y-m-d H:i:s", time() - (int)(60 * 60 * 24));
// 여기는 오늘과 글쓴 날짜를 비교합니다.
$tmp_write_table .= "g5_write_$table_id";
$sqlcomm = "SELECT count(*) AS cnt FROM $tmp_write_table WHERE wr_is_comment = '0' and wr_datetime >='$intime'";
$row = sql_fetch($sqlcomm);
$total_count = $row[cnt];
if ($total_count > 0) {
$str_cnt .= $total_count;
return $str_cnt;
}
else {
$str_cnt .= "";
return $str_cnt;
}
}
댓글 4개
새하늘과새땅
11년 전
감사합니다. 유용하게 쓸께요 ^^
mobiled
11년 전
$intime = date("Y-m-d H:i:s", time() - (int)(60 * 60 * 24));
11년 전
감사합니다. 잘 사용하겠습니다.
7년 전
감사합니다
게시판 목록
영카트5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 371 |
이로홀딩스
|
2년 전 | 1548 | |
| 370 |
페이투페이
|
2년 전 | 1553 | |
| 369 | 2년 전 | 1302 | ||
| 368 | 2년 전 | 1715 | ||
| 367 | 2년 전 | 2056 | ||
| 366 | 2년 전 | 2269 | ||
| 365 | 2년 전 | 2074 | ||
| 364 | 2년 전 | 1602 | ||
| 363 | 2년 전 | 1346 | ||
| 362 | 3년 전 | 3116 | ||
| 361 | 3년 전 | 1917 | ||
| 360 |
|
3년 전 | 2670 | |
| 359 | 3년 전 | 2424 | ||
| 358 | 3년 전 | 1584 | ||
| 357 |
welcome
|
3년 전 | 1318 | |
| 356 | 3년 전 | 1629 | ||
| 355 | 3년 전 | 1891 | ||
| 354 | 3년 전 | 1558 | ||
| 353 | 3년 전 | 1268 | ||
| 352 | 3년 전 | 1318 | ||
| 351 | 3년 전 | 1425 | ||
| 350 | 3년 전 | 2513 | ||
| 349 | 3년 전 | 1671 | ||
| 348 | 3년 전 | 3272 | ||
| 347 | 3년 전 | 4069 | ||
| 346 | 4년 전 | 2821 | ||
| 345 | 4년 전 | 4490 | ||
| 344 |
별지기천사
|
4년 전 | 3986 | |
| 343 | 4년 전 | 3409 | ||
| 342 | 4년 전 | 2023 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기