테스트 사이트 - 개발 중인 베타 버전입니다

도와주세요 채택완료

대한사랑 6년 전 조회 4,058

그룹탭형식의 최근게시물 입니다

 

 echo "[{$list[$m][$n][bo_subject]}] ";

 

이 부분에 링크가 각각의 게시판으로 하고 싶은데 작동이 안됩니다

 

-----------------------------------------------------------------------

 

소스입니다 도움부탁드립니다

 

// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0); ?>

    • for($n=0; $n";   echo "[{$list[$m][$n][bo_subject]}] ";   echo "{$list[$m][$n][subject]}";   if ($list[$m][$n]['comment_cnt'])   echo " {$list[$m][$n]['comment_cnt']}";   echo "{$list[$m][$n][datetime2]}";

      //echo date("Y-m-d H:i:s", G5_SERVER_TIME - ($board['bo_new'] * 3600)); //echo $list[$m][$n]['wr_datetime'];

          $list[$m][$n]['icon_new'] = '';     if ($list[$m][$n]['wr_datetime'] >= date("Y-m-d H:i:s", G5_SERVER_TIME - ($board['bo_new'] * 3600)))         $list[$m][$n]['icon_new'] = '새글';

                $list[$m][$n]['icon_link'] = '';     if ($list[$m][$n]['wr_link1'] || $list[$m][$n]['wr_link2'])  $list[$m][$n]['icon_link'] = '관련링크'; 

          if ($list[$m][$n]['file']['count'])         $list[$m][$n]['icon_file'] = '첨부파일';        $list[$m][$n]['icon_hot'] = '';     if ($board['bo_hot'] && $list[$m][$n]['wr_hit'] >= $board[$m][$n]['bo_hot'])         $list[$m][$n]['icon_hot'] = '인기글';

          $list[$m][$n]['icon_secret'] = '';     if (strstr($list[$m][$n]['wr_option'], 'secret'))         $list[$m][$n]['icon_secret'] = '비밀글';

      //if (isset($list[$m][$n]['icon_new'])) echo " " . $list[$m][$n]['icon_new'];   echo " " . $list[$i][$n]['icon_new'];   echo " " . $list[$m][$n]['icon_file'];   echo " " . $list[$m][$n]['icon_link'];   echo " " . $list[$m][$n]['icon_hot'];   echo " " . $list[$m][$n]['icon_secret']; 

        echo "";  }

                              /*/echo $list[$i]['icon_reply']." ";             echo "";             if ($list[$i]['is_notice'])                 echo "".$list[$i]['subject']."";             else                 echo $list[$i]['subject'];

                  if ($list[$i]['comment_cnt'])                 echo $list[$i]['comment_cnt'];

                  echo "";

                  // if ($list[$m][$n]['link']['count']) { echo "[{$list[$m][$n]['link']['count']}]"; }             // if ($list[$m][$n]['file']['count']) { echo "<{$list[$m][$n]['file']['count']}>"; }

                  if (isset($list[$m][$n]['icon_new'])) echo " " . $list[$m][$n]['icon_new'];             if (isset($list[$m][$n]['icon_hot'])) echo " " . $list[$m][$n]['icon_hot'];             if (isset($list[$m][$n]['icon_file'])) echo " " . $list[$m][$n]['icon_file'];             if (isset($list[$m][$n]['icon_link'])) echo " " . $list[$m][$n]['icon_link'];             if (isset($list[$m][$n]['icon_secret'])) echo " " . $list[$m][$n]['icon_secret'];    */             for($l=0; $l<$empty_row; $l++) {   echo "

    • ".$gr[$m][gr_subject]."탭의 최신글이 더 없습니다.
    • "; } ?>
    • 더보기

 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
23948of
6년 전

GET 형식으로 bo_table 뒤에 ? 넣고 파라미터 주면 넘어가는 것으로 알고 있어요

 

한번 체크해보세요~

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

대한사랑
6년 전
자세하게 부탁드립니다 제가 초보라서요

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인