Q&A

https://xe1.xpressengine.com/index.php?mid=tip&search_target=title_content&search_keyword=%EB%B9%84%EC%B6%94%EC%B2%9C&document_srl=22731995

 

<!--추천버튼 추가-->        

<div align="right" cond="$is_logged" >

<input onclick="doCallModuleAction('document','procDocumentVoteUp',{$oDocument->document_srl});" type="submit" value="{$lang->cmd_vote}+{$lang->cmd_submit}" class="btn" style="height:28px; width:95px; padding:0;"/>

</div>

<!--추천버튼 추가 끝-->

 

이방법을 이용해서 추천+댓글 버튼을 달았는데요

 

문제는 추천권한이 없는 회원도 로그인만 되어있으면 추천+댓글 버튼을 누를시에는 추천이 된다는 단점이 있더라구요

그래서 권한이 없으면 추천+댓글 버튼이 아예 안보이고 싶은데 어떻게 해야 할까요?

댓글 2