묻고답하기

아무리 답변을 찾아보아도 따라가히기 쉽지 않습니다 = = 저같은 초보는.

 

//modules/board/skins/xe_board/style.gallery.html

 

에 들어가서

 

 {$document->getExtraValue(4)}

 

을 넣으라는데 어디에 어떻게 넣어야 할지 막막합니다 도와주세요.

 

갤러리형식의 보드인데요. 떰네일 밑에 제목이 기본적으로 있구요 그 밑에 extra value 하나더 넣고싶습니다.

 

보드 확장을 value 1,2,3,4 까지 넣었습니다.  1번은 제목, 2번은 사이즈, 3번은 칼라, 4번은 가격을 넣었는데요. 내용 이미지와 확장변수가 안에서는 보여지는데

 

리스트 셋팅에 1번 과 4번을 넣었는데 둘다 안보여집니다.

 

저 코드를 아무리 넣어도 안보여져요.

 

 

어디에 어떤식으로 넣어야 하는지요?

 <!-- 목록 출력 -->

    <form action="./" method="get">

    <!--// 정렬을 위한 속성과 분류 박스 -->
    <div class="boardSubMenu">
        <!--@if($module_info->use_category == "Y")-->
        <div class="fl">
            <!--@if($grant->manager)--><input type="checkbox" onclick="XE.checkboxToggleAll({ doClick:true }); return false;" /><!--@end-->
        <!--// 카테고리 사용시 카테고리 선택 표시 -->
                <select name="category" id="board_category">
                    <option value="">{$lang->category}</option>
                    <!--@foreach($category_list as $val)-->
                    <option value="{$val->category_srl}" <category_srl)-->selected="selected">{str_repeat("&nbsp;",$val->depth'>!--@if($category==$val->category_srl)-->selected="selected"<!--@end-->>{str_repeat("&nbsp;",$val->depth)} {$val->title} <!--@end-->
                </select>
                <input type="button" name="go_button" id="go_button" value="GO" onclick="doChangeCategory(); return false;" class="buttonTypeGo" />
        </div>
        <!--@end-->
        <div class="fr">
        <!--@if($module_info->display_readed_count!='N')--><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--> <img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a><!--@end-->

        <!--@if($module_info->display_voted_count!='N')--><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--> <img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a><!--@end-->

        <!--@if($module_info->display_regdate != 'N')--><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--> <img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a><!--@end-->

        <!--@if($module_info->display_last_update=='Y')--><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--> <img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a><!--@end-->
        </div>
        <div class="clear"></div>
    </div>

    {@ $_col_count = 1; }

        <!--@if(!$document_list && !$notice_list)-->
            <table cellspacing="0" summary="" class="boardList">
            <tr class="bg0 tCenter">
                <td class="title no_line">
                    {$lang->no_documents}
                </td>
            </tr>
            </table>
        <!--@else-->

            <!--// 공지사항 출력 -->
            <!--@foreach($notice_list as $no => $document)-->
                <table cellspacing="0" summary="" class="boardList boardListNoTopBorder">
                <!--@if($module_info->display_number!='N'+ ')--><col width="80" />{@ $_col_count++}<!--@end-->
                <!--@if($grant->manager)--><col width="30" />{@ $_col_count++}<!--@end-->
                <col />
                <!--@if($module_info->display_author!='+ 'N')--><col width="120" />{@ $_col_count++}<!--@end-->
                <!--@if($module_info->display_readed_count!='N')--><col width="70" />{@ $_col_count++}<!--@end-->
                <!--@if($module_info->display_voted_count!='N')--><col width="70" />{@ $_col_count++}<!--@end-->
                <!--@if($module_info->display_regdate != 'N')--><col width="90" />{@ $_col_count++}<!--@end-->
                <!--@if($module_info->display_last_update == 'Y')--><col width="90" />{@ $_col_count++}<!--@end-->
                <tbody>
                    <tr class="notice">
                        <!--@if($module_info->display_number!='N')--><td class="notice">{$lang->notice}</td><!--@end-->
                        <!--@if($grant->manager)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <isCarted())-->checked="checked"!--@if($module_info->display_author!='N')--><td class="author"><div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div></td><!--@end-->
                        <!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):'&nbsp;'}</td><!--@end-->
                        <!--@if($module_info->display_voted_count!='N')--><td class="recommend">{$document->get('voted_count')!=0?$document->get('voted_count'):'&nbsp;'}</td><!--@end-->
                        <!--@if($module_info->display_regdate!='N')--><td class="date">{$document->getRegdate('Y-m-d')}</td><!--@end-->
                        <!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
                    </tr>
                </tbody>
                </table>
            <!--@end-->

            <!--// 갤러리 목록 출력 -->
            {@ $height = $module_info->thumbnail_height + 25; }
            <!--@if($module_info->use_category=='Y')-->{@ $height += 20 }<!--@end-->
            <!--@if($module_info->display_author!='N' || $module_info->display_regdate!='N')-->{@ $height += 15 }<!--@end-->
            <!--@if($module_info->display_readed_count !='N' || $module_info->display_voted_count!='N')-->{@ $height += 10 }<!--@end-->

            <div class="thumbnailBox">

                <!--@foreach($document_list as $no => $document)-->
                <!--@if(!$document->isNotice())-->

                <div class="cell" style="width:{$module_info->thumbnail_width+23}px;height:{$height}px;">
                    <!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
                        <a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}"><img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" border="0" alt="" class="thumb"/></a>
                    <!--@else-->
                        <img src="./images/common/blank.gif" border="0" alt="" class="thumb" width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}" />
                    <!--@end-->

                    <div class="title">
                        <!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
                        <strong class="category">{$category_list[$document->get('category_srl')]->title}</strong><br />
                        <!--@end-->

                        <!--@if($grant->manager)-->
                            <input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <isCarted())-->checked="checked"

