그누보드5의 리스트 스킨에서 코멘트를 작성하는 방법이 있을까요?
본문
<form name="modify_comment" id="frm_modify_comment" action="./write_comment_update.php" onsubmit="return fviewcomment_submit(this);" method="post" autocomplete="off">
<input type="hidden" name="w" value="cu">
<input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
<input type="hidden" name="sca" value="<?php echo $sca ?>">
<input type="hidden" name="sfl" value="<?php echo $sfl ?>">
<input type="hidden" name="stx" value="<?php echo $stx ?>">
<input type="hidden" name="spt" value="<?php echo $spt ?>">
<input type="hidden" name="page" value="<?php echo $page ?>">
<input name="comment_id" value="">
<input type="hidden" name="wr_id" value="">
<textarea name="wr_content"></textarea>
<button type="submit">댓글 등록</button>
</form>
지금 이렇게 코드를 작성하고 있는데,
자꾸 올바른 방법으로 이용해 달라는 말이 뜨네요,,,ㅠㅠㅠㅠ
!-->
답변 3
글 작성 및 댓글 작성시에는 토큰 생성이 이뤄집니다.
토큰 생성에 관한 내용은 common.js에 있으니 해당 부분에서 토큰 생성을 참조하여 토큰 생성 로직을 넣어주셔야 됩니다.
일단 안되는것은 당연한 거구요.
리스트에서 댓글 다는 스킨 관련된것을 찾아보셔서 적용하셔야 할듯 싶습니다.
d
답변을 작성하시기 전에 로그인 해주세요.