갤러리 게시판 스킨
그누보드5를 위한 갤러리 스킨입니다.
출처는 http://jquery.malsup.com/cycle/입니다.
출처 적용방법 :
1. jQuery 라이브러리를 추가합니다.
<script type="text/javascript" src="js/jquery.cycle.all.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
2. <body></body>부분에 적용
<div id="slide" class="pics">
<img src="http://malsup.github.com/images/beach1.jpg" width="200" height="200" />
<img src="http://malsup.github.com/images/beach2.jpg" width="200" height="200" />
<img src="http://malsup.github.com/images/beach3.jpg" width="200" height="200" />
</div>
3. jQuery코드 적용
<script>
$('#slide').cycle({
fx: 'turnDown', delay: -4000
});
</script>
그누보드에 적용방법:
1. 스킨을 다운로드하여 압축을 풀고,
2. theme/테마명/skin/board/ 아래에 ftp를 이용하여 업로드
3. 관리자에서 게시판을 추가하고 스킨을 적용하면 됩니다.
미리보기 : http://www.live24.co.kr/bbs/board.php?bo_table=rotater