도와주세요 채택완료
그룹탭형식의 최근게시물 입니다
echo "[{$list[$m][$n][bo_subject]}] ";
이 부분에 링크가 각각의 게시판으로 하고 싶은데 작동이 안됩니다
-----------------------------------------------------------------------
소스입니다 도움부탁드립니다
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0); ?>
-
for($m=0; $m
-
=$gr[$m][gr_subject]?>
-
$empty_row = $rows - count($list[$m]);
for($n=0; $n
"; echo "[{$list[$m][$n][bo_subject]}] "; echo "{$list[$m][$n][subject]}"; if ($list[$m][$n]['comment_cnt']) echo " {$list[$m][$n]['comment_cnt']}"; echo "{$list[$m][$n][datetime2]}"; //echo date("Y-m-d H:i:s", G5_SERVER_TIME - ($board['bo_new'] * 3600)); //echo $list[$m][$n]['wr_datetime'];
$list[$m][$n]['icon_new'] = ''; if ($list[$m][$n]['wr_datetime'] >= date("Y-m-d H:i:s", G5_SERVER_TIME - ($board['bo_new'] * 3600))) $list[$m][$n]['icon_new'] = '
';$list[$m][$n]['icon_link'] = ''; if ($list[$m][$n]['wr_link1'] || $list[$m][$n]['wr_link2']) $list[$m][$n]['icon_link'] = '
'; if ($list[$m][$n]['file']['count']) $list[$m][$n]['icon_file'] = '
';
$list[$m][$n]['icon_hot'] = '';
if ($board['bo_hot'] && $list[$m][$n]['wr_hit'] >= $board[$m][$n]['bo_hot'])
$list[$m][$n]['icon_hot'] = '
';$list[$m][$n]['icon_secret'] = ''; if (strstr($list[$m][$n]['wr_option'], 'secret')) $list[$m][$n]['icon_secret'] = '
';//if (isset($list[$m][$n]['icon_new'])) echo " " . $list[$m][$n]['icon_new']; echo " " . $list[$i][$n]['icon_new']; echo " " . $list[$m][$n]['icon_file']; echo " " . $list[$m][$n]['icon_link']; echo " " . $list[$m][$n]['icon_hot']; echo " " . $list[$m][$n]['icon_secret'];
echo "
";
}
- ".$gr[$m][gr_subject]."탭의 최신글이 더 없습니다. "; } ?>
- 더보기
/*/echo $list[$i]['icon_reply']." "; echo ""; if ($list[$i]['is_notice']) echo "".$list[$i]['subject'].""; else echo $list[$i]['subject'];
if ($list[$i]['comment_cnt']) echo $list[$i]['comment_cnt'];
echo "";
// if ($list[$m][$n]['link']['count']) { echo "[{$list[$m][$n]['link']['count']}]"; } // if ($list[$m][$n]['file']['count']) { echo "<{$list[$m][$n]['file']['count']}>"; }
if (isset($list[$m][$n]['icon_new'])) echo " " . $list[$m][$n]['icon_new']; if (isset($list[$m][$n]['icon_hot'])) echo " " . $list[$m][$n]['icon_hot']; if (isset($list[$m][$n]['icon_file'])) echo " " . $list[$m][$n]['icon_file']; if (isset($list[$m][$n]['icon_link'])) echo " " . $list[$m][$n]['icon_link']; if (isset($list[$m][$n]['icon_secret'])) echo " " . $list[$m][$n]['icon_secret']; */ for($l=0; $l<$empty_row; $l++) { echo "
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인