최신글 서브페이지에있는 아이프레임게시판으로 링크 가능한가요? 정보
최신글 서브페이지에있는 아이프레임게시판으로 링크 가능한가요?본문
제가 따로 www/index.php를 만들어서 최신글을 불러오는데는 성공을 했습니다.
(게시판 이름 notice)
그리고 또 다른 서브페이지를 만든뒤 (www/community/notice.php) 그 안에 아이프레임을 만들고 최신글을 추출한 게시판을 넣었습니다.
그렇게 되면 문제가 index.php에서 최신글을 클릭하면 그 서브페이지로 가지 않았습니다.
그래서 나름 머리를 굴려서 skin/latest.php를 수정했습니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href='/www/community/<?=$bo_table?>.php'> <----------수정부분입니다.
<?=$board[bo_subject]?></a></strong></td>
<td width=37 background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href='/www/community/<?=$bo_table?>.php'> <------------수정부분입니다.
<img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table>
이렇게 하면 볼드체로 된 '공지사항' 과 옆에 있는 more 를 클릭하면 그 해당 페이지로 넘어가게 되었습니다.
하지만 그 최신글의 게시글을 클릭하게 되면 또 서브페이지로 넘어가지 않고 원래 되던대로 되네요.
계속 혼자 해결하려 했고 해왔지만... 이번만큼은 힘든부분인거 같습니다.
고수님들의 도움이 절실합니다.. 부탁드립니다!
(게시판 이름 notice)
그리고 또 다른 서브페이지를 만든뒤 (www/community/notice.php) 그 안에 아이프레임을 만들고 최신글을 추출한 게시판을 넣었습니다.
그렇게 되면 문제가 index.php에서 최신글을 클릭하면 그 서브페이지로 가지 않았습니다.
그래서 나름 머리를 굴려서 skin/latest.php를 수정했습니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t01.gif'></td>
<td width='100%' background='<?=$latest_skin_path?>/img/bg_latest.gif'> <strong><a href='/www/community/<?=$bo_table?>.php'> <----------수정부분입니다.
<?=$board[bo_subject]?></a></strong></td>
<td width=37 background='<?=$latest_skin_path?>/img/bg_latest.gif'><a href='/www/community/<?=$bo_table?>.php'> <------------수정부분입니다.
<img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
<td width=14><img src='<?=$latest_skin_path?>/img/latest_t02.gif'></td>
</tr>
</table>
이렇게 하면 볼드체로 된 '공지사항' 과 옆에 있는 more 를 클릭하면 그 해당 페이지로 넘어가게 되었습니다.
하지만 그 최신글의 게시글을 클릭하게 되면 또 서브페이지로 넘어가지 않고 원래 되던대로 되네요.
계속 혼자 해결하려 했고 해왔지만... 이번만큼은 힘든부분인거 같습니다.
고수님들의 도움이 절실합니다.. 부탁드립니다!
댓글 전체