묻고답하기

 

 

레이아웃은 심플스타일S를 쓰고 있습니다.

게시판을 생성했는데 몇가지 어려운 게 있어 문의드립니다.

아주 초보라 많은 양해 부탁드려요

 

 

 

 

 

게시판을 생성하면 다음과 같이 나옵니다.

 

 

제목 없음.jpg

 

 

 

 

조회수와 추천수 삭제를 어떻게 했는데

게시글 주소와 엮인글은 어떻게 삭제하는지 잘 모르겠습니다.

엮인글 사용하지 않는 걸로 해도 계속 뜨니

html파일을 수정해야할 것 같습니다.

그리고 댓글창도 닉네임 바로 아래 날짜만 나왔으면 좋겠습니다.

댓글 전체 세로폭이 너무 넓습니다.

 

 

 

 

 

아래 html을 첨부하니 보시고 뭘 고쳐야 하는지 알려주세요.

 

 

 

 

 

<div class="boardRead">

 <div class="boardReadHeader">
  
  <div class="titleArea">
   <h3 class="title"><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getTitle()}</a></h3>
   <a href="{getUrl('category',$oDocument->get('category_srl'), 'document_srl', '')}" class="category">{$category_list[$oDocument->get('category_srl')]->title}</a>
   <span class="sum">
    
    <span class="date">{$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')}</span>
   </span>
  </div>
  
  <div class="authorArea">
  <!--@if($module_info->display_author!='N')-->
   <!--@if(!$oDocument->getMemberSrl())-->
    <!--@if($oDocument->isExistsHomepage())-->
     <a href="{$oDocument->getHomepageUrl()}" onclick="window.open(this.href);return false;" class="author">{$oDocument->getNickName()}</a>
    <!--@else-->
     {$oDocument->getNickName()}
    <!--@end-->
   <!--@else-->
    <a href="#popup_menu_area" class="member_{$oDocument->get('member_srl')} author" onclick="return false">{$oDocument->getNickName()}</a>
   <!--@end-->
  <!--@end-->
   
   <a href="{$oDocument->getPermanentUrl()}" class="permaLink">{$oDocument->getPermanentUrl()}</a>
  </div>

 </div>

 <!--@if($oDocument->isExtraVarsExists() && (!$oDocument->isSecret() || $oDocument->isGranted()) )-->
    <table border="1" cellspacing="0" summary="Extra Form" class="extraVarsList">
    <!--@foreach($oDocument->getExtraVars() as $key => $val)-->
    <tr>
        <th>{$val->name} :</th>
        <td>{$val->getValueHTML()}&nbsp;</td>
    </tr>
    <!--@end-->
 </table>
 <!--@end-->

 <div class="boardReadBody">
  <!--@if($oDocument->isSecret() && !$oDocument->isGranted())-->
   <form action="./" method="get" onsubmit="return procFilter(this, input_password)" class="secretMessage">
   <input type="hidden" name="mid" value="{$mid}" />
   <input type="hidden" name="page" value="{$page}" />
   <input type="hidden" name="document_srl" value="{$oDocument->document_srl}" />

    <p>&quot;{$lang->msg_is_secret}&quot;</p>
    <dl>
     <dt><label for="cpw">{$lang->password}</label> :</dt>
     <dd><input type="password" name="password" id="cpw" class="inputText" /><span class="buttonOfficial"><input type="submit" value="{$lang->cmd_input}" /></span></dd>
    </dl>

   </form>
  <!--@else-->
   {$oDocument->getContent()}
  <!--@end-->

 </div>

 <div class="boardReadFooter">
 
        <!--@if($module_info->display_sign != 'N' && ($oDocument->getProfileImage() || $oDocument->getSignature()))-->
   <div class="memberSignature">
   <!--@if($oDocument->getProfileImage())-->
    <img src="{$oDocument->getProfileImage()}" alt="profile" class="profile" align="left" />
   <!--@end-->
   <!--@if($oDocument->getSignature())-->
    {$oDocument->getSignature()}
   <!--@end-->
   </div>
  <!--@end-->
  
  {@ $tag_list = $oDocument->get('tag_list') }
  <!--@if(count($tag_list))-->
  <dl class="tag">
   <dt><img src="./img/common/iconTag.gif" width="27" height="11" alt="{$lang->tag}" /></dt>
   <!--@for($i=0;$i<count($tag_list);$i++)-->
    {@ $tag = $tag_list[$i]; }
    <dd><a href="{getUrl('search_target','tag','search_keyword',$tag,'document_srl','')}" rel="tag">{htmlspecialchars($tag)}</a></dd>
   <!--@end-->
  </dl>
  <!--@end-->
  
  <!--@if($oDocument->hasUploadedFiles())-->
        <dl class="attachedFile">
            <dt><img src="./img/common/iconFiles.gif" width="27" height="11" alt="{$lang->uploaded_file}" /> <button type="button" class="fileToggle" onclick="jQuery(this).parents('dl.attachedFile').toggleClass('open');return false;">{$lang->uploaded_file} ({$oDocument->get('uploaded_count')})</button></dt>
            <dd>
                <ul class="files">
                    {@ $uploaded_list = $oDocument->getUploadedFiles() }
                    <!--@foreach($uploaded_list as $key => $file)-->
                    <li><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]</span></a></li>
                    <!--@end-->
                </ul>
            </dd>
        </dl>
  <!--@end-->
  
       
        <!--@if(!$oDocument->getTrackbackCount())-->
  <dl class="trackbackURL">
   <dt>{$lang->trackback} : </dt>
   <dd><a href="{$oDocument->getTrackbackUrl()}" onclick="return false;">{$oDocument->getTrackbackUrl()}</a></dd>
  </dl>
        <!--@end-->
  
 </div>

    <div class="boardNavigation">
  <!--@if($module_info->default_style != 'blog')-->
        <div class="buttonLeft">
   <a href="{getUrl('document_srl','')}" class="buttonOfficial"><span class="calendar"></span><span>{$lang->cmd_list}</span></a>
  </div>
        <!--@end-->
  
        <!--@if($oDocument->isEditable())-->
  <div class="buttonRight">
   <a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl,'comment_srl','')}" class="buttonOfficial"><span>{$lang->cmd_modify}</span></a>
   <a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl,'comment_srl','')}" class="buttonOfficial"><span class="delete"></span><span>{$lang->cmd_delete}</span></a>
  </div>
        <!--@end-->
    </div>

