답변글을 볼수가 없습니다 .. > 그누4 질문답변

그누4 질문답변

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

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

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

본문

스킨에서 제목 부분을 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];
        ?>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로