묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
최근문서 메인화면으로 빼기 문제
2007.08.20 00:23
안녕하세여
이리저리 궁리하다 해답을 찾을 수 없어
답답한 심정으로 도움을 구합니다...
고수분들이 보시기엔 어이없어하실지도
모르지만 초보입장은 지푸라기라도 잡는 심정이심을
이해해 주시기 바랍니다^^
아래그림은 최근문서를 위젯을 통하여 코드생성하여
소스에 삽입하여 수정한 결과물입니다..
그냥보기엔 잘된것 같은데 문제가 있읍니다..
메인화면으로 나온 게시판글중 하나를 누르면 다음과같이
내용이 나오긴하는데 컨텐츠가 나오는 부분의 상단에 최근문서의 목록까지 달고 나온다는겁니다
다른게시판을 눌러도 결과는 같읍니다..
아래는 위젯에서 수정한 소스내용입니다
위젯에서 메인 콘텐츠 소스붙이기를 하는 위치에
{$content}
구문이 있는데 이것이 콘텐츠를 달고 나오게 하는것 같은데
이부분을 삭제하니 게시판 관리가 않되는 오류가 나오더군요...
아래는 위젯에서 수정한 소스내용입니다.
<!-- 컨텐츠 시작 -->
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="공지사항" order_target="list_order" order_type="desc" list_count="5" mid_list="main" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="485" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="영화이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="movie" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="484" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="음악이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="music" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="486" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="컬트매니아" order_target="list_order" order_type="desc" list_count="5" mid_list="cult" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="487" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="DVD / VIDEO" order_target="list_order" order_type="desc" list_count="5" mid_list="DVD" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="488" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="여행이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="tour" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="489" style="width:48%;float:right;" /><br><br><br><br>
{$content}
다른분들은 최근문서목록을 메인화면에서 클릭하면
해당게시판의 내용만 출력이 되던데 어디를 체크해 보아야 할지
조언부탁드립니다...
이리저리 궁리하다 해답을 찾을 수 없어
답답한 심정으로 도움을 구합니다...
고수분들이 보시기엔 어이없어하실지도
모르지만 초보입장은 지푸라기라도 잡는 심정이심을
이해해 주시기 바랍니다^^
아래그림은 최근문서를 위젯을 통하여 코드생성하여
소스에 삽입하여 수정한 결과물입니다..
그냥보기엔 잘된것 같은데 문제가 있읍니다..
메인화면으로 나온 게시판글중 하나를 누르면 다음과같이
내용이 나오긴하는데 컨텐츠가 나오는 부분의 상단에 최근문서의 목록까지 달고 나온다는겁니다
다른게시판을 눌러도 결과는 같읍니다..
아래는 위젯에서 수정한 소스내용입니다
위젯에서 메인 콘텐츠 소스붙이기를 하는 위치에
{$content}
구문이 있는데 이것이 콘텐츠를 달고 나오게 하는것 같은데
이부분을 삭제하니 게시판 관리가 않되는 오류가 나오더군요...
아래는 위젯에서 수정한 소스내용입니다.
<!-- 컨텐츠 시작 -->
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="공지사항" order_target="list_order" order_type="desc" list_count="5" mid_list="main" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="485" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="영화이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="movie" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="484" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="음악이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="music" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="486" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="컬트매니아" order_target="list_order" order_type="desc" list_count="5" mid_list="cult" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="487" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="DVD / VIDEO" order_target="list_order" order_type="desc" list_count="5" mid_list="DVD" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="488" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="여행이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="tour" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="489" style="width:48%;float:right;" /><br><br><br><br>
{$content}
다른분들은 최근문서목록을 메인화면에서 클릭하면
해당게시판의 내용만 출력이 되던데 어디를 체크해 보아야 할지
조언부탁드립니다...
댓글 5
-
비나무
2007.08.20 00:31
-
비나무
2007.08.20 00:36
그 사이에 소스내용까지 올려주셨네요... ^^;;;
<!-- 컨텐츠 시작 -->
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="공지사항" order_target="list_order" order_type="desc" list_count="5" mid_list="main" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="485" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="영화이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="movie" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="484" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="음악이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="music" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="486" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="컬트매니아" order_target="list_order" order_type="desc" list_count="5" mid_list="cult" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="487" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="DVD / VIDEO" order_target="list_order" order_type="desc" list_count="5" mid_list="DVD" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="488" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="여행이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="tour" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="489" style="width:48%;float:right;" /><br><br><br><br>
{$content}
레이아웃 편집에서 기록되어 있는 위의 소스에서
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="공지사항" order_target="list_order" order_type="desc" list_count="5" mid_list="main" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="485" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="영화이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="movie" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="484" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="음악이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="music" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="486" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="컬트매니아" order_target="list_order" order_type="desc" list_count="5" mid_list="cult" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="487" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="DVD / VIDEO" order_target="list_order" order_type="desc" list_count="5" mid_list="DVD" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="488" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="여행이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="tour" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="489" style="width:48%;float:right;" /><br><br><br><br>
부분을 삭제하시고, 레이아웃 저장을 하시고...
관리자 화면에서 새로 페이지 추가하시고,
해당 페이지 수정에서
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="공지사항" order_target="list_order" order_type="desc" list_count="5" mid_list="main" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="485" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="영화이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="movie" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="484" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="음악이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="music" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="486" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="컬트매니아" order_target="list_order" order_type="desc" list_count="5" mid_list="cult" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="487" style="width:48%;float:right;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="DVD / VIDEO" order_target="list_order" order_type="desc" list_count="5" mid_list="DVD" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="left" widget_sequence="488" style="width:48%;float:left;" />
<img src="http://www.bobob.com/zbxe/common/tpl/images/widget_bg.jpg" height="100" class="zbxe_widget_output" widget="newest_document" skin="xe_official" colorset="white" widget_cache="0" title="여행이야기" order_target="list_order" order_type="desc" list_count="5" mid_list="tour" subject_cut_size="20" widget_margin_top="5" widget_margin_left="5" widget_margin_right="" widget_margin_bottom="" widget_fix_width="Y" widget_width="48" widget_width_type="%" widget_position="right" widget_sequence="489" style="width:48%;float:right;" />
위 소스를 추가해 주시면 됩니다.
물론 페이지를 메뉴와 연결시키는 것은 잊지 마시고요.. ^^ -
고스라이
2007.08.20 00:40
핫 감사합니다..일케 빨리 답을 주시다니..해보고 결과 보고 드리겠읍니다...^^;; -
고스라이
2007.08.20 01:31
핫 잘됩니다..감사 감사 드립니다..ㅎㅎ -
비나무
2007.08.20 02:14
잘 되신다니 다행입니다.. ^^
관리자 화면에서 페이지 생성하시고, 페이지에 추가하신 최근문서 위젯 추가문을 옮겨주세요.
그리고 레이아웃 편집에서 최근문서 추가한 위젯문은 삭제해 주시고요.. ^^;;