베이직 게시판 추출하는 최신글에 관한 질문사항 입니다.. 정보
베이직 게시판 추출하는 최신글에 관한 질문사항 입니다..본문
온라인 문의처럼 일반 베이직 게시판에 글을 고객들이 올리고 ,
운영자가 답변을 달아주는 게시판을 메인으로 추출을 하고있습니다.
그런데 이상하게 ;;
답변을 달면 답변추출이 겹쳐서 나오고 있습니다 ;
소스에는 문제가 없는거 같은데 왜그러는지 아시는분 있으시면 저에게 정보좀 ... ㅜ
부탁드려요 ;
latest.skin.php 소스 입니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=center>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td height=20> -
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
?></td></tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
뭐가 문제인지를 모르겠어요 ㅜ_ㅜ
고수님의 답변 부탁드려용 ~
운영자가 답변을 달아주는 게시판을 메인으로 추출을 하고있습니다.
그런데 이상하게 ;;
답변을 달면 답변추출이 겹쳐서 나오고 있습니다 ;
소스에는 문제가 없는거 같은데 왜그러는지 아시는분 있으시면 저에게 정보좀 ... ㅜ
부탁드려요 ;
latest.skin.php 소스 입니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td colspan=4 align=center>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td height=20> -
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
?></td></tr>
</table></td>
</tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
</table>
뭐가 문제인지를 모르겠어요 ㅜ_ㅜ
고수님의 답변 부탁드려용 ~
댓글 전체
소스코드 자체에는 이상이 없는것 같습니다.
해당 게시판의 정렬(sort)부분이 잘못된듯 보이네요
해당 게시판의 정렬(sort)부분이 잘못된듯 보이네요