탭메뉴다시질문..ㅠㅠㅠㅠㅠ 정보
탭메뉴다시질문..ㅠㅠㅠㅠㅠ본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://chejuctl.cafe24.com/
... 그니깐요 링크 주소 들어가시면
탭메뉴가 나오는데요.. 교수팁을 눌러서 글을 누르면 해당 글로 가는데...
학습법팁을 누르면... 그래도 교수팁 글로가요... ㅜㅜ
아래 구문에서 교쳐야할걸 말해주세요..
<? 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><? } ?>
오류 주소 : http://chejuctl.cafe24.com/
... 그니깐요 링크 주소 들어가시면
탭메뉴가 나오는데요.. 교수팁을 눌러서 글을 누르면 해당 글로 가는데...
학습법팁을 누르면... 그래도 교수팁 글로가요... ㅜㅜ
아래 구문에서 교쳐야할걸 말해주세요..
<? 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']}\">";
위 부분이 일정하다면 똑같은 글만 보게 되겠죠?
그리고 위 소스중
echo " <a href=\"/teachig/tea_tips.php?wr_id={$list[$i]['wr_id']}\">";
위 부분이 일정하다면 똑같은 글만 보게 되겠죠?
네 ....ㅜㅜㅜㅜㅜㅜㅜㅜ
보통 이 그누보드의 기본경로들은
/bbs/board.php?bo_table=게시판명&wr_id=
이런형태로 되어야 되는데 님은 이상하게 나오네요
/bbs/board.php?bo_table=게시판명&wr_id=
이런형태로 되어야 되는데 님은 이상하게 나오네요
일단 님의 최근게시글 제목에 마우스 올려놓고 오른쪽버튼을 클릭해서 속성을 봐 보세요
다 똑같이 나오게 게시판 번호만 드르게 나오죠?
이것이 잘못되었음.
다 똑같이 나오게 게시판 번호만 드르게 나오죠?
이것이 잘못되었음.