회원만 작성 가능한 댓글창을 비회원도 작성가능하게쓰려는데요

회원만 작성 가능한 댓글창을 비회원도 작성가능하게쓰려는데요

QA

회원만 작성 가능한 댓글창을 비회원도 작성가능하게쓰려는데요

답변 1

본문

<aside class="bo_vc_w" id="bo_vc_w_<?=$list[$i][wr_id]?>">
    <form name="fviewcomment" action="./write_comment_update.php" onsubmit="return fviewcomment_submit(this);" method="post" autocomplete="off">
    <input type="hidden" name="w" value="<?php echo $w ?>" id="w">
    <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">
    <input type="hidden" name="wr_id" value="<?php echo $list[$i][wr_id] ?>">
    <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 type="hidden" name="log" value="<?php echo $_GET['log']?>">

    <input type="hidden" name="wr_subject" value="덧글" />

    <div class="input-comment">
        <textarea name="wr_content" required class="required" title="내용"></textarea>

 

이 부분의 히든을 다 없애면 비회원도 보이게 할 수 있나요???

이 질문에 댓글 쓰기 :

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 123,518
© SIRSOFT
현재 페이지 제일 처음으로