Skip to content
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

XE 스케치북 모바일 비회원 댓글쓰기에서 홈페이지 이메일 기입란 삭제하기


모바일 >>> .../modules/board/m.skins/sketchbook5


게시글 입력시 - write_form.html

댓글 입력시 - comment_form.html


안되네?


style="display:none" 구문으로 출력하지 않게함출력 않게 함.


<!--// 비로그인 입력 -->

<div class="edit_opt">

<block cond="!$is_logged">

<span class="itx_wrp">

<label for="nick_name">{$lang->writer}</label>

            <input type="text" name="nick_name" id="nick_name" value="{$oDocument->getNickName()}" class="itx n_p" />

</span>

<span class="itx_wrp">

<label for="password">{$lang->password}</label>

            <input type="password" name="password" id="password" class="itx n_p" />

</span>

<span class="itx_wrp">

<label for="email_address" style="display:none">{$lang->email_address}</label>

            <input type="text" style="display:none" name="email_address" id="email_address" value="{htmlspecialchars($oDocument->get('email_address'))}" class="itx m_h" />

</span>

<span class="itx_wrp">

<label for="homepage" style="display:none">{$lang->homepage}</label>

            <input type="text" style="display:none" name="homepage" id="homepage" value="{htmlspecialchars($oDocument->get('homepage'))}" class="itx m_h" />

</span>

</block>

</div> 






<div class="edit_opt">

<block cond="!$is_logged">

<span class="itx_wrp">

<label for="nick_name">{$lang->writer}</label>

<input type="text" name="nick_name" id="nick_name" class="itx n_p" value="{$oComment->getNickName()}" />

</span>

<span class="itx_wrp">

<label for="password">{$lang->password}</label>

<input type="password" name="password" id="password" class="itx n_p" />

</span>

<span class="itx_wrp">

<label for="email_address" style="display:none">{$lang->email_address}</label>

<input type="text" style="display:none" name="email_address" id="email_address" class="itx m_h" />

</span>

<span class="itx_wrp">

<label for="homepage" style="display:none">{$lang->homepage}</label>

<input type="text" style="display:none" name="homepage" id="homepage" class="itx m_h" />

</span>

</block>

</div>

 




아래의 내용을 기입하니 없어졌다. 


아놔..


.../public_html/modules/board/m.skins/sketchbook5/_comment_write.html


<!--@if($grant->write_comment && $oDocument->isEnableComment())-->

<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="bd_wrt cmt_wrt clear">

<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 cond="$mi->cmt_wrt=='editor'" class="wysiwyg">{$oDocument->getCommentEditor()}</div>

<div cond="$mi->cmt_wrt=='simple'" class="simple_wrt">

<img cond="$logged_info->profile_image->src" class="profile img" src="{$logged_info->profile_image->src}" alt="profile" />

<span cond="!$logged_info->profile_image->src" class="profile img no_img">?</span>

<div class="text">

<input type="hidden" name="use_html" value="Y" />

<input type="hidden" id="htm_{$oDocument->document_srl}" value="n" />

<textarea id="editor_{$oDocument->document_srl}" cols="50" rows="4"></textarea>

</div>

<input type="submit" value="{$lang->cmd_submit}" class="bd_btn" />

</div>

<div class="edit_opt clear" style="display:none"|cond="$mi->cmt_wrt!='editor'">

<block cond="!$is_logged">

<span class="itx_wrp">

<label for="nick_name_{$oDocument->document_srl}">{$lang->writer}</label>

<input type="text" name="nick_name" id="nick_name_{$oDocument->document_srl}" class="itx n_p" />

</span>

<span class="itx_wrp">

<label for="password_{$oDocument->document_srl}">{$lang->password}</label>

<input type="password" name="password" id="password_{$oDocument->document_srl}" class="itx n_p" />

</span>

<span class="itx_wrp">

<label for="email_address_{$oDocument->document_srl}" style="display:none">{$lang->email_address}</label>

<input type="text" style="display:none" name="email_address" id="email_address_{$oDocument->document_srl}" class="itx m_h" />

