메인페이지에서 최근사진 추출문제요???? 정보
메인페이지에서 최근사진 추출문제요????본문
메인페이지에서 최근사진 추출시 noimage 만 나타나고 사진이 안나타납닏...
그누보드는 처음이라
....................
꼭 좀 부탁드립니다...
main.php의 소스는 아래와 같습니다.
<?=latest("fair_gallery","photo_01",2,130,"80,1,15");?>
latest.skin.php의 소스는 아래와 같습니다.
if (!file_exists($img) || !$list[$all_cnt][file][0][file])
$img = "$latest_skin_path/img/no_image.gif";
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table";
그누보드는 처음이라
....................
꼭 좀 부탁드립니다...
main.php의 소스는 아래와 같습니다.
<?=latest("fair_gallery","photo_01",2,130,"80,1,15");?>
latest.skin.php의 소스는 아래와 같습니다.
if (!file_exists($img) || !$list[$all_cnt][file][0][file])
$img = "$latest_skin_path/img/no_image.gif";
$href = "$g4[bbs_path]/board.php?bo_table=$bo_table";
댓글 전체
$img , $all_cnt 라는 변수에 어떤 값이 들어가는지 보아야 알 수 있습니다