글쓰기가 않됩니다.

· 2011-01-14 (금) 11:47:57 · 2493 · 4
보드 글쓰기 페이지에서 텍스트박스에 마우스를 찍으면 커서가 생겨서 글씨가 써져야 하는데

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

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

감사합니다.

참고 사이트

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

여기입니다.
|

댓글 4개

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

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

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

그누4 질문답변

66,531건

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

+
제목 글쓴이 날짜 조회
11-01-14 조회 1,191
11-01-14 조회 1,663
11-01-14 조회 967
11-01-14 조회 2,868
11-01-14 조회 866
11-01-14 조회 2,494
11-01-14 조회 1,588
11-01-14 조회 1,053
11-01-14 조회 925
11-01-14 조회 864
11-01-14 조회 926
11-01-14 조회 1,611
11-01-14 조회 1,650
11-01-13 조회 1,283
11-01-13 조회 1,681
11-01-13 조회 1,030
11-01-13 조회 2,993
11-01-13 조회 3,062
11-01-13 조회 1,654
11-01-13 조회 1,326