묻고답하기
관리자그룹만 2차메뉴가뜹니다;;
2009.07.19 16:23
메뉴에 마우스대면 아래 메뉴 주루룩 나오는게요...
관리자그룹에 있는 사람만 나오고 일반회원들은 안나오네요..ㅠㅠ
로그인안해도 안나오고요..ㅜㅜ
메뉴에서 권한설정 다 했는데도 안되네요....
제발 도와주세요 ㅠ_ㅜ
아래는 레이아웃편집에서 메뉴부분만인데요.. 잘못설정된곳있나좀 봐주세요 ㅠㅠ
그리고 레이아웃은 다이제님이 만드신 다이제 패키지 레이아웃?입니다..avans..
<!-- 홈페이지 상단 2차 메뉴 사용여부 -->
<!--@if($layout_info->menu2 == "no")-->
<!--GNB-->
<ul id="gnb">
<!-- main_menu 1차 시작 -->
<!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])-->
<!--@if($val['selected'])-->
{@ $menu_1st = $val }
<!--@end-->
<li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<class="on">!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->
{@$idx++}
<!--@end-->
<!-- main_menu 1차 끝 -->
</ul>
<script language="javascript1.2">
var menuLen={$idx-1};
</script>
<!--히든 레이어 메뉴-->
<!-- main_menu 1차 시작 -->
{@ $idx = 1 }
<!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])-->
<!--2차메뉴-->
<div class="subMenu" id="subMenu_{$idx}" style="<!--@if($val['selected'])-->display:block;<!--@else-->display:none;<!--@end-->">
<!--@foreach($val['list'] as $key1 => $val1)--><!--@if($val1['text'])-->
<!--@if($val1['selected'])--><!--@end-->
<a id="lnb1" href="{$val1['href']}" <!--@if($val1['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->
<!--@end-->
</div>
<!--@end-->
{@$idx++}
<!--@end-->
<!-- main_menu 1차 끝 -->
<!--//GNB-->
<!--@end-->
<form action="{getUrl()}" method="post" id="isSearch">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
<input type="hidden" name="search_target" value="title_content" />
<input name="is_keyword" type="text" class="inputText" title="keyword" />
<input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
</form>
</div>
<!--@if($layout_srl || $is_keyword)-->
<div id="contentBody">
{$content}
</div>
<!--@else-->
<div id="contentBody">
<table width="950px" cellpadding="0px" cellspacing="0px" border="0px">
<tr>
<td valign="top" width="200px">
<div id="columnLeft">
<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top">
댓글 2
-
백성찬
2009.07.19 16:26
-
kity1221
2009.07.19 16:42
와!! ㅠㅠ 정말 감사해요 !!!!! 메뉴 하나라도 권한체크하면 일반회원들은 안보여지네요?
이것도 버그인거같은데... 암튼 정말 감사드립니다!
메뉴에서 권한설정 다 했는데도 안되네요....
> 권한설정 모두 해제