최근개시물클릭햇을때 다른화면으로넘어가는거좀 ㅠㅠ

제목 없음.JPG
제목 없음1.JPG
홈패이지를 만드는중인대요
음 포토샾으로 디자인을하고 드림위버로약간의
수정을해서 만들고있습니다
게시판삽입도 완료햇는대
매인페이지에 최근게시물을 출력을햇는대
최근개시물에 글을 클릭하면
게시물을 넣어놓은 화면에서만 넘어가요
최근개시물을 클릭햇을때 제가만들어놓은 해당
게시판으로 완전히넘어가는 방법은없나요? ㅠㅠ
아무리찻아봐두안대고 죽갯내요

첨부파일

제목 없음.JPG (14.2 KB)
0회 2008-03-14 14:29
제목 없음1.JPG (16.2 KB)
0회 2008-03-14 14:29
|

댓글 4개

latest.skin.php 에서
제목 <A 태그에서 target="_top" 또 target="_parent"로 해 주세요.
<?
if (!defined("_GNUBOARD_")) exit; // °³º° ÆäÀÌÁö Á¢±Ù ºÒ°¡
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>
<td colspan="2">

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="89" valign=top>
<table border=0 cellpadding=0 cellspacing=0 width="100%">

<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td align=center width="100%">
<table border=0 cellpadding=0 cellspacing=0 width=95% style="table-layout:fixed">
<tr height=20>
<td nowrap><img src='<?=$latest_skin_path?>/img/dot_icon.gif' width="8" height="5" align=absmiddle>
<?

//³¯Â¥Ç¥½Ã
$date1 = substr($list[$i][datetime],0,10); //³¯Â¥Ç¥½ÃÇü½Äº¯°æ
$date = explode("-", $date1);
$year = $date[0];
$month = $date[1];
$day = $date[2];
$latest_date = $year."-".$month."-".$day."";

echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<strong>{$list[$i]['subject']}</strong>";
else
echo "{$list[$i]['subject']}";
echo "</a>";

if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\">{$list[$i]['comment_cnt']}</a>";
echo " " . $list[$i]['icon_new'];
echo "</td><td width=10></td><td width=70>";
echo "<font color=#346767>[{$latest_date}]</font></td>";
?></td></tr>
</table></td>
</tr>
<? } ?>

<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50 width="100%"><font color=#6A6A6A>°Ô½Ã¹°ÀÌ ¾ø½À´Ï´Ù.</a></td></tr><? } ?>

</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
ㅠㅠ 제가 테크나 이런거가완저 초짜라서리 ㅠㅠ 엑스엠엘님이 말슴하신대로 php파일은
불러왓는대 어디를 수정해야하는지 도무지몰것어요 ㅠㅠ 초보라서리 ㅠㅠ
태그파일을 불러왓습니다 번거롭더라두 좀알려주새요 ㅠㅠ
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])

===>

echo "<a href='{$list[$i]['href']}' target='_top' >";
if ($list[$i]['is_notice'])
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

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

+
제목 글쓴이 날짜 조회
17년 전 조회 1,555
17년 전 조회 1,184
17년 전 조회 1,705
17년 전 조회 1,643
17년 전 조회 1,248
17년 전 조회 1,537
17년 전 조회 1,148
17년 전 조회 1,595
17년 전 조회 1,571
17년 전 조회 1,544
17년 전 조회 1,621
17년 전 조회 1,943
17년 전 조회 1,238
17년 전 조회 1,541
17년 전 조회 1,930
17년 전 조회 1,820
17년 전 조회 1,646
17년 전 조회 1,533
17년 전 조회 1,563
17년 전 조회 1,525