● 그누보드 글쓰기 에디터 2개 겹처 보이는 문제 해결
♨ 카랜더 일정 :
80 부터 까지
링크
첨부
본문
● 그누보드 글쓰기 에디터 2개 겹처 보이는 문제 해결
- 일부 스킨에서 아래와 같이 에디터/edit 가 2개의 아이콘 메뉴/글틀이 안으로 보임
수정 전후 > echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>" 제거
<!-- <div class="wr_content <?php// echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>"> 변경전 2개의 에디터 보임 -->
<div class="wr_content <?php // 변경후 edit 2개 보임으로 뒤줄 설정제거 // echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>">
▶ 수정부분
<!-- W:wwwskinboard190724schedule+v1.6write.skin.php -->
<tr>
<th>내용<span class="sound_only">필수</span></th>
<td>
<!-- <div class="wr_content <?php // echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>"> 변경전 2개의 에디터 보임 -->
<div class="wr_content <?php // 변경후 edit 2개 보임으로 뒤줄 설정제거 // echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>">
<?php if($write_min || $write_max) { ?>
<!-- 최소/최대 글자 수 사용 시 -->
<p id="char_count_desc">이 게시판은 최소 <strong><?php echo $write_min; ?></strong>글자 이상, 최대 <strong><?php echo $write_max; ?></strong>글자 이하까지 글을 쓰실 수 있습니다.</p>
<?php } ?>
<?php echo $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?>
<?php if($write_min || $write_max) { ?>
<!-- 최소/최대 글자 수 사용 시 -->
<div id="char_count_wrap"><span id="char_count"></span>글자</div>
<?php } ?>
</div>
</td>
</tr>
☞ https://11q.kr 에 등록된 자료 입니다.
뷰PDF 1,2
office view
관련자료
-
링크
-
이전
-
다음
댓글목록
등록된 댓글이 없습니다.