누그보드 고수분들만봐주세요 ㅠㅠㅠㅠ 휴도와주세요...
아래 캡처화면보시면 빨간색 두군대 확인하실수잇으실꺼에요.
메인화면 게시판에는 새로운글이 올라오면 new~ <요개표시되는데
메뉴에는 표시가 되질않자나요 메뉴에도 new~ 요거나오게하구시푼데 어뜩해하나요?
그리구 new~ 요거오래가게할라면 몰어뜩해야될까요 ㅠㅅㅠ
꼭도아주세요ㅠ
스샷잘안보이시면 클릭하시면 잘보여융 ^^
메인화면 게시판에는 새로운글이 올라오면 new~ <요개표시되는데
메뉴에는 표시가 되질않자나요 메뉴에도 new~ 요거나오게하구시푼데 어뜩해하나요?
그리구 new~ 요거오래가게할라면 몰어뜩해야될까요 ㅠㅅㅠ
꼭도아주세요ㅠ
스샷잘안보이시면 클릭하시면 잘보여융 ^^
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 5개
기본은 24시간으로 되어있지요... 얼마까지 늘릴 수 있는지는 잘 모르겠지만...
function new_icon($bo_table) {
global $g4;
$temp = sql_fetch("select bo_new from `$g4[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 `$g4[write_prefix]$bo_table` where !wr_is_comment AND wr_datetime > '$timefrom'")) echo " <img src=\"$g4[path]/img//icon_new.gif\" />";
}
?>
메뉴관련 페이지 상단에 위 소스를 넣으시면 됩니다. 이미지 경로와 날짜 수정은 알맞게 수정하시구요.
그리고 메뉴옆에 <?new_icon("게시판아이디")?>를 메뉴마다 넣어주면 되구요.
참고
http://gnucomun.net/bbs/board.php?bo_table=study&wr_id=14
글구 메뉴마다 넣어주면 된다하셨는뎅 무슨말인지모르게써요 ㅠㅠ 죄송해요
메뉴마다 뭘어떻해 넣어야되나유?ㅠㅠ
그게 인덱스인지, 헤드인지, 메뉴섭인지 루팡이다꼼님만 아시겠죠. 빌드로 구성하신거 같은데
좌측 메뉴가 들어가 있는 페이지를 찾아보세요.
function new_icon($bo_table) {
global $g4;
$temp = sql_fetch("select bo_new from `$g4[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 `$g4[write_prefix]$bo_table` where !wr_is_comment AND wr_datetime > '$timefrom'")) echo " <img src=\"$g4[path]/img//icon_new.gif\" />";
}
?>
상단에 위 내용을 넣고,
<a href="<?=$_host_url?>/bbs/board.php?bo_table=notice">Notice</a> <?new_icon("notice")?>
메뉴 옆에 <?new_icon("게시판아이디")?>
이런식으로요...