묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
스케치북 게시판 방명록형 질문 드립니다..ㅜ_ㅡ
2016.04.25 19:23
여기저기 질문을 해대고 있는데 도통 모르겠네요..ㅜ_ㅡ 으헝헝..
XE1.8.18 게시판 1.70
스케치북 게시판 스킨중 방명록 설정에서
글에 뎃글을 쓰면
이렇게 뎃글이 펼쳐져 있는데 상단 본 글 옆 "뎃글2" 라고 누르면 접히드라구요(아래 뎃글 2개가 사라지고 또 누르면 펼쳐집니다.)
지금은 뎃글을 남기면 자동으로 펼쳐져 바로 아래 보이는데 있는데 뎃글 작성시 접혀있고 원할떄만 펼치려면 어디어 설정을 해야하죠??ㅜ_ㅡ
도통 모르겠네요..ㅜ_ㅡ
<!--// 본문 영역 --> <div loop="$document_list=>$no,$oDocument" cond="$grant->view" class="guest_itm fdb_nav_btm clear" style="padding:0"|cond="$oDocument->isSecret() && !$oDocument->isGranted()"> <!--@if($oDocument->isSecret() && !$oDocument->isGranted())--> <form action="./" method="get" onsubmit="return procFilter(this, input_password)" class="secretMessage clear"> <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>"{$lang->msg_is_secret}"</p> <span class="itx_wrp"> <label for="cpw_{$oDocument->document_srl}">{$lang->password}</label> <input type="password" name="password" id="cpw_{$oDocument->document_srl}" class="itx" /> </span> <input class="bd_btn" type="submit" value="{$lang->cmd_input}" /> </form> <!--@else--> <!--// 프로필 이미지 --> <div cond="$mi->profile_img!='N'" class="guest_profile"> <img cond="$oDocument->getProfileImage()" class="img profile" src="{$oDocument->getProfileImage()}" alt="profile" title="{$oDocument->getNickName()}" /> <span cond="!$oDocument->getProfileImage()" class="img profile no_img">?</span> </div> <!--// 글 정보 --> <div class="guest_meta"> <a cond="!$oDocument->getMemberSrl() && $oDocument->isExistsHomepage()" href="{$oDocument->getHomepageUrl()}" onclick="window.open(this.href);return false">{$oDocument->getNickName()}</a> <b cond="!$oDocument->getMemberSrl() && !$oDocument->isExistsHomepage()">{$oDocument->getNickName()}</b> <a cond="$oDocument->getMemberSrl()" href="#popup_menu_area" class="member_{$oDocument->get('member_srl')}" onclick="return false">{$oDocument->getNickName()}</a> <span class="date">{getTimeGap($oDocument->get('regdate'), "Y.m.d H:i")}</span><small cond="$grant->manager || $mi->display_ip_address=='Y'" class="m_no">({$oDocument->getIpaddress()})</small> <span cond="$oDocument->isSecret()" class="ico_secret">SECRET</span> </div> <!--// 본문 --> {$oDocument->getContent(false)} <!--// 편집 --> <div class="guest_itm_nav fdb_nav"> <block cond="$oDocument->isEditable()"> <a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl,'comment_srl','')}">{$lang->cmd_modify}</a> <a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl,'comment_srl','')}">{$lang->cmd_delete}</a> </block> <a href="#" onclick="jQuery(this).parent().next().slideToggle().find('.fdb_lst_ul,.bd_pg').show();return false">{$lang->comment}<em>{$oDocument->getCommentcount()}</em></a> </div> <!--// 댓글 --> <div class="guest_cmt fdb_v2 clear {$mi->profile_img} {$mi->fdb_hide}"> <!--// 댓글 목록 --> <include cond="$oDocument->getCommentcount()" target="_comment.html" /> <!--// 댓글 에디터 --> <include target="_comment_write.html" /> </div> {@ $rd_idx=1} <!--@end--> </div> </div>
방명록형 코드는 찾은것 같은데 어떤걸 수 정해줘야 하는지 도통 모르겠네요..ㅜ_ㅡ
css를 공부하고 있는데 어렵네요..ㅜ_ㅡ