코멘트 쓰기 없이 스크랩가능하게 해주세요... 정보
코멘트 쓰기 없이 스크랩가능하게 해주세요...
본문
스크랩을 하면..
코멘트 쓰는 칸이 나오고 확인을 누르면 스크랩한 리스트가 뜨잖아요..
요 창없이..
그크랩버튼 누르면 자동으로 스크랩이 되었으면합니다.
scrap.skin.php에서 내용다 지우고..
자바스크립트로 바로 업데이트로 넘어가게 하니 bo_table이랑 wr_id를 받지 못해서..
스크랩목록에 게시판 이름, 제목 이 나타나질않네요..
오찌하면..
코멘트 쓰는 창없이 바로 스크랩될까요??
댓글 전체
얼마전에 작업을 해봤는데 scrap_popin.skin 에서 아래처럼 하니 되던데요
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="410" border="0" cellspacing="0" cellpadding="0">
<form name=f_scrap_popin method=post action="./scrap_popin_update.php">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="wr_id" value="<?=$wr_id?>">
<!--<tr>
<td height="200" align="center" valign="top"><table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20"></td>
</tr>
<tr>
<td height="2" bgcolor="#808080"></td>
</tr>
<tr>
<td width="540" height="2" align="center" valign="top" bgcolor="#FFFFFF"><table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="80" height="27" align="center"><b>제목</b></td>
<td width="10" valign="bottom"><img src="<?=$member_skin_path?>/img/l.gif" width="1" height="8"></td>
<td width="450" style='word-break:break-all;'><?=get_text(cut_str($write[wr_subject], 255))?></td>
</tr>
<tr>
<td height="1" colspan="3" bgcolor="#E9E9E9"></td>
</tr>
<tr>
<td width="80" height="200" align="center"><b>코멘트</b></td>
<td width="10" valign="bottom"><img src="<?=$member_skin_path?>/img/l.gif" width="1" height="8"></td>
<td width="450"><textarea name="wr_content" rows="10" style="width:90%;"></textarea></td>
</tr>
<tr>
<td height="1" colspan="3" bgcolor="#E9E9E9"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="2" align="center" valign="top" bgcolor="#D5D5D5"></td>
</tr>
<tr>
<td height="2" align="center" valign="top" bgcolor="#E6E6E6"></td>
</tr>-->
<tr>
<td height="40" align="center" valign="bottom"><INPUT type=image width="40" height="20" src="<?=$member_skin_path?>/img/ok_btn.gif" border=0></td>
</tr>
</form>
</table>
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width="410" border="0" cellspacing="0" cellpadding="0">
<form name=f_scrap_popin method=post action="./scrap_popin_update.php">
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
<input type="hidden" name="wr_id" value="<?=$wr_id?>">
<!--<tr>
<td height="200" align="center" valign="top"><table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20"></td>
</tr>
<tr>
<td height="2" bgcolor="#808080"></td>
</tr>
<tr>
<td width="540" height="2" align="center" valign="top" bgcolor="#FFFFFF"><table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="80" height="27" align="center"><b>제목</b></td>
<td width="10" valign="bottom"><img src="<?=$member_skin_path?>/img/l.gif" width="1" height="8"></td>
<td width="450" style='word-break:break-all;'><?=get_text(cut_str($write[wr_subject], 255))?></td>
</tr>
<tr>
<td height="1" colspan="3" bgcolor="#E9E9E9"></td>
</tr>
<tr>
<td width="80" height="200" align="center"><b>코멘트</b></td>
<td width="10" valign="bottom"><img src="<?=$member_skin_path?>/img/l.gif" width="1" height="8"></td>
<td width="450"><textarea name="wr_content" rows="10" style="width:90%;"></textarea></td>
</tr>
<tr>
<td height="1" colspan="3" bgcolor="#E9E9E9"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="2" align="center" valign="top" bgcolor="#D5D5D5"></td>
</tr>
<tr>
<td height="2" align="center" valign="top" bgcolor="#E6E6E6"></td>
</tr>-->
<tr>
<td height="40" align="center" valign="bottom"><INPUT type=image width="40" height="20" src="<?=$member_skin_path?>/img/ok_btn.gif" border=0></td>
</tr>
</form>
</table>
/bbs/scrap_popin_update.php?bo_table=<?=$bo_table?>&wr_id=<?=$wr_id?>

bbs/view.php 의 89줄
// 스크랩 링크
//$scrap_href = "./scrap_popin.php?bo_table=$bo_table&wr_id=$wr_id";
$scrap_href = "./scrap_popin_update.php?bo_table=$bo_table&wr_id=$wr_id";
// 스크랩 링크
//$scrap_href = "./scrap_popin.php?bo_table=$bo_table&wr_id=$wr_id";
$scrap_href = "./scrap_popin_update.php?bo_table=$bo_table&wr_id=$wr_id";
진작에 알려달라고 할껄.....
제홈에나 적용을 해야겠네요^^
제홈에나 적용을 해야겠네요^^

제가 원래 숨겨둔 것이라서요.....킁~~~~!
천상재회님 미워워~~~
혼자만 알고지내고... 그쵸 7쟁이님 ~~
혼자만 알고지내고... 그쵸 7쟁이님 ~~

드디어 관리자님께서 저를 접속불가로 해주실때가 된것 같습니다...ㅠ.ㅠ
그러게요...
노래방에서 나를 끌어안더니만 거짖 이었나봐요^^
노래방에서 나를 끌어안더니만 거짖 이었나봐요^^

헉~~~!
아무래도 요즈음 쪽지로 무지막지하게 바쁘신듯 한데
발목 좀 잡아드려요...?
킁~~!
아무래도 요즈음 쪽지로 무지막지하게 바쁘신듯 한데
발목 좀 잡아드려요...?
킁~~!

일단 젤먼저 간단하고 정확한 답변 주신 영삼님께 포인트 드립니다용~
3분 모두 답변 주셔서 감사합니다.
3분 모두 답변 주셔서 감사합니다.

왜 요거 완료 안되었을까요?? 확인하고 완료 시킵니다용~~;;