</div>

<!--@if($oDocument->allowTrackback())-->
    <!--#include("./trackback.html")-->
<!--@end-->
<!--@if($oDocument->allowComment())-->
    <a name="comment"></a>
    <!--#include("./comment.html")-->

    <!--@if($grant->write_comment && $oDocument->isEnableComment() )-->
        <form action="./" method="post" onsubmit="jQuery(this).find('input').each(function(){if(this.title==this.value)this.value='';});return procFilter(this, insert_comment)" class="boardEditor" >
        <input type="hidden" name="mid" value="{$mid}" />
        <input type="hidden" name="document_srl" value="{$oDocument->document_srl}" />
        <input type="hidden" name="comment_srl" value="" />
        <input type="hidden" name="content" value="" />
            <div class="boardWrite commentEditor">
                <div class="editor">{$oDocument->getCommentEditor()}</div>

                <div class="editorOption">
                <!--@if(!$is_logged)-->
                   <input type="text" name="nick_name" class="inputText userName" value="{$lang->writer}"  title="{$lang->writer}" onfocus="if(this.value==this.title)this.value='';return false;" />
                   <input type="password" name="password" class="inputText userPw" value="{$lang->password}" title="{$lang->password}" onfocus="if(this.value==this.title)this.value='';return false;" />
                   <input type="text" name="email_address" class="inputText emailAddress" value="{$lang->email_address}" title="{$lang->email_address}" onfocus="if(this.value==this.title)this.value='';return false;" />
                   <input type="text" name="homepage" class="inputText homePage" value="{$lang->homepage}" title="{$lang->homepage}" onfocus="if(this.value==this.title)this.value='';return false;" />
                <!--@end-->

    <!--@if($is_logged)-->
     <input type="checkbox" name="notify_message" value="Y" id="notify_message" class="inputCheck" />
     <label for="notify_message">{$lang->notify}</label>
    <!--@end-->
     <input type="checkbox" name="is_secret" value="Y" id="is_secret" class="inputCheck" />
     <label for="is_secret">{$lang->secret}</label>
                </div>
       
                <div class="boardNavigation">
                    <span class="buttonOfficial"><span class="check"></span><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>
                </div>

            </div>

        </form>
    <!--@end-->
