최신글에서 첨부된 플레시파일불러오기중 플래쉬를 불러오도록 수정하여야 한다고
하셔서 latest.skin.php 소스를 보았습니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$data_path = $g4[path]."/data/file/".$bo_table;
for ($i=0; $i<count($list); $i++) {
if ($i > 0)
$img = $data_path."/".$list[$i][file][0][file];
$imga = $data_path."/".$list[$i][file][0][file];
if (!file_exists($img) || !$list[$i][file][0][file])
echo <<<HEREDOC
<img src='{$imga}' border='0'>
HEREDOC;
}
?>
이부분에서
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$data_path = $g4[path]."/data/file/".$bo_table;
for ($i=0; $i<count($list); $i++) {
if ($i > 0)
$img = $data_path."/".$list[$i][file][0][file];
$imga = $data_path."/".$list[$i][file][0][file];
$swf = $data_path."/".$list[$i][file][0][file];
if (!file_exists($img) || !$list[$i][file][0][file])
echo <<<HEREDOC
<img src='{$imga}' border='0'>
HEREDOC;
elseif (!file_exists($swf) || !$list[$i][file][0][file])
echo <<<HEREDOC
<embed src='{$swf}' border='0'>
HEREDOC;
}
?>
바꾸어서 해보았으나 안되네요..
어느부분이 틀리고 어떻게 수정해야하나요? 고수님들...
도움에 은총을 구합니다~*^^*
하셔서 latest.skin.php 소스를 보았습니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$data_path = $g4[path]."/data/file/".$bo_table;
for ($i=0; $i<count($list); $i++) {
if ($i > 0)
$img = $data_path."/".$list[$i][file][0][file];
$imga = $data_path."/".$list[$i][file][0][file];
if (!file_exists($img) || !$list[$i][file][0][file])
echo <<<HEREDOC
<img src='{$imga}' border='0'>
HEREDOC;
}
?>
이부분에서
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$data_path = $g4[path]."/data/file/".$bo_table;
for ($i=0; $i<count($list); $i++) {
if ($i > 0)
$img = $data_path."/".$list[$i][file][0][file];
$imga = $data_path."/".$list[$i][file][0][file];
$swf = $data_path."/".$list[$i][file][0][file];
if (!file_exists($img) || !$list[$i][file][0][file])
echo <<<HEREDOC
<img src='{$imga}' border='0'>
HEREDOC;
elseif (!file_exists($swf) || !$list[$i][file][0][file])
echo <<<HEREDOC
<embed src='{$swf}' border='0'>
HEREDOC;
}
?>
바꾸어서 해보았으나 안되네요..
어느부분이 틀리고 어떻게 수정해야하나요? 고수님들...
도움에 은총을 구합니다~*^^*
댓글 6개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기