그누보드, 아미나 별도의 카테고리만들 경우 새글표시하기
2014-11-27 16:51
922
0
0
본문
사용하시는 테마 헤드에 아래 문구를 상단부에 삽입하세요.
<?php // 새글표시 소스
function new_icon($bo_table) {
global $g5;
$temp = sql_fetch("select bo_new from `$g5[board_table]` where bo_table = '$bo_table'");
$timefrom = date("Y-m-d H:i:s", time() - $temp[bo_new] * 60 * 60);
if(sql_fetch("select wr_datetime from `$g5[write_prefix]$bo_table` where !wr_is_comment AND wr_datetime > '$timefrom'")) echo " <img src=\"$g5[path]/com/img/icon_new.gif\" />";
}
?>
만들어 놓은 게시판 이름 앞에 <?new_icon("gb_b")?> 이문구 삽입하세요.
예제>포럼게시판<?new_icon("gb_b")?>
여기서 gb_b 이것은 테이블 명입니다.
0
로그인 후 추천 또는 비추천하실 수 있습니다.
최신글이 없습니다.
최신글이 없습니다.
댓글목록0