묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
본문내용 보기에서 하단에 목록 안보이게 하기..?
2009.01.18 13:26
본문내용 보기에서 하단에 목록 안보이게 하는 방법좀 알려주세요..
댓글 4
-
애치티
2009.01.18 14:39
-
대암지기
2009.01.18 21:16
modules/board/skins/xe_board/list.html
line14 부분의 아래 소스에 를 추가 하세요.
<!--// 목록 출력 -->
<!--@if(!$oDocument->isExists())-->
<!--@if($module_info->default_style == 'webzine')-->
<!--#include("./style.webzine.html")-->
<!--@elseif($module_info->default_style == 'gallery')-->
<!--#include("./style.gallery.html")-->
<!--@elseif($module_info->default_style == 'forum')-->
<!--#include("./style.forum.html")-->
<!--@elseif($module_info->default_style == 'blog')-->
<!--#include("./style.blog.html")-->
<!--@else-->
<!--#include("./style.list.html")-->
<!--@end--><!--@end--> -
연필깎는까치
2010.03.17 15:07
고맙습니다!! 유용하게 써먹었어요 -
투어리
2009.01.19 16:21
두분 너무 너무 감사합니다..
너무 잘되요..
대암지기님 감사합니다...
약간의 꼼수를 부려서 페이지를 작성했는데..
목록이 보여서 별로였거든요..
감사합니다....
명절 잘보내시구용..... -
꿀꺽2
2013.08.23 10:35
이거 정말 좋은 팁이군요. 게시판이 아닌 페이지로 작성된 글에서는 조회수를 알 수 없어서 게시판 스킨을 바꿔서 페이지작성용으로 만들던 중에 목록이나 불필요한 것들이 보여서 어떻게 할까 고민중이었는데, 한방에 해결. 감사합니다~~
list.html 윗부분에
<!--// 선택된 게시물이 있고 권한이 있으면 내용 출력 -->
에 <!--#include("./view_document.html")--> 있고
<!--@end--> 뒤에 <!--// 목록 출력 --> 하게 되어 있는데
<!--@end--> 대신에 <!--@else--> 써가면서 수정해보십시요.
작업해본게 아니라 의견일뿐이니 어떤 문제가 생길지는 모르겠네요.
==========================================================
<!--// 선택된 게시물이 있고 권한이 있으면 내용 출력 -->
<!--@if($oDocument->isExists() && $module_info->default_style != 'blog')-->
<div class="viewDocument">
<!--#include("./view_document.html")-->
</div>
<!--@end-->
<!--// 목록 출력 -->
<!--@if($module_info->default_style == 'webzine')-->
<!--#include("./style.webzine.html")-->
<!--@elseif($module_info->default_style == 'gallery')-->
<!--#include("./style.gallery.html")-->
<!--@else-->