</span>

<span class="itx_wrp">

<label for="homepage_{$oDocument->document_srl}" style="display:none">{$lang->homepage}</label>

<input type="text" style="display:none" name="homepage" id="homepage_{$oDocument->document_srl}" class="itx m_h" />

</span>

</block>

        <input cond="$mi->cmt_wrt=='editor'" type="submit" value="{$lang->cmd_submit}" class="bd_btn fr" />

<div class="opt_chk">

<block cond="$is_logged">

<input type="checkbox" name="notify_message" value="Y" id="notify_message_{$oDocument->document_srl}" checked="checked"|cond="@in_array('notify',$mi->wrt_opt)" />

<label for="notify_message_{$oDocument->document_srl}">{$lang->notify}</label>

</block>

<block cond="$mi->use_status!='PUBLIC'">

<input type="checkbox" name="is_secret" value="Y" id="is_secret_{$oDocument->document_srl}" checked="checked"|cond="@in_array('secret',$mi->wrt_opt)" />

<label for="is_secret_{$oDocument->document_srl}">{$lang->secret}</label>

</block>

</div>

</div>

</form> 


로그인 후 댓글쓰기가 가능합니다.

?

  1. 17
    Feb 2016
    23:30

    오토셋과 apmsetup

    CategoryServer Views2026
    Read More
  2. 27
    Nov 2015
    01:52

    Windows APM Install(Apache 2.4, PHP 6.0, Mysql) 최신버전 설치해보기

    CategoryServer Views1246
    Read More
  3. 13
    Jul 2015
    23:23

    파일 업로드 폴더 변경

    CategoryServer Views1953
    Read More
  4. 13
    Jul 2015
    04:11

    XE ckeditor 모바일에서 사용하기

    CategoryServer Views1151
    Read More
  5. 08
    Jul 2015
    08:29

    XE 카카오톡 글전송

    CategoryServer Views1222
    Read More
  6. 02
    Jun 2015
    08:39

    APMSETUP7 PHP 업그레이드

    CategoryServer Views6373
    Read More
  7. 13
    Mar 2015
    22:19

    XE 업데이트 후 모듈업데이트가 안될때 참고

    CategoryServer Views1440
    Read More
  8. 03
    Mar 2015
    23:55

    php.ini 파일설정으로 파일업로드 용량늘리기

    CategoryServer Views1150
    Read More
  9. 03
    Mar 2015
    09:07

    웹하드 서버 구축하기

    CategoryServer Views3276
    Read More
  10. 13
    Sep 2014
    09:13

    XE DB 튜닝

    CategoryServer Views4377
    Read More
  11. 05
    Jul 2013
    08:06

    php) 이미지 사이즈 구해서 0이면 게시물 내용 없애기

    CategoryServer Views11285
    Read More
  12. 24
    May 2013
    07:53

    php) 엑셀로 저장하기

    CategoryServer Views22064
    Read More
  13. 13
    May 2013
    08:11

    Apache & Mysql 셋팅방법(httpd-mpm.conf / my.ini)

    CategoryServer Views13707
    Read More
  14. 20
    Apr 2013
    08:08

    PHP Proxy 가져오기

    CategoryServer Views14181
    Read More
  15. 10
    Apr 2013
    08:11

    Google Chart API 이용하기

    CategoryServer Views20868
    Read More
  16. 03
    Apr 2013
    18:52

    Proxy and hide ip address problem

    CategoryServer Views11999
    Read More
  17. 03
    Apr 2013
    18:38

    아파치 성능테스트 프로그램

    CategoryServer Views14034
    Read More
  18. 02
    Apr 2013
    14:39

    웹 페이지에 HTML5 동영상 컨트롤 추가

    CategoryServer Views9458
    Read More
  19. 02
    Apr 2013
    12:10

    PHP) Example #1 HTML 엔티티 디코딩

    CategoryServer Views10179
    Read More
  20. 02
    Apr 2013
    07:16

    php) curl_setopt의 옵션

    CategoryServer Views12938
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소