[오류] 그누보드 글쓰기에는 $wr_id 값을 사용하지 않습니다
그누보드 글쓰기에는 $wr_id 값을 사용하지 않습니다. 오류가 뜨면,
write.skin.php 에서 아래 부분을
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
function fwrite_submit(f) {........} 바로 다음 위치로 이동해주세요.
function fwrite_submit(f)
{
if (document.getElementById('char_count')) {
if (char_min > 0 || char_max > 0) {
var cnt = parseInt(document.getElementById('char_count').innerHTML);
if (char_min > 0 && char_min > cnt) {
alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다.");
return false;
}
else if (char_max > 0 && char_max < cnt) {
alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
return false;
}
}
}
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
if (document.getElementById('tx_wr_content')) {
if (!ed_wr_content.outputBodyText()) {
alert('내용을 입력하십시오.');
ed_wr_content.returnFalse();
return false;
}
}
write.skin.php 에서 아래 부분을
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
function fwrite_submit(f) {........} 바로 다음 위치로 이동해주세요.
function fwrite_submit(f)
{
if (document.getElementById('char_count')) {
if (char_min > 0 || char_max > 0) {
var cnt = parseInt(document.getElementById('char_count').innerHTML);
if (char_min > 0 && char_min > cnt) {
alert("내용은 "+char_min+"글자 이상 쓰셔야 합니다.");
return false;
}
else if (char_max > 0 && char_max < cnt) {
alert("내용은 "+char_max+"글자 이하로 쓰셔야 합니다.");
return false;
}
}
}
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
if (document.getElementById('tx_wr_content')) {
if (!ed_wr_content.outputBodyText()) {
alert('내용을 입력하십시오.');
ed_wr_content.returnFalse();
return false;
}
}
댓글 5개
바다웹호스팅
11년 전
감사.. 해결했습니다.
11년 전
쉽게 해결됐네요... 감사합니다 ㅠㅠ
붉은주전자
10년 전
감사합니다!!
스트레스ㅡ제윤아빠
10년 전
쵝오
9년 전
이제 직방이네요. 다른것 해보았는데 안되더니 이걸로 해결 ㅎㅎ
게시글 목록
| 번호 | 제목 |
|---|---|
| 32458 | |
| 32438 | |
| 32437 | |
| 32436 | |
| 32427 | |
| 32416 | |
| 32411 | |
| 32404 | |
| 32396 | |
| 32377 | |
| 32366 | |
| 32360 | |
| 32331 | |
| 32322 | |
| 32319 | |
| 32314 | |
| 32298 | |
| 32297 | |
| 32287 | |
| 32282 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기