eve 메모장 스킨에서 댓글이 안 써져요 ㅠ_ㅠ (추가) 정보
eve 메모장 스킨에서 댓글이 안 써져요 ㅠ_ㅠ (추가)본문
글은 써지는데 댓글은 안 써지네요 ㅠ_ㅠ
eve 게시판 그대로 다운받아서 적용시켰는데 안 돼요
뭐가 잘못인지.......................ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ
+ 제가 질문을 너무 대책없이 썼군요^^;;
스킨 자료실에서 eve 라는 메모장 게시판을 받았는데
다시 찾으려고해도 못 찾겠어요ㅠㅠㅠㅠ
*** write.skin
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($w == "") {
$is_name = false;
$is_password = false;
if (!$member[mb_id] || ($is_admin && $w == 'u' && $member[mb_id] != $write[mb_id])) {
$is_name = true;
$is_password = true;
}
$password_required = "required";
$content = $board[bo_insert_content];
include_once("./norobot.inc.php");
}
if (!$subject) $subject = 1;
?>
<style>
.bbs_form { margin:0; }
.bbs_ft { border-color:#DADADE; border-style:solid; border-width:1px; }
.bbs_tt { CURSOR:pointer; }
</style>
<script language="JavaScript">
function show() {
document.getElementById('emoticon').style.visibility = "visible" ;
}
function hide() {
document.getElementById('emoticon').style.visibility = "hidden" ;
}
function insertSmiley(emo){
var skin_path = "<?=$board_skin_path?>";
if(document.fwrite) {
document.fwrite.mainimage.src = skin_path + "/emoticons/" + emo + ".gif";
document.fwrite.wr_subject.value = emo;
hide();
}
}
</script>
<form name="fwrite" method="post" action="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" autocomplete="off">
<input type=hidden name=w value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id value="<?=$wr_id?>">
<input type=hidden name=ca_name value="<?=$sca?>">
<input type=hidden name=sfl value="<?=$sfl?>">
<input type=hidden name=stx value="<?=$stx?>">
<input type=hidden name=spt value="<?=$spt?>">
<input type=hidden name=sst value="<?=$sst?>">
<input type=hidden name=sod value="<?=$sod?>">
<input type=hidden name=page value="<?=$page?>">
<input type=hidden name=wr_subject value="<?=$subject?>">
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0" border=0>
<tr> <td align='left' height="30">
</td> <td align='right' background="<?=$board_skin_path?>/img/LL.gif" height="30"> </td></tr>
</table>
<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0 border=0><tr><td align=center>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#ffffff">
<td><INPUT id="wr_content" name="wr_content" itemname="내용" required maxlength=100 style="font-family:굴림; font-weight:bold; font-size:14; background-color:rgb(246,246,246); padding-top:26; padding-right:20; padding-bottom:20; padding-left:20; border-width:1; border-top-color:rgb(173,173,173); border-right-color:rgb(231,231,231); border-bottom-color:rgb(231,231,231); border-left-color:rgb(173,173,173); border-style:solid; width:100%; height:72;" value="<?=$content?>"></td>
<td width="10"></td>
<td width="30"><INPUT type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_write.gif" border=0 align="absmiddle"></td>
</tr>
</table>
</td></tr></table>
</form>
<script language="Javascript">
with (document.fwrite) {
if (typeof(wr_name) != "undefined")
wr_name.focus();
else if (typeof(wr_content) != "undefined")
wr_content.focus();
if (typeof(ca_name) != "undefined")
if (w.value == "u")
ca_name.value = "<?=$write[ca_name]?>";
}
function fwrite_check(f)
{
var s = "";
if (s = word_filter_check(f.wr_content.value)) {
alert("내용에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
if (typeof(f.wr_key) != "undefined") {
if (hex_md5(f.wr_key.value) != md5_norobot_key) {
alert("자동등록방지용 빨간글자가 순서대로 입력되지 않았습니다.");
f.wr_key.focus();
return;
}
}
f.action = "./write_update.php";
f.submit();
}
</script>
<?
if ($w == "") {
if (!$member[mb_id])
echo "<script language='javascript' src='$g4[path]/js/md5.js'></script>\n";
// 필터
echo "<script language='javascript'> var g4_cf_filter = '$config[cf_filter], '; </script>\n";
echo "<script language='javascript' src='$g4[path]/js/filter.js'></script>\n";
}
?>
라이트 스킨인데 대체 뭐가 잘못된 건지 알려주세요ㅠㅠㅠㅠㅠㅠㅠㅠㅠ
댓글을 쓰려고 하면 내용은 써지는데 입력 버튼을 아무리 눌러도 등록이 안 돼요ㅠㅠ
eve 게시판 그대로 다운받아서 적용시켰는데 안 돼요
뭐가 잘못인지.......................ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ
+ 제가 질문을 너무 대책없이 썼군요^^;;
스킨 자료실에서 eve 라는 메모장 게시판을 받았는데
다시 찾으려고해도 못 찾겠어요ㅠㅠㅠㅠ
*** write.skin
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($w == "") {
$is_name = false;
$is_password = false;
if (!$member[mb_id] || ($is_admin && $w == 'u' && $member[mb_id] != $write[mb_id])) {
$is_name = true;
$is_password = true;
}
$password_required = "required";
$content = $board[bo_insert_content];
include_once("./norobot.inc.php");
}
if (!$subject) $subject = 1;
?>
<style>
.bbs_form { margin:0; }
.bbs_ft { border-color:#DADADE; border-style:solid; border-width:1px; }
.bbs_tt { CURSOR:pointer; }
</style>
<script language="JavaScript">
function show() {
document.getElementById('emoticon').style.visibility = "visible" ;
}
function hide() {
document.getElementById('emoticon').style.visibility = "hidden" ;
}
function insertSmiley(emo){
var skin_path = "<?=$board_skin_path?>";
if(document.fwrite) {
document.fwrite.mainimage.src = skin_path + "/emoticons/" + emo + ".gif";
document.fwrite.wr_subject.value = emo;
hide();
}
}
</script>
<form name="fwrite" method="post" action="javascript:fwrite_check(document.fwrite);" enctype="multipart/form-data" autocomplete="off">
<input type=hidden name=w value="<?=$w?>">
<input type=hidden name=bo_table value="<?=$bo_table?>">
<input type=hidden name=wr_id value="<?=$wr_id?>">
<input type=hidden name=ca_name value="<?=$sca?>">
<input type=hidden name=sfl value="<?=$sfl?>">
<input type=hidden name=stx value="<?=$stx?>">
<input type=hidden name=spt value="<?=$spt?>">
<input type=hidden name=sst value="<?=$sst?>">
<input type=hidden name=sod value="<?=$sod?>">
<input type=hidden name=page value="<?=$page?>">
<input type=hidden name=wr_subject value="<?=$subject?>">
<table width="<?=$width?>" align="center" cellpadding="0" cellspacing="0" border=0>
<tr> <td align='left' height="30">
</td> <td align='right' background="<?=$board_skin_path?>/img/LL.gif" height="30"> </td></tr>
</table>
<table width="<?=$width?>" align=center cellpadding=0 cellspacing=0 border=0><tr><td align=center>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#ffffff">
<td><INPUT id="wr_content" name="wr_content" itemname="내용" required maxlength=100 style="font-family:굴림; font-weight:bold; font-size:14; background-color:rgb(246,246,246); padding-top:26; padding-right:20; padding-bottom:20; padding-left:20; border-width:1; border-top-color:rgb(173,173,173); border-right-color:rgb(231,231,231); border-bottom-color:rgb(231,231,231); border-left-color:rgb(173,173,173); border-style:solid; width:100%; height:72;" value="<?=$content?>"></td>
<td width="10"></td>
<td width="30"><INPUT type=image id="btn_submit" src="<?=$board_skin_path?>/img/btn_write.gif" border=0 align="absmiddle"></td>
</tr>
</table>
</td></tr></table>
</form>
<script language="Javascript">
with (document.fwrite) {
if (typeof(wr_name) != "undefined")
wr_name.focus();
else if (typeof(wr_content) != "undefined")
wr_content.focus();
if (typeof(ca_name) != "undefined")
if (w.value == "u")
ca_name.value = "<?=$write[ca_name]?>";
}
function fwrite_check(f)
{
var s = "";
if (s = word_filter_check(f.wr_content.value)) {
alert("내용에 금지단어('"+s+"')가 포함되어있습니다");
return;
}
if (typeof(f.wr_key) != "undefined") {
if (hex_md5(f.wr_key.value) != md5_norobot_key) {
alert("자동등록방지용 빨간글자가 순서대로 입력되지 않았습니다.");
f.wr_key.focus();
return;
}
}
f.action = "./write_update.php";
f.submit();
}
</script>
<?
if ($w == "") {
if (!$member[mb_id])
echo "<script language='javascript' src='$g4[path]/js/md5.js'></script>\n";
// 필터
echo "<script language='javascript'> var g4_cf_filter = '$config[cf_filter], '; </script>\n";
echo "<script language='javascript' src='$g4[path]/js/filter.js'></script>\n";
}
?>
라이트 스킨인데 대체 뭐가 잘못된 건지 알려주세요ㅠㅠㅠㅠㅠㅠㅠㅠㅠ
댓글을 쓰려고 하면 내용은 써지는데 입력 버튼을 아무리 눌러도 등록이 안 돼요ㅠㅠ
댓글 전체
설명이 정확해야 답변이 달린다는 질답 게시판의 진리 입니다.^^