최신글 게시판명 질문드립니다.

· 2011-10-17 (월) 19:09:00 · 1693
latest.lib.php 파일 소스입니다.

global $g4;

if ($skin_dir)
$latest_skin_path = "$g4[path]/skin/latest/$skin_dir";
else
$latest_skin_path = "$g4[path]/skin/latest/basic";

$list = array();

//$sql = " select bo_table, bo_notice, bo_subject, bo_subject_len, bo_use_list_content, bo_new, bo_use_sideview, bo_use_comment, bo_hot, bo_use_search from $g4[board_table] where bo_table = '$bo_table' and bo_table!='m03_8' and bo_table!='m07_09'";
$sql = " select bo_table, wr_id from $g4[board_new_table] where wr_id = wr_parent $g4_table_in and bo_table !='cust' and bo_table !='event' and bo_table !='faq' and bo_table !='free' and bo_table !='notice' and bo_table !='qa' and bo_table !='review' and bo_table !='suggest' and bo_table !='lecture' and bo_table !='test' order by bn_datetime desc limit 0, $rows ";
$board = sql_fetch($sql);

$tmp_write_table = $g4['write_prefix'] . $bo_table; // 게시판 테이블 전체이름
//$sql = " select * from $tmp_write_table where wr_is_comment = 0 order by wr_id desc limit 0, $rows ";
// 위의 코드 보다 속도가 빠름
$sql = " select wr_id, wr_subject, wr_option, wr_content, wr_comment, wr_parent, wr_datetime, wr_last, wr_homepage, wr_name, wr_reply, wr_link1, wr_link2, ca_name, wr_hit,wr_1,wr_2 ";
$sql .= " from $tmp_write_table where wr_is_comment = 0 order by wr_num limit 0, $rows ";
//explain($sql);
$result = sql_query($sql);
for ($i=0; $row = sql_fetch_array($result); $i++)
$list[$i] = get_list($row, $board, $latest_skin_path, $subject_len);
ob_start();
include "$latest_skin_path/latest.skin.php";
$content = ob_get_contents();
ob_end_clean();

return $content;
}

이부분에 게시판 ID 가 아닌 게시판 명이 출력 되도록 하려면 어떻게 해야하는지요..
|
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
11-10-18 조회 1,590
11-10-18 조회 1,122
11-10-18 조회 1,599
11-10-18 조회 1,034
11-10-18 조회 897
11-10-18 조회 816
11-10-18 조회 862
11-10-18 조회 1,017
11-10-18 조회 1,165
11-10-18 조회 1,608
11-10-18 조회 1,573
11-10-18 조회 1,490
11-10-18 조회 920
11-10-18 조회 4,676
11-10-18 조회 2,096
11-10-18 조회 1,696
11-10-17 조회 3,360
11-10-17 조회 883
11-10-17 조회 1,694
11-10-17 조회 928