글쓰기가 않됩니다. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

글쓰기가 않됩니다. 정보

글쓰기가 않됩니다.

본문

보드 글쓰기 페이지에서 텍스트박스에 마우스를 찍으면 커서가 생겨서 글씨가 써져야 하는데

마우스로 찍어도 커서가 생기지 않습니다.

이런 원인이 생기는 것 아시는분 좀 답변좀 부탁드립니다.

감사합니다.

참고 사이트

http://www.inplancom.com/bbs/write.php?bo_table=estimate

여기입니다.

댓글 전체

최신버전 그누 설치하셨다면, 지금 적용시킨 스킨을 수정하셔야 하세요..
다른 곳 이상은 아니거든요.. ㅡㅡ.
해당스킨만.. 잔뜩.. 째려 보면 답이 있습니다.
갑자기 쓰려니 기억이 가물가물해서요.. ㅠㅠ 죄송함다..
잘 아시는 분이 답변 드릴 듯 합니다.
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=95743&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%B1%DB%BE%B2%B1%E2+%B9%F6%C6%B0&sop=and
배워야 산다님.. 글 참조하심 되십니다..

........................................................................ 배워야 산다 님 글 시작

원본스킨이 조금 오래된 듯해서 글쓰기가 간혹 안 되시는 분들은
관리자 모드에서 cheditor 때문에 dhtml 체크 여부에 따라 달라집니다.

참고하세요.

 //수정전
if ($is_dhtml_editor) {
    include_once("$g4[path]/lib/cheditor.lib.php");
    echo "<script src='$g4[editor_path]/cheditor.js'></script>";
    echo cheditor1('wr_content', $content);
}
//수정후
if ($is_dhtml_editor) {
    include_once("$g4[path]/lib/cheditor4.lib.php");
    echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";
    echo cheditor1('wr_content', '100%', '250');
}
===============================================================
//수정전
<? if ($is_dhtml_editor) { ?>
            <?=cheditor2('fwrite', 'wr_content', '100%', '350');?>
        <? } else { ?>
//수정후
 <? if ($is_dhtml_editor) { ?>
            <?=cheditor2('wr_content', $content);?>
        <? } else { ?>
  ===============================================================   
 //수정전   
<?
    if ($is_dhtml_editor) {
        echo cheditor3('wr_content');
        echo "if (!document.getElementById('wr_content').value) { alert('내용을 입력하십시오.'); return; } ";
    }
    ?>

//수정후
 <?
    if ($is_dhtml_editor) echo cheditor3('wr_content');
    ?>

 

 

 

 

 

 

--------------------- 더 구린 버전 --------------------------

 

* 4번 라인

 

include_once("$g4[path]/lib/cheditor4.lib.php");
                         
if ($w != 'u') $content = '';
?>

<script src="<?=$g4[cheditor4_path]?>/cheditor.js"></script>
<?=cheditor1('wr_content', $content);?>

 

 

↑ 만약 안 될 경우

 

* 4번 라인

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

if ($is_dhtml_editor) {
    include_once("$g4[path]/lib/cheditor4.lib.php");
    echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";
    echo cheditor1('wr_content', '100%', '250');
}
?>

 

 

* 90번 라인

 

<td style='padding-left:20px;'>· 내용</td>
    <td style='padding:5 0 5 0;'><?=cheditor2('wr_content');?></td>
 

 

 

* 273번 라인

<?=cheditor3('wr_content');?>

........................................................................ 배워야 산다 님 글 끝..

이리 하심 해결 되실 것으로 사료 됩니다.
검색을 생활화 하심.. 모든 해결책이 검색에서도 얻어 지세요.. ㅜㅜ
전체 66,558 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT