제나빌더 매뉴 따라 하기--; 제발 답변점 이상한 답변 사절.인사 댓글 사절 > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

서버정보나 계정정보는 보안유지를 위해 관리자쪽지나 메일로 발송해 주시거나 제작의뢰 게시판을 이용해 주시면 감사하겠습니다..

제나빌더 매뉴 따라 하기--; 제발 답변점 이상한 답변 사절.인사 댓글 사절

페이지 정보

본문

아래는 게시판 자동 매뉴 생성인데요.
여분 필드 10에 내용 작성시 자동 매뉴 생성 에서 링크 부분을 여분 필드 10에 작성한 내용으로 따라가게 햇으면 좋겟습니다. 제나빌더가 그렇게 하던데ㅣ;;;
저도 따라 해 보구 싶습니다.

<? if($gr_id){ ?>
<!-- Nav_V -->
<table width="100" cellpadding=0 cellspacing=0><tr><td height=4 align="center" valign=top></td></tr></table>
<table style="border-collapse:collapse;" align="center" cellpadding="0" cellspacing="0" width="190">
    <tr>
        <td width="190" height="5" colspan="3">
            <p><img src="<?=$g4['path']?>/img/outline_top.gif" width="190" height="5" border="0"></p>
        </td>
    </tr>
    <tr>
        <td width="5" background="<?=$g4['path']?>/img/outline_left.gif">
        </td>
        <td width="180" align="center">
     
<!-- Nav_V -->
<table width='180' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td align="center">

<table width='100%' align="center" cellpadding=0 cellspacing=0 border=0>
<?
$red_bullet="<img src='$g4[path]/images/bullets/circle03_orange.gif' width='6' height='10' align='middle'>";
$blue_bullet="<img src='$g4[path]/img/icl.gif' border='0'>";
$blue_bullet1="<img src='$g4[path]/img/icl1.gif' border='0'>";
$line_shadow = "<td height=1 background='$g4[path]/img/dot_line.gif'></td></tr>";

$sql = " select gr_id, gr_subject from $g4[group_table] where gr_id = '$gr_id'";//해당그룹 $gr_id를 해당그룹명으로 대체가능
// morning님 전체그룹에서 제외그룹설정
/*
$sql = " select * from $g4[group_table] where gr_id not in ('test', 'test2') order by gr_id ";
$sql = " select * from $g4[group_table]
where gr_id <> 'photo'
and gr_id <> 'common'
and gr_id <> '제외그룹3'
order by gr_id ";
*/
$result = sql_query($sql);
while ($row=mysql_fetch_array($result)) {
//그룹을 보여준다면
echo "<tr><td background='$g4[path]/img/lbg7.gif' height='37' align='center'>";
echo "<br>$row[gr_subject]</td></tr>";
// 게시판 목록보기 권한설정순 정렬
//$sql2 = " SELECT bo_subject, bo_table from $g4[board_table] where (bo_list_level <= $member[mb_level]) and (gr_id = '$row[gr_id]') order by bo_subject ";//참고하세요.
$sql2 = " select bo_subject, bo_table from $g4[board_table] where (bo_list_level <= $member[mb_level]) and (gr_id = '$row[gr_id]') and bo_use_search = '1' order by bo_order_search";
//제외보드설정
//$sql2 = " select * from $g4[board_table]
//where gr_id = '$row[gr_id]'
//and bo_table  <> '제외보드1'
//and bo_table  <> '제외보드2'
//order by bo_order_search ";
$result2 = sql_query($sql2);
$bar = "";
while ($row2=mysql_fetch_array($result2)) {
$new_time = date("Y-m-d H:i:s", time()-3600*$row2[bo_new]);
$sql3 = " select count(*) as cnt from $g4[write_prefix]$row2[bo_table] where wr_datetime >= '$new_time' ";
$row3 = sql_fetch($sql3);
if ($row3[cnt] > 0)
$new = "&nbsp;<img src='$g4[path]/img/icon_new.gif' border='0'>"; //new 아이콘
else
$new = ""; //new 아이콘 없음
echo "<tr><td width=\"100%\" height='25' align='left' class='left_menu_btn'>";
//g6man님 해당게시판 볼드체로
if ($row2[bo_table] == $bo_table)
echo "&nbsp;&nbsp;&nbsp;$blue_bullet1&nbsp;&nbsp;<a href='$g4[bbs_path]/board.php?bo_table=$row2[bo_table]' class='list_menu menu_on' onfocus='this.blur()'><font color=#6b98cf><b>$row2[bo_subject]<b></font></a>&nbsp;$new";
//echo "<a href='$g4[bbs_path]/board.php?bo_table=$row2[bo_table]' class='list_menu menu_on' onfocus='this.blur()'>$row2[bo_subject]</a>&nbsp;&nbsp;$blue_bullet1&nbsp;&nbsp;";
else
echo "&nbsp;&nbsp;&nbsp;$blue_bullet&nbsp;&nbsp;<a href='$g4[bbs_path]/board.php?bo_table=$row2[bo_table]' class='list_menu' onfocus='this.blur()'>$row2[bo_subject]</a>&nbsp;"; //네모 뷸릿 + 테이블명 + new 아이콘
echo "</td></tr>"; //칸 닫기
echo $line_shadow;//경계선
}
}//}
echo "</td></tr>";
?>
</table>

</td>
</tr>
</table>
<!--네비게이션 메뉴 끝-->



        </td>
        <td width="5" background="<?=$g4['path']?>/img/outline_right.gif">
        </td>
    </tr>
    <tr>
        <td width="190" height="5" colspan="3">
            <p><img src="<?=$g4['path']?>/img/outline_bottom.gif" width="190" height="5" border="0"></p>
        </td>
    </tr>
</table>
<? } ?>
추천0

