묻고답하기


글을 작성할때
제목을 무조건 문의합니다.<==========  이렇게 하려면 
다음 소스에서 어디를 어떻게 고쳐주어야 할까요?ㅠㅠ
제목을 수정도 안되게 문의합니다로 고정하고 싶은데 방법을 모르겠습니다.

<!--@if($module_info->use_category=="Y")-->
<select name="category_srl" class="category">
<option value="">{$lang->category}</option>
<!--@foreach($category_list as $val)-->
<option <!--@if(!$val->grant)-->disabled="disabled"<!--@endif--> value="{$val->category_srl}" <!--@if($val->grant&&$val->selected||$val->category_srl==$oDocument->get('category_srl'))-->selected="selected"<!--@endif-->>
{str_repeat("  ",$val->depth)} {$val->title} ({$val->document_count})
</option>
<!--@endforeach-->
</select>
<!--@endif-->
<!--@if($oDocument->getTitleText())-->
<input type="text" name="title" id="postTitle" class="iText" value="{htmlspecialchars($oDocument->getTitleText())}" />
<!--@else-->
<input type="text" name="title" id="postTitle" class="iText" value="{$lang->title}" title="{$lang->title}" onfocus="if(this.value==this.title) this.value='';" />
<!--@end-->
        <!--@if($is_logged)-->
        <button class="btn" type="button" onclick="doDocumentLoad(this)">{$lang->cmd_load}</button>
        <!--@end-->
</div>

    <!--@if(count($extra_keys))-->
    <table border="1" cellspacing="0" summary="Extra Form" class="extraVarsList">
<caption><em>*</em> : {$lang->is_required}</caption>
    <!--@foreach($extra_keys as $key => $val)-->
    <tr>
        <th scope="row">{$val->name} <!--@if($val->is_required=='Y')--><em>*</em><!--@end--></th>
        <td>{$val->getFormHTML()}</td>
    </tr>
    <!--@endforeach-->
    </table>
    <!--@endif-->

    <div class="editor">{$oDocument->getEditor()}</div>

    <div class="tag">
        <input type="text" name="tags" value="{htmlspecialchars($oDocument->get('tags'))}" class="iText" title="Tag" />
<p>{$lang->about_tag}</p>
    </div>

<div class="editOption">
<!--@if(!$is_logged)-->
  <input type="text" name="nick_name" class="iText userName" value="{$lang->writer}" title="{$lang->writer}" onfocus="if(this.value==this.title)this.value='';return false;" />
  <input type="password" name="password" class="iText userPw" value="{$lang->password}" title="{$lang->password}"  onfocus="if(this.value==this.title)this.value='';return false;" />
  <input type="text" name="email_address" class="iText 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="iText homePage" value="{$lang->homepage}" title="{$lang->homepage}"  onfocus="if(this.value==this.title)this.value='';return false;" />
<!--@end-->
        <!--@if($grant->manager)-->
        {@ $_color = array('555555','222288','226622','2266EE','8866CC','88AA66','EE2222','EE6622','EEAA22','EEEE22') }
        <select name="title_color" id="title_color" <!--@if($oDocument->get('title_color'))-->style="color:#{$oDocument->get('title_color')};"<!--@end--> onchange="this.style.color=this.options[this.selectedIndex].style.color;">
<option value="" style="color:#CCCCCC;">{$lang->title_color}</option>
<!--@foreach($_color as $_col)-->
<option value="{$_col}" style="color:#{$_col}" <!--@if($oDocument->get('title_color')==$_col)-->selected="selected"<!--@end-->>{$lang->title_color}</option>
<!--@endforeach-->
</select>
<input type="checkbox" name="title_bold" id="title_bold" value="Y" <!--@if($oDocument->get('title_bold')=='Y')-->checked="checked"<!--@end--> />
<label for="title_bold">{$lang->title_bold}</label>
<input type="checkbox" name="is_notice" value="Y" <!--@if($oDocument->isNotice())-->checked="checked"<!--@end--> id="is_notice" />
<label for="is_notice">{$lang->notice}</label>
        <!--@endif-->
<input type="checkbox" name="comment_status" value="ALLOW" <!--@if($oDocument->allowComment())-->checked="checked"<!--@end--> id="comment_status" />
<label for="comment_status">{$lang->allow_comment}</label>
<input type="checkbox" name="allow_trackback" value="Y" <!--@if($oDocument->allowTrackback())-->checked="checked"<!--@end--> id="allow_trackback" />
<label for="allow_trackback">{$lang->allow_trackback}</label>
<!--@if($is_logged)-->
<input type="checkbox" name="notify_message" value="Y" <!--@if($oDocument->useNotify())-->checked="checked"<!--@end--> id="notify_message" />
<label for="notify_message">{$lang->notify}</label>
        <!--@end-->
