묻고답하기

카테고리

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 남기남
답답이772 제로님도 인지하신 문제인듯 한데... [4] file 2008.03.19 by 뒷뜰에핀행복
푸조메니져 기존에 드림위버로 사이트를 제작하고 최근게시물 만들기 입니다.  
아스다 xe_official스킨에서 bgHeader어떻게 바꾸나요? [3] file 2008.03.15 by 아스다
임수형 스프링노트 연동문제  
신여울 회원 포인트 목록 [3] 2008.03.15 by 백성찬
웹테러 레이아웃을 적용해도 계속해서 괄호만 나오는데.. [1] file 2008.03.15 by hangoon
pinze.myid.net 카테고리 [1] 2008.03.15 by hangoon
서울 특정 레이아웃에서 게시글분류출력기를 사용 다른 게시판에서 다른 분류 출력하기? [1] 2008.03.15 by hangoon
Seoulight 일기장이나 공지사항 형태의 제로보드 4에서 쓰던 스킨이 제로보드 XE에는 없나요? [1] 2008.03.15 by hangoon
baekr 두개의 홈페이지 회원을 공유하는 방법이 있나요?  
catsby.myid.net 같은 데이타베이스 다른 홈페이지.... 알려주세요.  
sugarkane 웹진형 최근글 목록수 설정은 어떻게..?? [2] 2008.03.15 by HIKARU
kano5901 홈페이지 제작에 관해서 조언좀...  
아방스 레이아웃을 만들때 DIV가 아닌 TABLE를 써도 될런지... [2] 2008.03.15 by hangoon
송경호 [ 서버 이전하고 싶습니다.] 급 질문~~  
임재현747 회원 가입시...미성년자 가입제한 기능은 어떻게 해야 할까요?  
必得力 상담기능 사용해보신 계신가요? [1] 2008.03.14 by 必得力
완전기초 자신의 컴퓨터를 서버로 사용할때 [5] 2008.03.14 by 완전기초
완전기초 php를 제로보드와 연동시키는 것을 어떻게 하나요?  
전승일293 스킨 수정 시 코드에서~ [1] 2008.03.14 by 지연아빠
keroro 블로그 주소를 중복체크하게 할 수 없을까요?  
가을조타 purple.css 업로드 에러  
Kyung Soung 홈페이지주소/zbxe/home 를 그냥 홈페이지로 바꿀수있나요? [2] 2008.03.14 by 부우우
ov 첨부파일 버튼 때문에 미치겠습니다. [1] 2008.03.14 by 빽짱구
765 1.0으로 업그레이드후 메뉴항목의 수정불가  
칸즈 1.0 버전 텍스트 박스 안의 영문 폰트 되돌리기..?  
나비話 로고 바로 옆에 메뉴를 넣고 싶어요. [2] file 2008.03.14 by 나비話
레드XIII common.css 업로드 오류 [1] 2008.03.14 by 뒷뜰에핀행복
jy1664 코멘트 작성시간시간별로 코멘트숫자색깔바꾸기  
Yulo.K files/sessions 폴더에 파일이 계속 쌓이는 분 안계신가요? [1] 2008.03.14 by core