style.css를 사용하면서 venobox 사용하기
2015-07-30 11:41
12,146
1
1
본문
저처럼 기존 style.css를 유지하고픈 분들은 아래와 같이 수정하시면 됩니다.
view_comment.skin.html 을 다음과 같이 수정을 합니다.
수정 전
<link rel="stylesheet" href="../../../plugins/colorbox/colorbox.css" />
<script src="../../../plugins/colorbox/jquery.colorbox-min.js"></script>
수정 후
<link rel="stylesheet" href="../../../plugins/venobox/venobox.css" type="text/css" media="screen" />
<script type="text/javascript" src="../../../plugins/venobox/venobox.min.js"></script>
수정 전
<a class="btn-e btn-e-dark btn-e-xs emoticon pull-right margin-left-5" href="{C.EYOOM_CORE_URL}/board/emoticon.php">이모티콘</a>
수정 후
<a class="btn-e btn-e-dark btn-e-xs emoticon pull-right margin-left-5" data-type="iframe" title="이모티콘" href="{C.EYOOM_CORE_URL}/board/emoticon.php">이모티콘</a>
수정 전
$(".emoticon").colorbox({iframe:true, width:"90%", height:"580", fixed:true});
수정 후
$(".emoticon").venobox({border:'3px'});
1
로그인 후 추천 또는 비추천하실 수 있습니다.
댓글목록1
1님의 댓글
축하합니다. 첫댓글 포인트 89포인트를 획득하였습니다.