답변글을 볼수가 없습니다 .. 정보
답변글을 볼수가 없습니다 ..본문
스킨에서 제목 부분을 list.skin.php를 아래와 같이 수정하니깐 글쓴이가 답변글을 볼수가 없네요 ..
<?
echo $nobr_begin;
echo $list[$i][reply];
echo $list[$i][icon_reply];
if ($member['mb_id']) { //로그인 한 상태
if( $is_admin=='super' || $member['mb_id']==$list[ $i]['mb_id'] )
echo "<a href='{$list[$i][href]}'>";
else echo "<a>";
if ($list[$i][is_notice])
echo "<font color='#FF6600'><strong>{$list[$i][subject]}</strong></font>";
else
{
$style1 = $style2 = "";
if ($list[$i][icon_new]) // 최신글은 검정
$style1 = "color:#112222;";
if (!$list[$i][comment_cnt]) // 코멘트 없는것만 굵게
$style2 = "font-weight:normal;";
$subject1 = "{$list[$i][subject]}";
if ($is_admin=='super')
echo "<font color='#FF6600'><strong>{$list[$i][subject]}</strong></font>";
else
echo "<span style='$style1 $style2'>".substr($subject1,0,4)."******************</span>";
}
echo "</a>";
}else{ // 로그아웃 상태
if ($list[$i][is_notice])
echo "<font color='#FF6600'><strong>{$list[$i][subject]}</strong></font>";
else
{
$style1 = $style2 = "";
if ($list[$i][icon_new]) // 최신글은 검정
$style1 = "color:#112222;";
if (!$list[$i][comment_cnt]) // 코멘트 없는것만 굵게
$style2 = "font-weight:bold;";
$subject1 = "{$list[$i][subject]}";
echo "<span style='$style1 $style2'>".substr($subject1,0,2)."************</span>";
}
}
if ($list[$i][comment_cnt])
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:7pt;'>{$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']}>"; }
echo " " . $list[$i][icon_new];
?>
<?
echo $nobr_begin;
echo $list[$i][reply];
echo $list[$i][icon_reply];
if ($member['mb_id']) { //로그인 한 상태
if( $is_admin=='super' || $member['mb_id']==$list[ $i]['mb_id'] )
echo "<a href='{$list[$i][href]}'>";
else echo "<a>";
if ($list[$i][is_notice])
echo "<font color='#FF6600'><strong>{$list[$i][subject]}</strong></font>";
else
{
$style1 = $style2 = "";
if ($list[$i][icon_new]) // 최신글은 검정
$style1 = "color:#112222;";
if (!$list[$i][comment_cnt]) // 코멘트 없는것만 굵게
$style2 = "font-weight:normal;";
$subject1 = "{$list[$i][subject]}";
if ($is_admin=='super')
echo "<font color='#FF6600'><strong>{$list[$i][subject]}</strong></font>";
else
echo "<span style='$style1 $style2'>".substr($subject1,0,4)."******************</span>";
}
echo "</a>";
}else{ // 로그아웃 상태
if ($list[$i][is_notice])
echo "<font color='#FF6600'><strong>{$list[$i][subject]}</strong></font>";
else
{
$style1 = $style2 = "";
if ($list[$i][icon_new]) // 최신글은 검정
$style1 = "color:#112222;";
if (!$list[$i][comment_cnt]) // 코멘트 없는것만 굵게
$style2 = "font-weight:bold;";
$subject1 = "{$list[$i][subject]}";
echo "<span style='$style1 $style2'>".substr($subject1,0,2)."************</span>";
}
}
if ($list[$i][comment_cnt])
echo " <a href=\"{$list[$i][comment_href]}\"><span style='font-size:7pt;'>{$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']}>"; }
echo " " . $list[$i][icon_new];
?>
댓글 전체