리스트파일인데 한번 봐주세요.

아래소스는 여기서 다운받은 배너등록 게시판의 리스트 화면 이미지 처리하는 부분인데요.
보통 쓰기화면에서 1번첨부파일에서 등록한 이미지가 나오자나요
전 2번째 첨부파일이 나오게 할려고 하거든요.
간단한거 같은데 프로그램을 몰라서 여쭘니다.


<?
echo $nobr_begin;
echo $list[$i][reply];
echo $list[$i][icon_reply];
if ($is_category && $list[$i][ca_name]) {
echo "<span class=small><font color=gray>[<a href='{$list[$i][ca_name_href]}'>{$list[$i][ca_name]}</a>]</font></span> ";
}
$style = "";
if ($list[$i][is_notice]) $style = " style='font-weight:bold;'";

$title = cut_str(get_text($list[$i][wr_subject]), 51,''); //타이틀글자수
$img = "$data_path/".urlencode($list[$i][file][0][file]);// 첫번째 파일이 이미지라면
if (preg_match("/\.(gif|jpg|png)$/i", $img)) {
$img2 = "<img src='{$img}' border='0' width='$img_width' height='$img_height'>";
} else if(preg_match("/\.(swf|wmv|asf|flv)$/i", $img)){
$img2 = "<script>doc_write(flash_movie('$img', 'flash$i', '$img_width', '$img_height', 'transparent'));</script>";
} else {
$img2 = "<img src='$board_skin_path/img/noimage.gif' width='$img_width' height='$img_height' border='0' title='이미지 없음'>";
}
echo "<a href='{$list[$i][wr_link1]}' target='_blank' onfocus='this.blur()' title='$title'>{$img2}</a><br><br>";

echo "<a href='{$list[$i][href]}' $style>";
echo $list[$i][subject];
echo "</a>";

if ($list[$i][comment_cnt])
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-family:Tahoma;font-size:10px;color:#EE5A00;'>{$list[$i][comment_cnt]}</span></a>";

// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }

echo " " . $list[$i][icon_new];
echo " " . $list[$i][icon_file];
echo " " . $list[$i][icon_link];
echo " " . $list[$i][icon_hot];
echo " " . $list[$i][icon_secret];
echo $nobr_end;
?>
|

댓글 3개

$img = "$data_path/".urlencode($list[$i][file][0][file]);// 첫번째 파일이 이미지라면

이 부분을

$img = "$data_path/".urlencode($list[$i][file][1][file]);// 두번째 파일이 이미지라면

요렇게 수정하시면 될거같네요.

그냥 느낌상으로 이렇게 하면 될거같다는 거니 안될수도 있습니다. ㅡ.ㅡ;;

적용해보시고 그 결과 남겨 주세요.^^;
와흐 감사합니다.
잘되네요..
즐거운 저녁시간 되세요^^
잘 된다니..다행이네요.

하이염님도 즐거운 저녁시간 되세요^^
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
17년 전 조회 670
17년 전 조회 764
17년 전 조회 775
17년 전 조회 700
17년 전 조회 859
17년 전 조회 779
17년 전 조회 953
17년 전 조회 1,538
17년 전 조회 762
17년 전 조회 655
17년 전 조회 722
17년 전 조회 761
17년 전 조회 732
17년 전 조회 1,767
17년 전 조회 1,405
17년 전 조회 829
17년 전 조회 773
17년 전 조회 947
17년 전 조회 784
17년 전 조회 1,563
🐛 버그신고