b

답변글을 볼수가 없습니다 ..

스킨에서 제목 부분을 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];
?>
|
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
17년 전 조회 1,524
17년 전 조회 843
17년 전 조회 954
17년 전 조회 723
17년 전 조회 782
17년 전 조회 948
17년 전 조회 890
17년 전 조회 948
17년 전 조회 956
17년 전 조회 950
17년 전 조회 833
17년 전 조회 984
17년 전 조회 949
17년 전 조회 1,254
17년 전 조회 1,427
17년 전 조회 909
17년 전 조회 776
17년 전 조회 952
17년 전 조회 756
17년 전 조회 854
🐛 버그신고