주제: 댓글쓰기 관리자는 암것도 안나와요ㅠ
<s_rp_input_form>
<div class="cmtbox">
<div class="cmttitle"></div>
<s_rp_member>
<s_rp_guest>
<div class="cmtmain"><input type="text" name="[##_rp_input_name_##]" value="[##_guest_name_##]" / class="inputhee" style="width:65px;"> <input type="password" maxlength="8" name="[##_rp_input_password_##]" value="[##_rp_admin_check_##]" / class="inputhee" style="width:60px;"> <input type="text" name="[##_rp_input_comment_##]" / class="inputhee" style="width:250px;"> <img src="./images/enter.gif" onclick="[##_rp_onclick_submit_##]" style="cursor:hand"/></div>
</s_rp_guest>
</s_rp_member>
</div>
</s_rp_input_form>
위에 내용대로 html파일에 입력을 하니 방문자 상태에선 글입력이 가능한데
관리자로 로그인하면 입력창이 보이질 않습니다.
어디를 손봐줘야하나요? ㅠ