옆에 메뉴에 뉴 아이콘 넣기
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 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 251 | 7년 전 | 4739 | ||
| 250 | 7년 전 | 3974 | ||
| 249 | 7년 전 | 3452 | ||
| 248 | 7년 전 | 4950 | ||
| 247 | 7년 전 | 3100 | ||
| 246 | 7년 전 | 6123 | ||
| 245 |
|
7년 전 | 3133 | |
| 244 | 7년 전 | 6851 | ||
| 243 | 7년 전 | 3324 | ||
| 242 |
|
7년 전 | 4047 | |
| 241 |
세르반데스
|
7년 전 | 5792 | |
| 240 | 7년 전 | 8032 | ||
| 239 | 7년 전 | 3869 | ||
| 238 | 7년 전 | 3817 | ||
| 237 |
|
7년 전 | 3940 | |
| 236 | 7년 전 | 5531 | ||
| 235 |
아생연후살타
|
7년 전 | 4504 | |
| 234 | 7년 전 | 5161 | ||
| 233 | 7년 전 | 3745 | ||
| 232 | 7년 전 | 3730 | ||
| 231 | 7년 전 | 3562 | ||
| 230 |
인아이디어
|
7년 전 | 7277 | |
| 229 | 7년 전 | 4380 | ||
| 228 | 7년 전 | 5123 | ||
| 227 | 7년 전 | 3395 | ||
| 226 | 7년 전 | 4260 | ||
| 225 | 7년 전 | 4981 | ||
| 224 | 7년 전 | 3513 | ||
| 223 | 7년 전 | 5086 | ||
| 222 | 7년 전 | 10610 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기