From c2e42b222ea21ed16eb56153238913558b8c840e Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 24 Jan 2013 15:52:27 +0900 Subject: [PATCH 1/2] =?UTF-8?q?onload=20=ED=9B=84=20=EC=B5=9C=EC=8B=A0?= =?UTF-8?q?=EA=B8=80=20=EC=B0=BD=EC=9D=B4=20=EC=9D=B4=EB=8F=99=ED=95=98?= =?UTF-8?q?=EB=8A=94=20=EA=B2=83=EC=9D=84=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/latest.lib.php | 32 +++++--------------------------- main.php | 8 +------- skin/latest/neo/latest.skin.php | 2 +- 3 files changed, 7 insertions(+), 35 deletions(-) diff --git a/lib/latest.lib.php b/lib/latest.lib.php index ec1366f3f..d1facaa4f 100644 --- a/lib/latest.lib.php +++ b/lib/latest.lib.php @@ -2,9 +2,13 @@ if (!defined('_GNUBOARD_')) exit; // 최신글 추출 -function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $options='') +function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $position='left') { global $g4; + static $lt_count=0; + + if ($position == 'right') + $lt_count++; if (!$skin_dir) $skin_dir = 'basic'; $latest_skin_path = skin_path().'/latest/'.$skin_dir; @@ -30,7 +34,6 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $options='') $handle = fopen($cache_file, "w"); $cache_content = ""; - //$cache_content = all_trim($cache_content); fwrite($handle, $cache_content); fclose($handle); } @@ -43,30 +46,5 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $options='') ob_end_clean(); return $content; - - /* - $latest_skin_path = skin_path().'/latest/'.$skin_dir; - - $list = array(); - - $sql = " select * from {$g4['board_table']} where bo_table = '$bo_table'"; - $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 * 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; - */ } ?> \ No newline at end of file diff --git a/main.php b/main.php index ddfb1a913..d375e19ec 100644 --- a/main.php +++ b/main.php @@ -17,17 +17,11 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { // 사용방법 // latest(스킨, 게시판아이디, 출력라인, 글자수); - echo latest("neo", $row['bo_table'], 5, 25); + echo latest("neo", $row['bo_table'], 5, 25, 'right'); } ?> - - diff --git a/skin/latest/neo/latest.skin.php b/skin/latest/neo/latest.skin.php index b99af123b..77754f150 100644 --- a/skin/latest/neo/latest.skin.php +++ b/skin/latest/neo/latest.skin.php @@ -2,7 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> -
+
    From 426ce470152612cb63385976b1a8a3146bc4b147 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 24 Jan 2013 15:52:55 +0900 Subject: [PATCH 2/2] =?UTF-8?q?onload=20=ED=9B=84=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=EC=B0=BD=EC=9D=B4=20=EC=9D=B4=EB=8F=99=ED=95=98=EB=8A=94=20?= =?UTF-8?q?=EA=B2=83=EC=9D=84=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/outlogin/neo/outlogin.skin.1.php | 54 +++++++++++++-------------- 1 file changed, 26 insertions(+), 28 deletions(-) diff --git a/skin/outlogin/neo/outlogin.skin.1.php b/skin/outlogin/neo/outlogin.skin.1.php index e2a001c3e..f60dae3ca 100644 --- a/skin/outlogin/neo/outlogin.skin.1.php +++ b/skin/outlogin/neo/outlogin.skin.1.php @@ -24,35 +24,33 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가