묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
비추천 취소하기
2013.01.13 13:29
회원분들이 비추천을 잘못 누르며 취소하고 싶다는데
어떻게 하나요 ?
아니면 비추천을 누를때
" 비추천하시겠습니까? "
라는 창이라던가.. 방법좀 알려주세요.
댓글 2
-
송동우
2013.01.13 14:12
-
화랑529
2013.01.13 14:16
정말 감사합니다. 송동우님 덕분에 지금껏 여러가지 해결했네요 ㅠㅠ -
화랑529
2013.01.13 14:21
송동우님, 근데 경고 메시지가 뜨질 않네요 ㅠㅠ -
화랑529
2013.01.13 14:24
제가 " 이 게시물을... " 을 없애고 버튼 형식으로 추천, 비추천해서 그런가요 ? -
화랑529
2013.01.13 14:28
<a href="#" onclick="doCallModuleAction('document','procDocumentVoteDown','{$document_srl}');return false;" class="button"><span><img src="./비추.jpg"></span></a> 이게 비추 코드인데 어떻게 변경하죠 ? -
송동우
2013.01.13 14:35
결과를 눈으로 보기
xe - modules - document - document.model.php 열고
line 450 쯤에
$url= sprintf("doCallModuleAction('document','procDocumentVoteDown','%s')", $document_srl);
이것을
$url= sprintf("if(confirm('경고메세지')){doCallModuleAction('document','procDocumentVoteDown','%s')}else{return false}", $document_srl);
이것으로 수정