[그누보드5 최신글] 좌우 슬라이드 갤러리 최신글 V1.1
페이지 정보
작성자모아운영자
본문
첨부파일
- gallery_slide_moa_V1.1.zip (13.0K) 2회 다운로드 | DATE : 2026-03-18 17:40:14
관련링크
- https://www.moa.ai.kr/ 50회 연결
추천0
댓글목록
이만용님의 댓글
이만용 작성일
모아운영자님의 댓글의 댓글
모아운영자 작성일
1) 다운로드
2) 압축풀기
3) 압축을 풀면
4) gallery_slide_moa 폴더가 있는지 확인
5) /html/theme/테마/skin/latest <---- 이곳에 업로드
6) /html/theme/테마/skin/latest/gallery_slide_moa <---업로드 되었는지 확인
7)
index.php에서
<!-- ① 갤러리 최신글 (moapro) -->
<?php
$options = array(
'thumb_width' => 170,
'thumb_height' => 149,
'content_length' => 40
);
echo latest('theme/gallery_slide_moa', '게시판아이디', 8, 12, 1, $options);
?>
<!-- ③ 갤러리 최신글 (myhome) -->
<?php
$options = array(
'thumb_width' => 170,
'thumb_height' => 149,
'content_length' => 40
);
echo latest('theme/gallery_slide_moa', '게시판아이디', 8, 12, 1, $options);
?>