최신글에서 그룹타겟으로 지정하고 싶을때
페이지 정보
본문
메인이나 서브메뉴에서 그룹링크로 할때는 그룹타겟지정으로 나오는데
그룹최신글에서 그룹타겟으로 연결되지않지요...
예를들어 그룹타겟을
http://zeronara.net/group/homepage/index.php
으로 지정했을때
메인메뉴나 서브메뉴에서 링크할때는 저렇게 링크걸어지나
그룹최신글에서는
http://zeronara.net/bbs/group.php?gr_id=z1
이렇게 연결됩니다.
그룹최신글제목에서도 타겟으로 연결할수없을까요?
소스는 아래와 같습니다.
=====================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$gr = get_group($gr_id);
?>
<table align="center" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="3" background="<?=$latest_skin_path?>/img/latest_t_1.gif"></td>
<td background="<?=$latest_skin_path?>/img/latest_t_bg.gif">
<!--타이틀 시작: 실선 색상을 바꾸려면 215, 215, 215를 고치세요.-->
<table align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<tr height="30">
<td width="10"></td>
<td width="100%"> <a href='<?=$g4[bbs_path]?>/group.php?gr_id=<?=$gr_id?>'><<font color="#57697c"><b><?=$gr[gr_subject]?></b></font></a></strong></td>
<td width="40"><a href='<?=$g4[bbs_path]?>/group.php?gr_id=<?=$gr_id?>'><img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
<td width="5"></td>
</tr>
</table>
<!--타이틀 끝-->
</td>
<td width="3" background="<?=$latest_skin_path?>/img/latest_t_2.gif"></td>
</tr>
<tr>
<td width="3" background="<?=$latest_skin_path?>/img/latest_m_1.gif"></td>
<td>
<table align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<? for ($i=0; $i<count($list); $i++) {?>
<tr>
<!--게시물 아래 점선 색상을 바꾸고 싶으시면 211,211,211부분을, 게시물 추출부분 세로 길이를 늘리시려면 25을 수정하세요-->
<td width="100%" height="23" valign=middle style="border-bottom-width:0px; border-bottom-color:rgb(211,211,211); border-bottom-style:dotted;">
<?
//날짜표시
$subject = $list[$i][subject];
$b_subject = "<strong>".$list[$i][subject]."<strong>";
?>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td height="22"> <b>ㆍ</b>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong><font color=#red>[{$list[$i]['bo_subject']}]</font> {$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'><font color=#red>[{$list[$i]['bo_subject']}]</font> {$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$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'];
// echo " " . $list[$i]['icon_file'];
// echo " " . $list[$i]['icon_link'];
// echo " " . $list[$i]['icon_hot'];
// echo " " . $list[$i]['icon_secret'];
?>
</td>
</tr>
</table>
<!--게시물 추출 글자 설정 끝-->
</td>
</tr>
<? } ?>
</table>
</td>
<td width="3" background="<?=$latest_skin_path?>/img/latest_m_2.gif"></td>
</tr>
<tr height="3">
<td width="3" background="<?=$latest_skin_path?>/img/latest_b_1.gif"></td>
<td background="<?=$latest_skin_path?>/img/latest_b_bg.gif"></td>
<td width="3" background="<?=$latest_skin_path?>/img/latest_b_2.gif"></td>
</tr>
</table>
=============================
<a href='<?=$g4[bbs_path]?>/group.php?gr_id=<?=$gr_id?>'> 이부분을 어떻게 고치면 될것같은데..
어떻게 하면 될까요?
그룹최신글에서 그룹타겟으로 연결되지않지요...
예를들어 그룹타겟을
http://zeronara.net/group/homepage/index.php
으로 지정했을때
메인메뉴나 서브메뉴에서 링크할때는 저렇게 링크걸어지나
그룹최신글에서는
http://zeronara.net/bbs/group.php?gr_id=z1
이렇게 연결됩니다.
그룹최신글제목에서도 타겟으로 연결할수없을까요?
소스는 아래와 같습니다.
=====================================
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$gr = get_group($gr_id);
?>
<table align="center" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="3" background="<?=$latest_skin_path?>/img/latest_t_1.gif"></td>
<td background="<?=$latest_skin_path?>/img/latest_t_bg.gif">
<!--타이틀 시작: 실선 색상을 바꾸려면 215, 215, 215를 고치세요.-->
<table align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<tr height="30">
<td width="10"></td>
<td width="100%"> <a href='<?=$g4[bbs_path]?>/group.php?gr_id=<?=$gr_id?>'><<font color="#57697c"><b><?=$gr[gr_subject]?></b></font></a></strong></td>
<td width="40"><a href='<?=$g4[bbs_path]?>/group.php?gr_id=<?=$gr_id?>'><img src='<?=$latest_skin_path?>/img/more.gif' border=0></a></td>
<td width="5"></td>
</tr>
</table>
<!--타이틀 끝-->
</td>
<td width="3" background="<?=$latest_skin_path?>/img/latest_t_2.gif"></td>
</tr>
<tr>
<td width="3" background="<?=$latest_skin_path?>/img/latest_m_1.gif"></td>
<td>
<table align="center" cellpadding="0" cellspacing="0" width="100%" border="0">
<? for ($i=0; $i<count($list); $i++) {?>
<tr>
<!--게시물 아래 점선 색상을 바꾸고 싶으시면 211,211,211부분을, 게시물 추출부분 세로 길이를 늘리시려면 25을 수정하세요-->
<td width="100%" height="23" valign=middle style="border-bottom-width:0px; border-bottom-color:rgb(211,211,211); border-bottom-style:dotted;">
<?
//날짜표시
$subject = $list[$i][subject];
$b_subject = "<strong>".$list[$i][subject]."<strong>";
?>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td height="22"> <b>ㆍ</b>
<?
echo $list[$i]['icon_reply'] . " ";
echo "<a href='{$list[$i]['href']}'>";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong><font color=#red>[{$list[$i]['bo_subject']}]</font> {$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'><font color=#red>[{$list[$i]['bo_subject']}]</font> {$list[$i]['subject']}</font>";
echo "</a>";
if ($list[$i]['comment_cnt'])
echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$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'];
// echo " " . $list[$i]['icon_file'];
// echo " " . $list[$i]['icon_link'];
// echo " " . $list[$i]['icon_hot'];
// echo " " . $list[$i]['icon_secret'];
?>
</td>
</tr>
</table>
<!--게시물 추출 글자 설정 끝-->
</td>
</tr>
<? } ?>
</table>
</td>
<td width="3" background="<?=$latest_skin_path?>/img/latest_m_2.gif"></td>
</tr>
<tr height="3">
<td width="3" background="<?=$latest_skin_path?>/img/latest_b_1.gif"></td>
<td background="<?=$latest_skin_path?>/img/latest_b_bg.gif"></td>
<td width="3" background="<?=$latest_skin_path?>/img/latest_b_2.gif"></td>
</tr>
</table>
=============================
<a href='<?=$g4[bbs_path]?>/group.php?gr_id=<?=$gr_id?>'> 이부분을 어떻게 고치면 될것같은데..
어떻게 하면 될까요?
추천1