테스트 사이트 - 개발 중인 베타 버전입니다

글쓰기가 않됩니다.

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

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

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

감사합니다.

참고 사이트

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

여기입니다.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 4개

최신버전 그누 설치하셨다면, 지금 적용시킨 스킨을 수정하셔야 하세요..
다른 곳 이상은 아니거든요.. ㅡㅡ.
해당스킨만.. 잔뜩.. 째려 보면 답이 있습니다.
갑자기 쓰려니 기억이 가물가물해서요.. ㅠㅠ 죄송함다..
잘 아시는 분이 답변 드릴 듯 합니다.
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');?>

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

이리 하심 해결 되실 것으로 사료 됩니다.
검색을 생활화 하심.. 모든 해결책이 검색에서도 얻어 지세요.. ㅜㅜ
네.. 대단히 감사합니다.
감사합니다^^

게시글 목록

번호 제목
284508
284499
284492
284490
284484
284481
284478
284476
284474
284472
284470
284458
284457
284454
284453
284447
284446
284444
284441
284440