스킨수정 하는데요. [] 정보
스킨수정 하는데요. []본문
스킨하나 받아서 수정하는데요.
위에 그림처럼 [] 가로부분이 생깁니다.
원래 저부분이 최신게시물명을 보이게 되어 있는데..수정하면서 지워 버렸거든요.
소스는 이렇습니다. 밑에 굵은 부분이 게시물 나타나게 하는부분 입니다.
[] 가로부분 지우는 방법 없을까요?
=============================================================================
<table width="100%" border="0" cellspacing="0" cellpadding="0" style='padding-top:3px'>
<?
for ($i=0; $i<count($list); $i++) {
$wr_subject = cut_str($list[$i][wr_subject], $subject_len);
?>
for ($i=0; $i<count($list); $i++) {
$wr_subject = cut_str($list[$i][wr_subject], $subject_len);
?>
<tr>
<td width="25" height="19" align="center" valign="middle" ><img src="<?=$latest_skin_path?>/img/on.gif" width="11" height="11"></td>
<td valign=middle>
<?
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>$wr_subject </strong>[$bo_subject]</font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>$wr_subject [$bo_subject]</font>";
echo "</a>";
if ($list[$i][comment_cnt])
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i][comment_cnt]}</span></a>";
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$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']}>"; }
// 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];
?>
</td>
</tr>
//echo " " . $list[$i][icon_file];
echo " " . $list[$i][icon_link];
echo " " . $list[$i][icon_hot];
echo " " . $list[$i][icon_secret];
?>
</td>
</tr>
댓글 전체
[$bo_subject]이부분을 지우면 되지않을까요?
김샨님도 답변 고맙습니다^^
if ($list[$i][is_notice])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>$wr_subject</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>$wr_subject</font>";
echo "</a>";
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>$wr_subject</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>$wr_subject</font>";
echo "</a>";
시그너스님이 알려준 대로 했더니..게시물 클릭이 안되더라구요.
윗 부분에 [$bo_subject] 이 부분만 추가 했더니 되네요.
답변 고맙습니다^^
윗 부분에 [$bo_subject] 이 부분만 추가 했더니 되네요.
답변 고맙습니다^^