<!--@if(is_array($status_list))-->
<!--@foreach($status_list AS $key=>$value)-->
<input type="radio" name="status" value="{$key}" id="{$key}" <!--@if($oDocument->get('status') == $key || ($key == 'SECRET' && !$document_srl))-->checked="checked"<!--@end--> /> 
<label for="{$key}">{$value}</label>
<!--@end-->
<!--@end-->
    </div>
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
쭈영 도메인주소변경시 db백업, 복구문제. [11] 2014.06.18 by 쭈영
가르송 xe2900 게시판 수정부분 ㅠㅠ [2] 2014.06.18 by sejin7940
qwqwwewe 자동 이미지 애드온 질문입니다. [4] 2014.06.18 by qwqwwewe
puppy99 링크방에서 site link 이건 어떻게 하는건가요?? [3] file 2014.06.18 by DoorWeb
댜니라22 코어 업데이트(1.4→1.7) [7] 2014.06.18 by 댜니라22
gu xe 세션에 대해 질문드려요  
cromy 회원가입시 아이디에 특수문자 허용 [1] 2014.06.18 by O'^'O
O'^'O 모바일 menu 수정가능한가요?? [9] file 2014.06.18 by O'^'O
rowlfkfgkwlak 게시판 첨부파일에서 에러가 나는데..도와주세요. [7] file 2014.06.18 by 모르는게너무많아서
socialskyo webcron 기능이 동작안해서그런데...사이트 접속할떄마다 FTP에 있는 특정 php를 실행시킬순 없을까요? [4] 2014.06.18 by 퍼니엑스이
이대성680 로그인이 풀려버립니다. [7] 2014.06.18 by 이대성680
까뚜2 쇼핑몰을 운영시 XE 수준에대해서 질문드립니다 [3] 2014.06.18 by 몽실아빠
LinkinPark 제로보드 설치후부터 계속 막히네요.. 레이아웃 스킨 적용 질문입니다. [1] 2014.06.18 by bonui
zkffktm 게시판리스트 섬네일 표현 방법.. [1] file 2014.06.18 by 똑디
코코팜77 좌측 여백 배너 넣기 해답좀 주실 분 [1] file 2014.06.18 by 똑디
나만의너 아이콘샵 모듈에서 구입하면 x박스가 나와요 [1] 2014.06.18 by 나만의너
SuBlime XE 2010 Gallery 스킨 목록에서 작성일 지우기 [3] 2014.06.18 by 너마늘위해
O'^'O 작업하다 문득 궁금한게 생겨서... [3] 2014.06.18 by Happyphp
tiram2sue XE에서 github같은 시스템을 구축하고 싶습니다. [2] 2014.06.18 by tiram2sue
1Bit 해외 호스팅 고대디(Godaddy) 간헐적인 페이지 연결 오류 [3] 2014.06.17 by Luatic™
XE초보자입니다 메뉴를 고정 후 스크롤시 고정된 상태로 보이는 방법? [1] file 2014.06.17 by DoorWeb
날마다좋은날 첨부파일로 업로드하면 자동저장이 돼버리는건 왜 그럴까요?  
putty 웹마스터 메일 이란걸 어디서 확인하죠? [1] 2014.06.17 by 몽실아빠
dd_b ' 제로보드 XE로 홈페이지 쇼핑몰 만들기'라는 책이 도움되나요? [3] 2014.06.17 by mAKEkr
geogeo123 아래와 같은 스킨 없을까요 ??? [2] 2014.06.17 by 퍼니엑스이
aclock 게시판 상단내용 추가 답변좀 부탁드려요!! [4] 2014.06.17 by DoorWeb
putty XE 에선 로그인 검증을 어떤 절차로 하나요? (내용 상세) [2] file 2014.06.17 by putty
bonui 댓글이나 대댓글쓸때 페이지가 바뀌는 현상 [3] 2014.06.17 by DoorWeb
히상궁 데이터 이전툴 사용시 xml파일이 다운이 되지 않습니다. [5] file 2014.06.17 by O'^'O
mAKEkr XE내에 XML 해석하는 클래스가 무엇인가요? [3] 2014.06.17 by O'^'O