묻고답하기

제로보드만 하다가 xe를 하게 되었습니다.

매뉴얼도 보고 수차례 테스트도 해보고 검색도 해봤지만 잘 안되서 도움을 요청합니다.

제가 원하는 스타일은 제로보드에서 자주 사용했던 아래 이미지와 같은 스타일입니다.

 

01.png

 

 

테스트 레이아웃을 사용해서 Site Logo 부분 대신 이미지맵 소스로 변경했습니다.

그런데 이미지맵에서 링크한 게시판을 클릭하면 위 이미지에서 게시판이 보여야 할부분에 보이는게 아니라

새로운 창으로 게시판만 보입니다. 상단 & 하단 이미지는 물론이고 왼쪽에 로그인 정보도 보이지 않습니다.

 

 <load target="user_layout.css" />
<div class="user_layout">
 <div class="header">
<img src="../XE.png"  border="0" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="395, 241, 456, 258" href="../xe/notice1">
<area shape="rect" coords="476, 242, 553, 256" href="../xe/levelup">
<area shape="rect" coords="573, 239, 654, 256" href="../xe/support">
<area shape="rect" coords="670, 238, 724, 257" href="../xe/event1">
<area shape="rect" coords="382, 261, 396, 276" href="../xe/data1">
<area shape="rect" coords="405, 260, 423, 276" href="../xe/data2">
<area shape="rect" coords="448, 258, 506, 276" href="../xe/trans">
<area shape="rect" coords="522, 257, 584, 278" href="../xe/PHOTO1">
<area shape="rect" coords="602, 257, 661, 278" href="../xe/media1">
<area shape="rect" coords="680, 257, 734, 277" href="../xe/news1">
<area shape="rect" coords="748, 257, 796, 280" href="../xe/chatroom1">
</map>  <div class="gnb">
   .gnb
   <ul>
    <li loop="$global_menu->list=>$key1,$val1" class="active"|cond="$val1['selected']"><a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a>
     <ul cond="$val1['list']">
      <li loop="$val1['list']=>$key2,$val2" class="active"|cond="$val2['selected']"><a href="{$val2['href']}" target="_blank"|cond="$val2['open_window']=='Y'">{$val2['link']}</a></li>
     </ul>
    </li>
   </ul>
  </div>
 </div>
 <hr />
 <div class="body">
  <div class="lnb">
   <div class="account">
    <img widget="login_info" skin="xe_official" />
   </div>
   <hr />
   .lnb
   <h2 loop="$global_menu->list=>$key1,$val1" cond="$val1['selected']"><a href="{$val1['href']}" target="_blank"|cond="$val1['open_window']=='Y'">{$val1['link']}</a></h2>
   <ul loop="$global_menu->list=>$key1,$val1" cond="$val1['selected'] && $val1['list']">
    <li loop="$val1['list']=>$key2,$val2" class="active"|cond="$val2['selected']"><a href="{$val2['href']}" target="_blank"|cond="$val2['open_window']=='Y'">{$val2['link']}</a>
     <ul cond="$val2['list']">
      <li loop="$val2['list']=>$key3,$val3" class="active"|cond="$val3['selected']"><a href="{$val3['href']}" target="_blank"|cond="$val3['open_window']=='Y'">{$val3['link']}</a>
      </li>
     </ul>
    </li>
   </ul>
  </div>
  <hr />
  <div class="content">.content{$content}</div>
 </div>
 <hr />
 <div class="footer">.footer</div>
</div>

 

꼭 레이아웃을 적용하지 않아도 된다는 글을 보고 제로보드 원프레임 만들때처럼 해봤더니 아래처럼 보입니다.

로그인 & 로그아웃에 문제가 생겼습니다.

 

02.png

<body>

<table border="0">
    <tr>
        <td>
            <p><img src="../XE.png" border="0" usemap="#ImageMap1"></p>
