탭메뉴 고수분들 답변점 ㄷㄷ > 그누4 질문답변

그누4 질문답변

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

탭메뉴 고수분들 답변점 ㄷㄷ 정보

탭메뉴 고수분들 답변점 ㄷㄷ

본문

오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.

오류 주소 : http://chejuctl.cafe24.com/

 위 주소 탭메뉴중에 교수 TIPS은 변경해서 잘 되는데 ..
아놔, 합습법 TIPS 는 어느 줄 어디를 변경해야 할 지 모그겠네....ㅠㅠ



<? for ($i=0; $i<count($list); $i++) { ?>     
      <tr>
          <td width="70%" height="20"><img src="images/comm/bull.jpg" width="4" height="3" align="middle">
        <?
            echo $list[$i]['icon_reply'] . " ";
            //echo "<a href='{$list[$i]['href']}'>";
            echo " <a href=\"/teachig/tea_tips.php?wr_id={$list[$i]['wr_id']}\">";
            if ($list[$i]['is_notice'])
                echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
            else
                echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
            echo "</a>";

            $date_arr = explode(" " , $list[$i]['wr_datetime']);
            $date_main_view = str_replace("-", ". " ,$date_arr[0]);
           
          ?></td>
<td width="30%" align="right"><?=$date_main_view?></td>
</tr>
<tr>
<td class="dott_line" colspan="2">.</td>
</tr>
<tr>
<? } ?>

<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
  • 복사

댓글 전체

echo " <a href=\"/teachig/tea_tips.php?wr_id={$list[$i]['wr_id']}\">";
이부분이 교수팁 일때는 이게 맞지만..
학습팁일때도 같은 주소에 wr_id만 다르게 넘어가네요..
이부분 수정하시면 될것 같은데..
© SIRSOFT
현재 페이지 제일 처음으로