<!--@end-->

 

 

 

 

 

 

 

그리고 덧붙여서 게시판 제목이 화면으로 출력되어 나올 때

무조건 글자를 굵게하고 싶습니다.

이건 어떻게 변경하는지 친절하신 분 답변 부탁드립니다.

 

 

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
rallablue (해결) sketchbook5 게시판 쓰는데요 아이피문제  
일용직노동자 상단 리스트 제목변경 질문드립니다.  
늅늅이 이런페이지 뜨면  
쿡래빗 쿼리 질문드립니다... [1] file 2013.11.25 by 쿡래빗
마틴킴 아주 기본적인 질문이지만, 갤러리 목록.  
마이꿈이 insertMapping DB처리 실패  
ㅀㄹ호호 사이트PC버전은 잘 되는데 모바일버전에서 메뉴 버튼을 눌러도 아무것도 안 뜹니다  
ㅀㄹ호호 Elkha - XE Official Skin 게시판 스킨 변경과 관련하여 질문 드립니다 file  
앵앵이 게시글 무조건 비밀로 [1] 2013.11.26 by 때린데 또때려
SwiftCurrent 무엇인가 저장시 페이지가 없다거나 파일 첨부가 안됩니다.  
XOMPM 관리자 페이지에서 문서나 댓글의 수정,삭제가 안되요. file  
아싸로또1등맞고싶어 익스8~9 에서 Jquery 뻥? 크로스브라우징? css핵? [1] 2013.11.26 by BonaSera
꽃뀨 이거 왜그런걸까요 ㅠㅠ file  
shyduke 지정된 시간에만 노출되는 배너 또는 팝업  
zombiman 글쓰기 실행 시 function procFileDownload() 라는 문구가 출력됩니다. [1] file 2013.11.26 by CI
미르마법사 xe에서 사랑비 사용하시는 분들 계신가요..  
fdleo 메인 크기조절 질문입니다. [1] 2013.11.26 by 투씨
김샨 정말 쉬운 거 인데 저는 몰라요 가르쳐주세요 ㅜ [1] 2013.11.26 by XEMANIA
블랙카드 XE Core 1.7.3.6 버전 사용 중인데요 파일 첨부 버튼을 눌러도 무반응입니다!! 도와주세요! [2] file 2013.11.26 by 김군개놈
너부리야 페이지 메뉴에 jquery fadein 적용  
김군개놈 지식인 모듈 모바일 페이지에서 답변글을 볼수가 없어요. [1] 2013.11.26 by 김군개놈
socialskyo 대댓글을 구하는 함수는 무엇인가요?  
크로니 사이트메뉴 편집과 사이트 디자인설정 설정에러 file  
jahong 크롬에서만 파일첨부 에러 [1] file 2013.11.27 by jahong
dreams 게시판관련질문있습니다 [7] 2013.11.27 by CI
엑스이초보 글 번호를 제 맘대로 설정할 수 없을까요? [2] 2013.11.27 by CI
필카페 통합검색이 오래된 문서를 찾지 못합니다.  
아이구머리 자동줄맞춤 갤러리가 익스10에서 썸네일이 x박스가 생깁니다.  
강군z 회원가입후 자동로그인 안되게 하는방법 알려주세요 (설명참조)  
포쿠쿠 모바일화면에서 글 목록 불러오는 More 눌렀을 시