댓글목록

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

상단 메뉴소스를 보면서 스퀘어 문을 일일이 수정해 줘야 합니다.

profile_image

ebakery님의 댓글의 댓글

ebakery쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

어떤 부분을 어떻게 수정 하시란 말씀 이죠--;

profile_image

제로님의 댓글의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

통째로 다 바꿔야 합니다.

profile_image

ebakery님의 댓글의 댓글

ebakery쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

그러니깐 어디를 수정해야 하냐구요 ㅠ

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

<?
$red_bullet="<img src='$g4[path]/images/bullets/circle03_orange.gif' width='6' height='10' align='middle'>";
$blue_bullet="<img src='$g4[path]/img/icl.gif' border='0'>";
$blue_bullet1="<img src='$g4[path]/img/icl1.gif' border='0'>";
$line_shadow = "<td height=1 background='$g4[path]/img/dot_line.gif'></td></tr>";

$sql = " select gr_id, gr_subject from $g4[group_table] where gr_id = '$gr_id'";//해당그룹 $gr_id를 해당그룹명으로 대체가능
// morning님 전체그룹에서 제외그룹설정
/*
$sql = " select * from $g4[group_table] where gr_id not in ('test', 'test2') order by gr_id ";
$sql = " select * from $g4[group_table]
where gr_id <> 'photo'
and gr_id <> 'common'
and gr_id <> '제외그룹3'
order by gr_id ";
*/
$result = sql_query($sql);
while ($row=mysql_fetch_array($result)) {
//그룹을 보여준다면
echo "<tr><td background='$g4[path]/img/lbg7.gif' height='37' align='center'>";
echo "<br>$row[gr_subject]</td></tr>";
// 게시판 목록보기 권한설정순 정렬
//$sql2 = " SELECT bo_subject, bo_table from $g4[board_table] where (bo_list_level <= $member[mb_level]) and (gr_id = '$row[gr_id]') order by bo_subject ";//참고하세요.
$sql2 = " select bo_subject, bo_table from $g4[board_table] where (bo_list_level <= $member[mb_level]) and (gr_id = '$row[gr_id]') and bo_use_search = '1' order by bo_order_search";
//제외보드설정
//$sql2 = " select * from $g4[board_table]
//where gr_id = '$row[gr_id]'
//and bo_table  <> '제외보드1'
//and bo_table  <> '제외보드2'
//order by bo_order_search ";
$result2 = sql_query($sql2);
$bar = "";
while ($row2=mysql_fetch_array($result2)) {
$new_time = date("Y-m-d H:i:s", time()-3600*$row2[bo_new]);
$sql3 = " select count(*) as cnt from $g4[write_prefix]$row2[bo_table] where wr_datetime >= '$new_time' ";
$row3 = sql_fetch($sql3);
if ($row3[cnt] > 0)
$new = "&nbsp;<img src='$g4[path]/img/icon_new.gif' border='0'>"; //new 아이콘
else
$new = ""; //new 아이콘 없음
echo "<tr><td width=\"100%\" height='25' align='left' class='left_menu_btn'>";
//g6man님 해당게시판 볼드체로
if ($row2[bo_table] == $bo_table)
echo "&nbsp;&nbsp;&nbsp;$blue_bullet1&nbsp;&nbsp;<a href='$g4[bbs_path]/board.php?bo_table=$row2[bo_table]' class='list_menu menu_on' onfocus='this.blur()'><font color=#6b98cf><b>$row2[bo_subject]<b></font></a>&nbsp;$new";
//echo "<a href='$g4[bbs_path]/board.php?bo_table=$row2[bo_table]' class='list_menu menu_on' onfocus='this.blur()'>$row2[bo_subject]</a>&nbsp;&nbsp;$blue_bullet1&nbsp;&nbsp;";
else
echo "&nbsp;&nbsp;&nbsp;$blue_bullet&nbsp;&nbsp;<a href='$g4[bbs_path]/board.php?bo_table=$row2[bo_table]' class='list_menu' onfocus='this.blur()'>$row2[bo_subject]</a>&nbsp;"; //네모 뷸릿 + 테이블명 + new 아이콘
echo "</td></tr>"; //칸 닫기
echo $line_shadow;//경계선
}
}//}
echo "</td></tr>";
?>

전부

Total 1,640건 35 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
790 흐르는강쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7723 0 11-30
789 재다이얼쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7541 0 12-02
788 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8472 0 12-04
787 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11937 0 12-05
786 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 11445 0 12-06
785 ebakery쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8200 0 12-06
열람중 ebakery쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8071 0 12-06
783 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9371 0 12-07
782 ebakery쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8795 0 12-07
781 ebakery쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9075 0 12-07
780 메빅맨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7574 0 12-09
779 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6608 0 12-10
778 기쁨충만쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8527 0 12-11
777 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 7501 0 12-13
776 하이얌쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7586 0 12-13
775 기쁨충만쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5485 0 12-14
774 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9035 0 12-17
773 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 32 0 12-18
772 mike쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 10715 0 12-22
771 메빅맨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8655 0 12-22
770 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6462 0 12-23
769 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8357 0 12-26
768 JSclub쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 7235 0 12-28
767 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 13826 0 12-29
766 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8878 0 12-30

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
5,911
어제
7,853
최대
8,233
전체
1,600,187
Copyright (c) 株式会社YHPLUS. All rights reserved.