묻고답하기

카테고리

2008.03.14 17:59

pinze.myid.net

비나무님께서
이부분을 찾으라 하셨는대 도통 모르겠습니다 ..

XE 공식 게시판 리스트형의 예를들면,
style.list.html 파일을 에디터에서 여셔서

                                <option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="selected"<!--@end-->>{str_repeat("&nbsp;&nbsp;",$val->depth)} {$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
                                <!--@end-->

진하게 표시된 부분을 삭제하시면 될 듯 합니다

제가 질문했던 내용은 카테고리옆의 글 달린 숫자를 지울수 있는 방법에 대에서 였습니다

제가쓰는건 통합형 게시판이구요 본 내용의 style.list.html 내용입니다




<!-- 목록 출력 -->
    {@ $_col_count = 1; }
    <form action="./" method="get">

        <table cellspacing="0" summary="" class="boardList">
        <!--@if($module_info->display_number!='N')--><col width="80" />{@ $_col_count++}<!--@end-->
        <!--@if($grant->is_admin)--><col width="30" />{@ $_col_count++}<!--@end-->
        <col />
        <!--@if($module_info->display_author!='N')--><col width="120" />{@ $_col_count++}<!--@end-->

        <!-- 확장 변수 출력 -->
        <!--@for($i=1;$i<=5;$i++)-->
            {@ $_evk = "display_extra_value".$i}
            <!--@if($module_info->{ $_evk} !='N' && $module_info->{ $_evk})-->
                <col width="70" />{@ $_col_count++}
            <!--@end-->
        <!--@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-->

        <!--@if($_col_count>1)-->
        <thead>
            {@ $no_line_class = " no_line" }
            <tr>
                <!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->

                <!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->

                <th scope="col" class="<!--@if($module_info->use_category == 'Y')-->category<!--@else-->title<!--@end-->{$no_line_class}">{$lang->title}</th>

                <!--@if($module_info->display_author!='N')--><th class="author" scope="col">{$lang->writer}</th><!--@end-->

                <!-- 확장 변수 출력 -->
                <!--@for($i=1;$i<=5;$i++)-->
                    {@ $_evk = "display_extra_value".$i}
                    <!--@if($module_info->{ $_evk} !='N' && $_evkno = $module_info->{ $_evk})-->
                        <th class="extra" scope="col">{$module_info->extra_vars[$_evkno]->name}</th>
                    <!--@end-->
                <!--@end-->

                <!--@if($module_info->display_readed_count!='N')--><th class="reading" scope="col"><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></th><!--@end-->

                <!--@if($module_info->display_voted_count!='N')--><th class="recommend" scope="col"><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></th><!--@end-->

                <!--@if($module_info->display_regdate != 'N')--><th scope="col" class="date"><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></th><!--@end-->

                <!--@if($module_info->display_last_update=='Y')--><th scope="col" class="date"><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></th><!--@end-->
            </tr>
        </thead>
        <!--@end-->

        <tbody>

        <!--@if(!$document_list && !$notice_list)-->
            <!-- 게시물이 없으면 등록된 글이 없음을 표시 -->
            <tr class="bg0 tCenter">
                <td colspan="{$_col_count}" class="title">
                    {$lang->no_documents}
                </td>
            </tr>
        <!--@else-->
            <!-- 공지사항 출력 -->
            <!--@foreach($notice_list as $no => $document)-->
                <tr class="notice">
                    <!--@if($module_info->display_number!='N')--><td class="notice"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" border="0" alt="" /><!--@else-->{$lang->notice}<!--@end--></td><!--@end-->
                    <!--@if($grant->is_admin)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
                    <td class="title">
                        <!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
                        <strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
                        <!--@end-->

                        <a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle($module_info->subject_cut_size)}</a>
                       
                        <!--@if($document->getCommentCount())-->
                            <span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
                        <!--@end-->

                        <!--@if($document->getTrackbackCount())-->
                            <span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
                        <!--@end-->

                        {$document->printExtraImages(60*60*$module_info->duration_new)}
                    </td>
                    <!--@if($module_info->display_author!='N')--><td class="author"><div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div></td><!--@end-->

                    <!-- 확장 변수 출력 -->
                    <!--@for($i=1;$i<=5;$i++)-->
                            {@ $_evk = "display_extra_value".$i}
                            <!--@if($module_info->{ $_evk} !='N' && $_evkno = $module_info->{ $_evk})-->
                                {@ $val = $module_info->extra_vars[$_evkno]}
                                <td class="extra"><!--#include("./extra_var_value_list.html")--></td>
                            <!--@end-->
                    <!--@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>
            <!--@end-->

            <!-- 일반 글 출력 -->
            <!--@if($module_info->order_target=='random')-->{@ shuffle($document_list)}<!--@end-->
            <!--@foreach($document_list as $no => $document)-->

                <!-- 조회수 별 제목 색상 지정 -->
                <!--@if($document->get('readed_count') > 500)-->{@ $color_read = "color_read_5"}
                <!--@elseif($document->get('readed_count') > 400)-->{@ $color_read = "color_read_4"}
                <!--@elseif($document->get('readed_count') > 300)-->{@ $color_read = "color_read_3"}
                <!--@elseif($document->get('readed_count') > 200)-->{@ $color_read = "color_read_2"}
                <!--@elseif($document->get('readed_count') > 10)-->{@ $color_read = "color_read_1"}
                <!--@elseif($document->get('readed_count') > 0)-->{@ $color_read = "color_read_0"}
                <!--@end-->

                <tr class="bg{($no+1)%2+1}">
                    <!--@if($module_info->display_number!='N')--><td class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrowD8.gif" border="0" alt="" /><!--@else-->{$no}<!--@end--></td><!--@end-->
                    <!--@if($grant->is_admin)--><td class="checkbox"><input type="checkbox" name="cart" value="{$document->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($document->isCarted())-->checked="checked"<!--@end--> /></td><!--@end-->
                    <td class="title">
                        <!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
                        <strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>
                        <!--@end-->

                        <a href="{getUrl('document_srl'+ ',$document->document_srl, 'listStyle', $listStyle, 'cpage',''+ ')}">{$document->getTitle($module_info->subject_cut_size)}</a>
                       
                        <!--@if($document->getCommentCount())-->
                            <span class="replyAndTrackback" title="Replies"><img src="./images/common/iconReply.gif" alt="" width="12" height="12" class="icon" /> <strong>{$document->getCommentCount()}</strong></span>
                        <!--@end-->

                        <!--@if($document->getTrackbackCount())-->
                            <span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
                        <!--@end-->

                        {$document->printExtraImages(60*60*$module_info->duration_new)}
                    </td>
                    <!--@if($module_info->display_author!='N')--><td class="author"><div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div></td><!--@end-->

                    <!-- 확장 변수 출력 -->
                    <!--@for($i=1;$i<=5;$i++)-->
                            {@ $_evk = "display_extra_value".$i}
                            <!--@if($module_info->{ $_evk} !='N' && $_evkno = $module_info->{ $_evk})-->
                                {@ $val = $module_info->extra_vars[$_evkno]}
                                <td class="extra"><!--#include("./extra_var_value_list.html")--></td>
                            <!--@end-->
                    <!--@end-->

                    <!--@if($module_info->display_readed_count!='N')--><td class="reading {$color_read}">{$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>
            <!--@end-->
        <!--@end-->
        </tbody>
        </table>
    </form>


 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
sbshs77 갑자기 관리자페이지고 뭐고 로그인이.. [1] 2012.12.25
끄억헉 아이디의 값은 올바른 이메일 형식이 아닙니다.  
윤이이뻐 모듈연결시 변수명도 같이 넘길순없나요?(외부페이지끼리) [1] 2012.12.25 by BluesPia[꾸야]
좋은인연.. 음악재생시 검은 화면 없애려면.... [1] file 2012.12.25 by 좋은인연..
Apollos2304 XE-Core 1.5.3.7 버전의 Rev는????  
동글유부 게시판 스킨을 영문화하고픈데..  
쓰구쓰구 익스 8에서 오류..ㅠㅠ [1] file 2012.12.26 by mindpainter
참치찌개 링크 자동이동 [1] 2012.12.26 by mindpainter
오늘도가자11 닉네임만들때나 변경할때 스페이스바가 먹히는 방법좀 알려주세요 [1] 2012.12.26 by Xiso
Intell mid 값 사용하려면? [2] 2012.12.26 by 이지매니아
끄억헉 1.5 업데이트 이후 카운터가 작동하지 않습니다.  
soragee 게시판 내용을 시작페이지에도 뽑고싶은데 '위젯페이지'로 만드는 방법밖에 없나요? [3] 2012.12.26 by soragee
쫑유니 스케치북 모바일 게시판 스킨에서 글이 등록이 안되는데요...여쭙니다. [1] 2012.12.26 by 쫑유니
이응창 게시판에서 확장변수 (연월일) 날짜 입력칸 달력 안뜨는문제  
mokilove1 게시판 작성관련 질문 (급!!! 꼭좀 도와주세요) [1] file 2012.12.27 by 송동우
나다미 스케치북5 첨부파일 사용 못하게 [1] 2012.12.27 by 송동우
백만스물꽃송이 로그인이;;  
성용이 게시판 상단에 이미지 삽입 문제 [1] 2012.12.27 by 송동우
스케베킴 메인화면 이미지파일 bgHeader.jpg변경 [1] file 2012.12.27 by 송동우
서플라이 회원탈퇴해도 db에 기록남게하고싶습니다 어디를 수정해야하는가요? [1] 2012.12.27 by 송동우
이광수186 글쓰기, 댓글 불능. board.procBoardInsertDocument 메세지.  
커피메이트 메일인증전 로그인하면 새이멜 주소 치라고 하는 창 [2] 2012.12.27 by 커피메이트
oasiscorea [찾아도 찾아도]zb4의 게시물을 wordpress로 이전하려합니다. [1] 2012.12.27 by 빛의바다
우도한 dx게시판 클릭하면 상단에 error메세지가.. 도와주세요.. [1] 2012.12.27 by 송동우
stylebygio 겔러리게시판 로딩시 배꼽이 군데군데 [2] file 2012.12.27 by 장포크
계사년 무엇이 문제 인가요? [1] file 2012.12.27 by 장포크
똑디 리눅스 2T 파티션 셋팅 [1] 2012.12.27 by 똑디
cp5113 재 설치시 '500 - 내부 서버 오류' 관련 질문  
윤이이뻐 외부페이지에서 폼전송문제  
꾸링 Sendmail 질문~!