최신글에서 그룹타겟으로 지정하고 싶을때 > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

서버정보나 계정정보는 보안유지를 위해 관리자쪽지나 메일로 발송해 주시거나 제작의뢰 게시판을 이용해 주시면 감사하겠습니다..

최신글에서 그룹타겟으로 지정하고 싶을때

페이지 정보

본문

메인이나 서브메뉴에서 그룹링크로 할때는 그룹타겟지정으로 나오는데

그룹최신글에서 그룹타겟으로 연결되지않지요...

예를들어 그룹타겟을
 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%">&nbsp;<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

댓글목록

profile_image

골든님의 댓글

골든쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

<a href='$g4[bbs_path]/group.php?gr_id=$row[gr_id]'>
이런식으로 하는것 아닌가요?

profile_image
profile_image

골든님의 댓글

골든쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

아 target말하는것이군요..

Total 31건 1 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
31 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10568 0 05-11
30 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7130 0 10-28
열람중 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9083 1 08-31
28 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7803 0 07-19
27 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7789 0 07-19
26 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7955 1 07-17
25 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8253 0 07-02
24 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10099 0 05-23
23 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10270 0 05-15
22 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8286 0 04-30
21 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12304 0 04-01
20 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10787 0 04-01
19 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11597 0 03-15
18 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8935 0 01-25
17 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8871 0 01-21
16 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8070 0 12-26
15 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11572 0 12-05
14 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 40 0 11-19
13 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8549 0 11-14
12 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5695 0 11-12
11 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9985 0 11-07
10 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6672 0 11-07
9 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6609 0 11-06
8 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 38 0 11-06
7 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6553 0 11-04

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
4,032
어제
5,597
최대
7,259
전체
1,293,763
Copyright (c) 株式会社YHPLUS. All rights reserved.