까미빌더 게시판생성방법좀.

· 2012-04-29 (일) 09:31:34 · 836 · 2
게시판을생성해도, 메뉴에 생성이 안돼잇네요,. 어ㅏ떡하죠 ?
|

댓글 2개

include/mu.php 를 수정하세요.

지금보니 수동이네요.

<?
$sql1 = " select gr_id, gr_subject from $g4[group_table] where gr_id = '$gr_id'";
$result1 = sql_query($sql1);
$rows=mysql_fetch_array($result1);
?>
<td width=150><a href="<?=$g4[path]?>"><span style='color:#FADE00; font-weight: bold;'><?=$rows[gr_subject];?></span></a></td>
<td valign="middle" align=left>
<?
$sql = " select gr_id, gr_subject from $g4[group_table] where gr_id = '$gr_id'";
$result = sql_query($sql);
while ($row=mysql_fetch_array($result)) {

$sql2 = "select * from $g4[board_table] where gr_id = '$row[gr_id]'
and bo_list_level <= '$member[mb_level]'
order by bo_order_search asc";

$result2 = sql_query($sql2);
while ($row2=mysql_fetch_array($result2)) {

if ($row2[bo_table] == $bo_table)
echo "    <a href='$g4[bbs_path]/board.php?bo_table=$row2[bo_table]' onfocus='this.blur()'><span style='color:{$sub_a};'><b>$row2[bo_subject]</b></span></a>";

else
echo "    <a href='$g4[bbs_path]/board.php?bo_table=$row2[bo_table]' onfocus='this.blur()'><span style='color:{$sub_b};'>$row2[bo_subject]</span></a>";
}
}
?>
</td>
<? } ?>
세율님. 메뉴는 수정이 돼엇는데. 메뉴를 눌렀을때 생성된게시판이 아니라고 뜨네요. 이오류 어떻게수정하죠?
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
12-04-29 조회 978
12-04-29 조회 1,805
12-04-29 조회 992
12-04-29 조회 875
12-04-29 조회 1,813
12-04-29 조회 911
12-04-29 조회 910
12-04-29 조회 1,610
12-04-29 조회 1,137
12-04-29 조회 917
12-04-29 조회 1,689
12-04-29 조회 913
12-04-29 조회 1,034
12-04-29 조회 837
12-04-29 조회 1,615
12-04-29 조회 1,521
12-04-29 조회 998
12-04-29 조회 871
12-04-29 조회 1,556
12-04-29 조회 1,733