그누보드 쇼핑몰질문입니다. ㅜ ㅜ 도와주세요~~~ 고수님들 정보
그누보드 쇼핑몰질문입니다. ㅜ ㅜ 도와주세요~~~ 고수님들본문
쇼핑몰을 만들어서 상품문의를 모든사람이 아닌 회원분들만 글을 쓰실수 있게 설정을 해야하는데 어디가서 설정을 해야하는지 좀 알려주세요~
관리자에서 싹싹 뒤져도 어디에서 처리를 해야되는지 모르겠어요~~ 알려주세요~~ 고수님들~~
관리자에서 싹싹 뒤져도 어디에서 처리를 해야되는지 모르겠어요~~ 알려주세요~~ 고수님들~~
댓글 전체
제일 간단히 구현 하는 방법은
shop/itemqa.inc.php 파일에서
<table width=100% cellpadding=0 cellspacing=0>
<tr><td colspan=2 height=35>* 이 상품에 대한 궁금한 사항이 있으신 분은 질문해 주십시오.
<input type=image src='<? echo "$g4[shop_img_path]/btn_qa.gif"?>' onclick="itemqa_insert(itemqa);" align=absmiddle></td></tr>
</table>
이 부분을 찾으셔서 (미수정시 라인 167)
<? if($member[mb_level] > 1) { ?>
<table width=100% cellpadding=0 cellspacing=0>
<tr><td colspan=2 height=35>* 이 상품에 대한 궁금한 사항이 있으신 분은 질문해 주십시오.
<input type=image src='<? echo "$g4[shop_img_path]/btn_qa.gif"?>' onclick="itemqa_insert(itemqa);" align=absmiddle></td></tr>
</table>
<? } ?>
이렇게 수정해 주시면 회원이 아닌 분들은 문의하기 버튼을 볼 수 없습니다 :)
shop/itemqa.inc.php 파일에서
<table width=100% cellpadding=0 cellspacing=0>
<tr><td colspan=2 height=35>* 이 상품에 대한 궁금한 사항이 있으신 분은 질문해 주십시오.
<input type=image src='<? echo "$g4[shop_img_path]/btn_qa.gif"?>' onclick="itemqa_insert(itemqa);" align=absmiddle></td></tr>
</table>
이 부분을 찾으셔서 (미수정시 라인 167)
<? if($member[mb_level] > 1) { ?>
<table width=100% cellpadding=0 cellspacing=0>
<tr><td colspan=2 height=35>* 이 상품에 대한 궁금한 사항이 있으신 분은 질문해 주십시오.
<input type=image src='<? echo "$g4[shop_img_path]/btn_qa.gif"?>' onclick="itemqa_insert(itemqa);" align=absmiddle></td></tr>
</table>
<? } ?>
이렇게 수정해 주시면 회원이 아닌 분들은 문의하기 버튼을 볼 수 없습니다 :)