최근게시물에 뉴아이콘 이미지출력문제 정보
최근게시물에 뉴아이콘 이미지출력문제본문
최근게시물 스킨에 new_icon 이미지를 나타나게 하려는데요
아래 스킨의 소스상에는 아이콘 이미지 출력 소스설정이 되어잇는데요
글을 쓸때 뉴아이콘 이이미지가 출력이 안되거든요??
그리고 코멘트를 달면 글쓴 제목글 옆에 (1) 이렇게 코멘트수가 표기가 되어야 하는데
코멘트를 달아도 최근 스킨 리스트에는 제목글만 나오고 코멘트숫자가 출력이 안되거든요
어디가 잘못되었는지 알수가 없는데 짚어주시면 감사하겟습니다~~
--------------------------------------------------------------------------------
<table width=380 border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="<?=$latest_skin_path?>/img/bg_01.gif" width="23" height="47" alt="" /></td>
<td width="29"><img src="<?=$latest_skin_path?>/img/bg_02.gif" width="29" height="47" alt="" /></td>
<td width="100%" height="47" valign="top" background="<?=$latest_skin_path?>/img/bg_03.gif" style="padding-left:6; padding-top:7; font-size:13px;"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><b><?=$board[bo_subject]?></b></a></td>
<td width="72" align="right"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src="<?=$latest_skin_path?>/img/bg_04.gif" alt="" width="72" height="47" border="0" /></a></td>
<td><img src="<?=$latest_skin_path?>/img/bg_05.gif" width="22" height="47" alt="" /></td>
</tr>
<tr>
<td width="23" background="<?=$latest_skin_path?>/img/bg_06.gif"> </td>
<td colspan="3" align="center" background="<?=$latest_skin_path?>/img/bg_07.gif"><table width="<?=$board[bo_table_width]?>" border="0" cellpadding="0" cellspacing="0">
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td height="17" valign="middle" style='word-break:break-all; padding-left:5'><font color='#666666'><b>
<?=substr($list[$i][wr_datetime],0,10);?>
</b></font>
<?
echo $nobr_begin;
echo $list[$i][icon_reply];
echo "<a href='{$list[$i][href]}'>";
if ($list[$i][icon_new])
{
echo "<font style='color:#666666'> {$list[$i][subject]}</font>";
}
else
if ($list[$i][is_notice])
{
echo "<font style='font-size:9pt;color:#3366cc'><b>{$list[$i][subject]} </b></font>";
}
else
if ($list[$i][comment_cnt])
{
echo "{$list[$i][subject]}";
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:8pt; color:#666666;'><b>{$list[$i][comment_cnt]}</b></span></a>";
}
else
{
echo "{$list[$i][subject]}";
}
echo "</a>";
echo $nobr_end;
?></td>
</tr>
<tr>
<td height="1" colspan="2" background='<?=$latest_skin_path?>/img/line.gif'></td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=3 align=center height=50>등록된 내용이 없습니다.</td></tr>"; } ?>
</table></td>
<td width="22" background="<?=$latest_skin_path?>/img/bg_08.gif"> </td>
</tr>
아래 스킨의 소스상에는 아이콘 이미지 출력 소스설정이 되어잇는데요
글을 쓸때 뉴아이콘 이이미지가 출력이 안되거든요??
그리고 코멘트를 달면 글쓴 제목글 옆에 (1) 이렇게 코멘트수가 표기가 되어야 하는데
코멘트를 달아도 최근 스킨 리스트에는 제목글만 나오고 코멘트숫자가 출력이 안되거든요
어디가 잘못되었는지 알수가 없는데 짚어주시면 감사하겟습니다~~
--------------------------------------------------------------------------------
<table width=380 border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="<?=$latest_skin_path?>/img/bg_01.gif" width="23" height="47" alt="" /></td>
<td width="29"><img src="<?=$latest_skin_path?>/img/bg_02.gif" width="29" height="47" alt="" /></td>
<td width="100%" height="47" valign="top" background="<?=$latest_skin_path?>/img/bg_03.gif" style="padding-left:6; padding-top:7; font-size:13px;"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><b><?=$board[bo_subject]?></b></a></td>
<td width="72" align="right"><a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>'><img src="<?=$latest_skin_path?>/img/bg_04.gif" alt="" width="72" height="47" border="0" /></a></td>
<td><img src="<?=$latest_skin_path?>/img/bg_05.gif" width="22" height="47" alt="" /></td>
</tr>
<tr>
<td width="23" background="<?=$latest_skin_path?>/img/bg_06.gif"> </td>
<td colspan="3" align="center" background="<?=$latest_skin_path?>/img/bg_07.gif"><table width="<?=$board[bo_table_width]?>" border="0" cellpadding="0" cellspacing="0">
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td height="17" valign="middle" style='word-break:break-all; padding-left:5'><font color='#666666'><b>
<?=substr($list[$i][wr_datetime],0,10);?>
</b></font>
<?
echo $nobr_begin;
echo $list[$i][icon_reply];
echo "<a href='{$list[$i][href]}'>";
if ($list[$i][icon_new])
{
echo "<font style='color:#666666'> {$list[$i][subject]}</font>";
}
else
if ($list[$i][is_notice])
{
echo "<font style='font-size:9pt;color:#3366cc'><b>{$list[$i][subject]} </b></font>";
}
else
if ($list[$i][comment_cnt])
{
echo "{$list[$i][subject]}";
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:8pt; color:#666666;'><b>{$list[$i][comment_cnt]}</b></span></a>";
}
else
{
echo "{$list[$i][subject]}";
}
echo "</a>";
echo $nobr_end;
?></td>
</tr>
<tr>
<td height="1" colspan="2" background='<?=$latest_skin_path?>/img/line.gif'></td>
</tr>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=3 align=center height=50>등록된 내용이 없습니다.</td></tr>"; } ?>
</table></td>
<td width="22" background="<?=$latest_skin_path?>/img/bg_08.gif"> </td>
</tr>
댓글 전체