댓글에 스마트에디터2 적용하기...
댓글에 스마트에디터2 적용하기...
1) 상단에...
<?
$commnet_editor = true;
$is_dhtml_editor = true;
if($commnet_editor)
include_once(G5_EDITOR_LIB);
$editor_html = editor_html('wr_content', $content, $is_dhtml_editor);
?>
를 넣으세요...
2) $comment = $list[$i]['content']; 다음줄에...
아래의 코드를 추가하세요...
$comment = nl2br(stripslashes($list[$i]['wr_content'])); //댓글 태그적용
3)
<span class="sound_only">내용</span>
<?php if ($comment_min || $comment_max) { ?><strong id="char_cnt"><span id="char_count"></span>글자</strong><?php } ?>
<?php
if($commnet_editor)
{
echo $editor_html;
}
else
{
?>
<textarea id="wr_content" name="wr_content" maxlength="10000" required class="required" title="내용" placeholder="댓글내용을 입력해주세요"
<?php if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?php } ?>><?php echo $c_wr_content; ?></textarea>
<?php if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?php } ?>
<?}?>
<script>
<span class="sound_only">내용</span> 과
<script> 사이에 위의 코드로 교체하세요...
4. function fviewcomment_submit(f) { 밑에 아래의 코드를 추가하세요.
<?php echo get_editor_js('wr_content', $is_dhtml_editor); ?>
<?php echo chk_editor_js('wr_content', $is_dhtml_editor); ?>
- 감사합니다. (모아비즈) -
댓글 12개
평안한 저녁시간 되세요...^ㅡ^~
감사합니다. 편안한 시간 되세요~~~!!!
네...감사합니다...^ㅡ^~
내용이 많아서 어느 부분일지...
기존 스킨에는 댓글이 잘 써지는데 알려주신 댓글에 에디터를 달아서 하면 '올바른 방법으로 이용해 주세요' 가 나오네요
ㄴㄴ
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2575 | 9개월 전 | 549 | ||
| 2574 | 9개월 전 | 924 | ||
| 2573 |
두리삼촌v
|
9개월 전 | 597 | |
| 2572 | 9개월 전 | 545 | ||
| 2571 | 9개월 전 | 590 | ||
| 2570 |
두리삼촌v
|
9개월 전 | 627 | |
| 2569 |
두리삼촌v
|
9개월 전 | 656 | |
| 2568 |
두리삼촌v
|
9개월 전 | 451 | |
| 2567 |
두리삼촌v
|
9개월 전 | 433 | |
| 2566 | 9개월 전 | 729 | ||
| 2565 | 9개월 전 | 656 | ||
| 2564 | 9개월 전 | 463 | ||
| 2563 | 10개월 전 | 1017 | ||
| 2562 |
|
10개월 전 | 666 | |
| 2561 | 10개월 전 | 908 | ||
| 2560 | 10개월 전 | 645 | ||
| 2559 |
|
10개월 전 | 495 | |
| 2558 | 10개월 전 | 648 | ||
| 2557 | 10개월 전 | 944 | ||
| 2556 | 10개월 전 | 1323 | ||
| 2555 | 10개월 전 | 740 | ||
| 2554 |
|
10개월 전 | 735 | |
| 2553 | 10개월 전 | 663 | ||
| 2552 | 10개월 전 | 854 | ||
| 2551 | 10개월 전 | 753 | ||
| 2550 |
|
10개월 전 | 707 | |
| 2549 | 10개월 전 | 1015 | ||
| 2548 | 10개월 전 | 660 | ||
| 2547 | 10개월 전 | 1192 | ||
| 2546 | 10개월 전 | 651 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기