채택완료

질문드려요~! 메인에 갤러리 게시판 불러오고 싶어요...

2015-11-02 (월) 18:24:47 5,489

질문드려요~! 메인에 갤러리 게시판 불러오고 싶어요... pc홈페이지구요.. 

<?php echo latest("gallery", "gallery_1", 4, 20); ?> 

이렇게 했는데 안나와요. ㅠㅠ

아래 메시지들이 나오구요...

---------------------------------------------------------------------

Warning: include(/home/hosting_users/hsquarec/www/ipos_m/skin/latest/gallery/latest.skin.php) [function.include]: failed to open stream: No such file or directory in /home/hosting_users/hsquarec/www/ipos_m/lib/latest.lib.php on line 76

Warning: include() [function.include]: Failed opening '/home/hosting_users/hsquarec/www/ipos_m/skin/latest/gallery/latest.skin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/hsquarec/www/ipos_m/lib/latest.lib.php on line 76 


------------------------------------------------------------------


선생님들 도와주세요..!!!! 꾸벅 _ _

답변 4개

채택된 답변
+20 포인트

<?php echo latest("theme/gallery_1", "gallery_1", 4, 20); ?> 이렇게 하시면 됩니다. 

스킨 업로드 하실때 폴더는 확인 하신 건가요?

종종 압축풀어 올릴때 /스킨명/스킨명/  이런식으로 폴더가 두번 생성되는 경우가 있어서요.

저런 오류는 주로 폴더뎁쓰 문제일때가 많으니, 한번 확인해 보세요. 

스킨 다운받아서

/theme/gallery_1/skin/latest

안에 넣었는데... 저런 메시지가 나와요...

<?php echo latest("gallery_1", "gallery_1", 4, 20); ?>

이렇게 했구요..

ㅠㅠ

왜그런걸까요.. 

2015-11-02 (월) 21:57:41

theme/테마명/skin/latest/ 

최신글 스킨의 경로입니다.

그누보드 원본에는 갤러리 최신글 스킨이 없습니다.

'basic' 뿐입니다.

'자료실'에서 원하는 스킨을 찾아서 넣어주어야 합니다.

답변을 작성하려면 로그인이 필요합니다.