<map name="ImageMap1">
<area shape="rect" coords="395, 241, 456, 258" href="../xe/notice1" target="ji">
<area shape="rect" coords="476, 242, 553, 256" href="../xe/levelup" target="ji">
<area shape="rect" coords="573, 239, 654, 256" href="../xe/support" target="ji">
<area shape="rect" coords="670, 238, 724, 257" href="../xe/event1" target="ji">
<area shape="rect" coords="382, 261, 396, 276" href="../xe/data1" target="ji">
<area shape="rect" coords="405, 260, 423, 276" href="../xe/data2" target="ji">
<area shape="rect" coords="448, 258, 506, 276" href="../xe/trans" target="ji">
<area shape="rect" coords="522, 257, 584, 278" href="../xe/PHOTO1" target="ji">
<area shape="rect" coords="602, 257, 661, 278" href="../xe/media1" target="ji">
<area shape="rect" coords="680, 257, 734, 277" href="../xe/news1" target="ji">
<area shape="rect" coords="748, 257, 796, 280" href="../xe/chatroom1" target="ji">
</map>
        </td>
    </tr>
    <tr>
        <td>
<iframe src=../xe/notice1 name=ji width=95% height=600 frameborder=0 marginwidth=0 marginheight=0 align=center scrolling=auto allowTransparency=true></iframe>
        </td>
    </tr>
</table>
<img src=../3.png>
</body>

 

http://www.xeschool.com/xe/  사이트가 도움이 될꺼라고 해서 봤는데 제가 이해력이 부족한건지

따라 한다고 해봤는데도 잘 안됩니다.

어느 부분이 잘못되었는지 알려주시면 복 받으실꺼예요.

 

긴글 읽어주셔서 감사합니다.

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
야수택시 게시판 DX에서 이미지 여러장 올리고싶은데요  
훗소다 게시판 스킨에 관하여 SketchBook5 file  
exou XE 1.5.4.1 버젼 설치 사양에 PHP 버전이 영향을 주나요? file  
ttline2 데이터이전 도와주세요! file  
shyduke 위젯페이지 복사 [1] 2013.01.15 by 송동우
우하라 분류관리에서 오류.. [1] file 2013.01.15 by 착한악마
Alex 로그인 / 회원가입 폼 [2] 2013.01.15 by 송동우
yung09 회원 모듈에서 탈퇴 창 관련 질문입니다. [2] 2013.01.15 by 송동우
찐따넷 제로보드 해킹 문제 관련 [1] 2013.01.15 by LI-NA
Hanoian DB 비밀번호를 바꾸니 홈페이지가 뜨지 않습니다. [1] file 2013.01.15 by 윈컴이
소금1 고수님들께 소생이 무식하여 여쭙니다 [3] 2013.01.15 by root2
우니즈 로그인해도 다시 로그인해야하는 문제 .. 어떻게 고쳐야할까요? [1] 2013.01.15 by 송동우
쮸야282 혹시 파일질라 사용하시는분... [1] 2013.01.14 by LI-NA
LI-NA 애드온에서 전체 소스를... [1] 2013.01.14 by hhgyu
alljoy 위젯페이에서 이미맵링크 사용질문.... file  
유니눅스 스케치북 게시판 개시물 확장변수 질문  
천제아 가이드 대로 했는데 좀 이상합니다 [1] file 2013.01.14 by 송동우
천제아 이것 어떻게 안되나요 [1] file 2013.01.14 by 송동우
파라싸쑤 위젯이 고정이 안되요 file  
우쭈쭈멍멍 최신 코어로 업데이트 후 지식인 모듈에서 답변 채택해도 포인트 적용이 안되요.  
디자인인 FAQ 모듈 질문입니다.  
Funys 모바일버튼을 만들고 싶은데요^^;; [1] 2013.01.14 by 송동우
다케루 관리자 로그인시 경로 문제  
box xe를 제로보드 스타일로 어떻게 해야하나요? [1] file 2013.01.14 by CM(OEZ)
졸라맨 송동우님 답변좀 부탁드립니다.ㅠ.,ㅠ [1] 2013.01.14 by CM(OEZ)
safddsf 알려주세요!! [1] file 2013.01.14 by CM(OEZ)
짼이짼 특정그룹이나 관리자에게만 확장변수를 보여주고 싶습니다. [1] 2013.01.14 by 송동우
별을사랑했네 회원가입시 프로필 사진 업로드가 안됩니다.  
heythereadmin 회원가입시 이메일@example.com 에서 example 임의로 지정하는 방법  
화랑529 이 모듈 ? 어디서 수정하나요 [1] file 2013.01.14 by 송동우