게시판판에 그림을 나오게 하고 싶어요 정보
게시판판에 그림을 나오게 하고 싶어요본문
메인 index.php화면에서 위와 같이 갤러리 게시판에 있는 그림을 나열 하고 싶어요 지금은
게시판에 사진 제목만 나오고 있습니다...
위와 같이 나오게 할려면 어떻게 해야 하나요
고수님들 좀 가려처 주세요
참고로 위 그림은 하늘호수
소스 코드를 아무리 봐도 모르겠습니다
제 홈피에도 저렇게 연출 해보고 싶어요 가려켜 주세요...
제가사용한 소스코드 입니다...
<td width="50%" valign=top><?=latest("scroll", "photo_20", 12, 30,"3,30");?> </td>
<td width="50%" valign=top><?=latest("scroll", "util_20", 12, 30,"3,30");?> </td>
</tr>
<tr>
<td valign=top><?=latest("scroll", "photo_10", 12, 30,"3,30");?></td>
<td width="50%" valign=top><?=latest("scroll", "data_60", 12, 30,"3,30");?></td>
</tr>
<td width="50%" valign=top><?=latest("scroll", "util_20", 12, 30,"3,30");?> </td>
</tr>
<tr>
<td valign=top><?=latest("scroll", "photo_10", 12, 30,"3,30");?></td>
<td width="50%" valign=top><?=latest("scroll", "data_60", 12, 30,"3,30");?></td>
</tr>
어떻게 수정을 해야 가능할까요?
댓글 전체
<?=latest("scroll", "data_60", 12, 30,"3,30");?>
scroll을 갤러리용을 다운 받으시고 올리시면 되것네요
<?=latest("gallery", "data_60", 12, 30,"3,30");?>
scroll을 갤러리용을 다운 받으시고 올리시면 되것네요
<?=latest("gallery", "data_60", 12, 30,"3,30");?>
쟁이님 그렇게 하니까 애러가 난다고 나오는데
Warning: latest(./skin/latest/gallery/latest.skin.php): failed to open stream: No such file or directory in /home/hosting_users/jmd1115/www/gnuboard4/lib/latest.lib.php on line 27
Warning: latest(./skin/latest/gallery/latest.skin.php): failed to open stream: No such file or directory in /home/hosting_users/jmd1115/www/gnuboard4/lib/latest.lib.php on line 27
Warning: latest(): Failed opening './skin/latest/gallery/latest.skin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/jmd1115/www/gnuboard4/lib/latest.lib.php on line 27
코드 적용을 이렇게 하니까 위와 같이 에러가
<td width="50%" valign=top><?=latest("gallery", "photo_20", 12, 30,"3,30");?> </td>
<td width="50%" valign=top><?=latest("scroll", "util_20", 12, 30,"3,30");?> </td>
</tr>
<tr>
<td valign=top><?=latest("gallery", "photo_10", 12, 30,"3,30");?></td>
<td width="50%" valign=top><?=latest("scroll", "data_60", 12, 30,"3,30");?></td>
</tr>
Warning: latest(./skin/latest/gallery/latest.skin.php): failed to open stream: No such file or directory in /home/hosting_users/jmd1115/www/gnuboard4/lib/latest.lib.php on line 27
Warning: latest(./skin/latest/gallery/latest.skin.php): failed to open stream: No such file or directory in /home/hosting_users/jmd1115/www/gnuboard4/lib/latest.lib.php on line 27
Warning: latest(): Failed opening './skin/latest/gallery/latest.skin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/jmd1115/www/gnuboard4/lib/latest.lib.php on line 27
코드 적용을 이렇게 하니까 위와 같이 에러가
<td width="50%" valign=top><?=latest("gallery", "photo_20", 12, 30,"3,30");?> </td>
<td width="50%" valign=top><?=latest("scroll", "util_20", 12, 30,"3,30");?> </td>
</tr>
<tr>
<td valign=top><?=latest("gallery", "photo_10", 12, 30,"3,30");?></td>
<td width="50%" valign=top><?=latest("scroll", "data_60", 12, 30,"3,30");?></td>
</tr>
<?=latest("gallery", "photo_20", 12, 30,"3,30");?>
<?=latest("news", "comm_02", 6, 35);?>//이런 형식입니다
위에꺼는 스크롤 전용입니다^^
<?=latest("news", "comm_02", 6, 35);?>//이런 형식입니다
위에꺼는 스크롤 전용입니다^^
gallery 라는 최신글 스킨 디렉토리가 없다는 말씀이랍니다....
그럼 어디서 다운받을수있나요 어디에 올려야 하나요 ?
고맙습니다 님그림자님 그리고 7쟁이님 득분에 해결했습니다,,,감사 합니다 넘 감사해요