묻고답하기
XE 지식인 의견 버튼 비 활성화 살리는 방법
2018.05.21 08:47
위 버튼이 설치후에 작동을 안하고 있습니다
설치는 https://www.xpressengine.com/index.php?mid=download&package_id=18334938 이것으로 하였습니다
문제는 다른 것은 다 잘됩니다
신기하게 저만 그런건지 의견 버튼이 죽어 있어서 아무리 클릭하여도 움직이지를 안네요
어디가 문제인지 알수가 없습니다
<div class="comments corner02">
<h5 class="cm_title"><a href="#replies_{$oDocument->document_srl}" onclick="doGetComments({$oDocument->document_srl},{$oDocument->document_srl}); return false;" id="replies_{$oDocument->document_srl}" class="replies_link"><span>{$lang->short_replies} ({number_format($replies_count[$oDocument->document_srl])})</span></a></h5>
<div id="replies_content_{$oDocument->document_srl}" style="display:none;"></div>
<!-- border-round elements -->
<span class="corn tl"></span><span class="corn tr"></span><span class="corn bl"></span><span class="corn br"></span>
</div>
이거와 조금 밑에 하나 더 있습니다
<div class="comments corner04"|cond="$selected_reply != $reply->comment_srl" class="comments corner02"|cond="$selected_reply == $reply->comment_srl">
<h5 class="cm_title"><a href="#replies_{$reply->comment_srl}" onclick="doGetComments({$oDocument->document_srl},{$reply->comment_srl}); return false;" id="replies_{$reply->comment_srl}" class="replies_link"><span>{$lang->short_replies} ({number_format($replies_count[$reply->comment_srl])})</span></a></h5>
<script>var $i=1;function go($i){doGetComments({$reply->comment_srl});$i++;}go($i);</script>
<!-- border-round elements -->
<span class="corn tl"></span><span class="corn tr"></span><span class="corn bl"></span><span class="corn br"></span>
</div>
해당 view.html 해당 파일 올려 봅니다
감사 합니다