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

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

질문답변

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

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

페이지 정보

본문

아래는 게시판 자동 매뉴 생성인데요.
여분 필드 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건 36 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
765 이제다시쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8905 0 05-09
764 이제다시쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8890 0 10-19
763 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8877 0 02-05
762 천공귀제쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8867 0 03-24
761 진진쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8866 0 12-16
760 꼬빌쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8863 0 09-18
759 초생달쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8848 0 03-11
758 ebakery쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8833 0 12-07
757 용맨쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8828 0 09-05
756 이제다시쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8823 0 07-23
755 은터비쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8822 0 05-04
754 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8821 1 12-17
753 완두콩쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8820 0 04-24
752 알럽투데이쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8820 0 10-25
751 yb88쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8790 0 07-16
750 소피쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8788 0 11-25
749 미리네쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8778 0 05-28
748 골든쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8777 0 10-31
747 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8774 0 01-31
746 귀여운현호쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8773 0 11-23
745 sharepia쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8770 0 03-25
744 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8761 0 11-08
743 기쁨의 아침쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8760 0 07-26
742 대박남쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8760 0 11-02
741 이제다시쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8756 0 10-17

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
4,569
어제
7,853
최대
8,371
전체
1,637,978
Copyright (c) 株式会社YHPLUS. All rights reserved.