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

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

질문답변

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

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

페이지 정보

본문

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

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

예를들어 그룹타겟을
 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 1,640건 30 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
915 프라하쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11096 0 06-18
914 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11384 0 06-17
913 프라하쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16190 0 06-13
912 음악사랑쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9101 0 06-10
911 프라하쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8973 0 06-06
910 프라하쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10635 0 06-05
909 토탈나라쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9203 0 06-03
908 휴먼쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7745 0 06-02
907 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9315 0 06-01
906 taein쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12741 0 05-30
905 davi쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 7222 0 05-25
904 말도로르쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8004 0 05-24
903 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9523 0 05-23
902 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10540 0 05-23
901 ChanbiZ쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 71 0 05-22
900 메빅맨쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11969 0 05-22
899 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9627 0 05-22
898 블루쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6168 0 05-20
897 프라하쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8628 0 05-20
896 알럽투데이쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14295 0 05-16
895 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10675 0 05-15
894 후니쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7976 0 05-08
893 은터비쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8796 0 05-04
892 제리쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7722 0 05-02
891 포인트쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8645 0 04-30

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
7,926
어제
7,612
최대
8,233
전체
1,625,111
Copyright (c) 株式会社YHPLUS. All rights reserved.