ㅜ도저히 모르겟습니다..하마빌던데요.. 정보
ㅜ도저히 모르겟습니다..하마빌던데요..본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://hama.4vip.co.kr/
하마빌더인데요 .. ㅜㅜ.. 도데체 위에 메뉴를 클릭하면 게시판으로 이동되는데
이이동되는 주소를 수정하고 싶은데 도저히 못찾겟습니다.. ㅜㅜ 그누보드랑 휴온빌더는
menu.php 에서 수정햇는데... 도저히 못찾겟습니다. 어떤파일을 손대야할까요..?
이부분일꺼같은데.. head.skin.php 파일내용입니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?=$template_skin_path?>/css/pc.css" media="only screen and (min-width: 1025px)">
<link rel="stylesheet" href="<?=$template_skin_path?>/css/tablet.css" media="only screen and (min-width: 769px)and (max-width: 1024px)">
<link rel="stylesheet" href="<?=$template_skin_path?>/css/phone.css" media="only screen and (max-width: 769px)">
<!--[if (IE 6|IE 7|IE 8|IE 9)&(!IEMobile)]>
<link rel="stylesheet" href="<?=$template_skin_path?>/css/pc.css" />
<![endif]-->
<? include_once("$template_skin_path/include/login_text.php");//top_login?>
<!-- Begin Wrapper -->
<div id="wrapper">
<h1 id="hs_logo"><A HREF="<?=$g4[path]?>/"><br />PETABYTE</A></h1>
<div id="hs_top_menu">
<?
$sql = " select bo_table, bo_subject from $g4[board_table] where gr_id = 'group01'
and bo_list_level <= '$member[mb_level]'
and bo_table not in $exbo
order by bo_order_search asc";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
echo "<A HREF='{$g4[bbs_path]}/board.php?bo_table={$row['bo_table']}'><span>".$row['bo_subject']."</span></A>";
}
?>
</div>
<div class="hs_clear"></div>
<div id="hs_main_content">
<? if($_GET[bo_table]){
$b_name = sql_fetch("select bo_subject from g4_board where bo_table = '$_GET[bo_table]'");
?>
<div class="hs_left">
<?=outlogin("hs_basic"); // 외부 로그인 ?>
<? include_once("$template_skin_path/include/menu01/menu01.php");//group_menu?>
<br />
<!-- qr -->
<img src="http://chart.apis.google.com/chart?cht=qr&chs=100x100&choe=UTF-8&chld=H|0&chl=<?=$g4['url'].$urlencode?>">
<!-- qr end -->
</div>
<div class="hs_board">
<h1 id="hs_board_name"><?=$b_name[bo_subject]?></h1>
<?}?>
오류 주소 : http://hama.4vip.co.kr/
하마빌더인데요 .. ㅜㅜ.. 도데체 위에 메뉴를 클릭하면 게시판으로 이동되는데
이이동되는 주소를 수정하고 싶은데 도저히 못찾겟습니다.. ㅜㅜ 그누보드랑 휴온빌더는
menu.php 에서 수정햇는데... 도저히 못찾겟습니다. 어떤파일을 손대야할까요..?
이부분일꺼같은데.. head.skin.php 파일내용입니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?=$template_skin_path?>/css/pc.css" media="only screen and (min-width: 1025px)">
<link rel="stylesheet" href="<?=$template_skin_path?>/css/tablet.css" media="only screen and (min-width: 769px)and (max-width: 1024px)">
<link rel="stylesheet" href="<?=$template_skin_path?>/css/phone.css" media="only screen and (max-width: 769px)">
<!--[if (IE 6|IE 7|IE 8|IE 9)&(!IEMobile)]>
<link rel="stylesheet" href="<?=$template_skin_path?>/css/pc.css" />
<![endif]-->
<? include_once("$template_skin_path/include/login_text.php");//top_login?>
<!-- Begin Wrapper -->
<div id="wrapper">
<h1 id="hs_logo"><A HREF="<?=$g4[path]?>/"><br />PETABYTE</A></h1>
<div id="hs_top_menu">
<?
$sql = " select bo_table, bo_subject from $g4[board_table] where gr_id = 'group01'
and bo_list_level <= '$member[mb_level]'
and bo_table not in $exbo
order by bo_order_search asc";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
echo "<A HREF='{$g4[bbs_path]}/board.php?bo_table={$row['bo_table']}'><span>".$row['bo_subject']."</span></A>";
}
?>
</div>
<div class="hs_clear"></div>
<div id="hs_main_content">
<? if($_GET[bo_table]){
$b_name = sql_fetch("select bo_subject from g4_board where bo_table = '$_GET[bo_table]'");
?>
<div class="hs_left">
<?=outlogin("hs_basic"); // 외부 로그인 ?>
<? include_once("$template_skin_path/include/menu01/menu01.php");//group_menu?>
<br />
<!-- qr -->
<img src="http://chart.apis.google.com/chart?cht=qr&chs=100x100&choe=UTF-8&chld=H|0&chl=<?=$g4['url'].$urlencode?>">
<!-- qr end -->
</div>
<div class="hs_board">
<h1 id="hs_board_name"><?=$b_name[bo_subject]?></h1>
<?}?>
댓글 전체
echo "<A HREF='{$g4[bbs_path]}/board.php?bo_table={$row['bo_table']}'><span>".$row['bo_subject']."</span></A>"; <<= 반복문으로 게시판 링크를 뿌려주네요. 따로 수정하실려면 쿼리 조건을 바꾸시던지
반복문을 빼고 임의 지정하시던지 해야할 듯 합니다.
반복문을 빼고 임의 지정하시던지 해야할 듯 합니다.
감사합니다!! 덕분에 해결했네요 정말 감사합니다 ! ^^