style.css를 사용하면서 venobox 사용하기

2015.07.30 11:41
2,273
1
- - 짧은주소 : http://e3net.fineyes.com/bbs/?t=5p
본문
저처럼 기존 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
로그인 후 평가 가능합니다.

-
shadow
- 회원등급 : 중간계 / Level 19
포인트 674,464
경험치 36,425
[레벨 19] - 진행률
59%
- 가입일 : 2015-02-26 22:28:15
- 서명 : 미입력
- 자기소개 : 미입력
댓글목록 1
티보리님의 댓글
감사합니다.
축하합니다. 첫댓글 포인트 89포인트를 획득하였습니다.