!--@if($module_info->display_author!='N')--><div class="author"><div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div></div><!--@end-->
                            <!--@if($module_info->display_regdate!='N')--><div class="date">{$document->getRegdate('Y.m.d')}</div><!--@end-->
                        </div>
                    </div>
                    <div class="readAndRecommend">
                        <!--@if($module_info->display_readed_count!='N')-->{$lang->readed_count} <span class="num">{$document->get('readed_count')}</span><!--@end-->
                        <!--@if($document->get('voted_count')!=0 && $module_info->display_voted_count!='N')-->
                            <!--@end-->
                            {$lang->voted_count} <strong class="num">{$document->get('voted_count')}</strong>
                        <!--@end-->
                    </div>
                </div>
                <!--@end-->
                <!--@end-->
                <div class="clear"></div>
            </div>
        <!--@end-->

    </form>

 

아이까페 판매계시판 안에서 수정하려고 합니다. 갤러리 형식으로요.


글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
인터센스 XE 프로젝트 만들기? [1] 2010.02.03 by sol
이진복124 플래닛에 대한 질문입니다.  
바람의매 1.4.0.3 업데이트후 로그인문제  
온밋 홈페이지 관련..  
Baeck xml쿼리문 관련 질문이 있습니다. [1] 2010.02.03 by 라르게덴
언늬 그누보드4로부터 자료 이전 가능한가요?  
소리없이 갤러리에 확장변수 추가가 도저희 안됩니다 = =  
달봉이님 XE 에서 files 디렉토리와 파일이 삭제 되지 않습니다. 지우는방법은 [3] 2010.02.03 by 라르게덴
필우씨 xe 설치시 연결문제요.. [2] 2010.02.03 by Gekkou
온밋 홈페이지 접근도 안되고 관리자 셋팅페이지도 안들어가집니다. [1] 2010.02.03 by 아카스
workner56 파일 업로드 사이즈를 바꿔려고 헸는데, 어디 들어가서 해야되나요 [1] 2010.02.03 by 아카스
gi yu xe 파일들의 한글 설명이 서버에서 다깨어질 때  
choi924 회원가입에서 이메일 부분을 선택하거나 직접입력하는 방법으로 수정하려면?  
타피님 게시물에서 삭제버튼을 휴지통기능으로 바꾸려는데 도와주세요ㅠ [1] 2010.02.03 by DuRi
타피님 답글 기능을 구현하려고 합니다. 조언 부탁드립니다~!  
kencin82 답변주신분들 감사합니다.. 근데 아직 잘 안되네요..;; [1] 2010.02.03 by 현의느낌
조로2 옜날 게시판은 어떻게된건가요?? [1] 2010.02.03 by 권태성.
듀리짱 메인화면 수정  
김선생™ XE쉬운설치에서 내용을 못불러오고 있네요.. file  
유팔복 메일 인증 관려 문의 드립니다.. [1] 2010.02.02 by 현의느낌
몬도그로쏘 로그인 폼이 안뜹니다 [1] file 2010.02.02 by 권태성.
reform 퀵타임설치가 안되네요 [1] file 2010.02.02 by 권태성.
돼지아빠466 설치 중 관리자 정보 입력 하는 중 .. [1] file 2010.02.02 by 권태성.
뮤랑이 위젯에서 페이지 수정화면과 결과화면 다르게 보이는 방법은?  
가너외라 도메인 연결했는데 게시판은 어떻게 하나요? [1] 2010.02.02 by 똑디
Dr. Ex 비밀글에 대해서  
강함이 레이아웃 관련하여...  
kencin82 홈페이지도 안들어가지고 수정도 안되요..ㅡㅜ [2] 2010.02.02 by 백성찬
슈비두비둡 댓글 달린 게시판/게시판에 댓글달면..짤리거나 댓글이 안달려요  
고진성787 1.4.0.3으로 업뎃 후 홈페이지 화면 엉망.. 도와주세요. 관리자 모드도 않되고... [3] 2010.02.02 by Gekkou