From 7b1d2612b1144143f18557dbc8be9bba966cc451 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Mar 2013 17:11:53 +0900 Subject: [PATCH 1/4] =?UTF-8?q?PC=20=EB=B2=84=EC=A0=84=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=B4=EA=B8=B0=EC=97=90=20QUERY=5FSTRING=20=EC=9E=88?= =?UTF-8?q?=EB=8A=94=20=EA=B2=BD=EC=9A=B0=20=EC=98=A4=EB=A5=98=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/tail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/tail.php b/mobile/tail.php index 048fa71fc..856996a3f 100644 --- a/mobile/tail.php +++ b/mobile/tail.php @@ -16,7 +16,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 -PC버전 +PC 버전으로 보기 Date: Thu, 7 Mar 2013 17:12:07 +0900 Subject: [PATCH 2/4] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=EC=9C=BC=EB=A1=9C=20=EB=B3=B4=EA=B8=B0=EC=97=90=20QUE?= =?UTF-8?q?RY=5FSTRING=20=EC=9E=88=EB=8A=94=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tail.php b/tail.php index b962dd53d..f804b56b3 100644 --- a/tail.php +++ b/tail.php @@ -30,7 +30,7 @@ if ($config['cf_include_tail']) { -모바일 버전으로 보기 +모바일 버전으로 보기 Date: Thu, 7 Mar 2013 18:32:18 +0900 Subject: [PATCH 3/4] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=EC=88=98=20=EC=84=A4=EC=A0=95=EC=9D=B8?= =?UTF-8?q?=EB=93=AF=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form.php | 65 ++++++++++++++++++++++++++++---- adm/board_form_update.php | 12 +++++- skin/board/gallery/list.skin.php | 6 +-- 3 files changed, 70 insertions(+), 13 deletions(-) diff --git a/adm/board_form.php b/adm/board_form.php index deb566a53..325a1a5a4 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -29,8 +29,8 @@ if (!isset($board['bo_mobile_skin'])) { sql_query(" ALTER TABLE `{$g4['board_table']}` ADD `bo_mobile_skin` VARCHAR(255) NOT NULL DEFAULT '' AFTER `bo_skin` ", false); } -if (!isset($board['bo_mobile_gallery_cols'])) { - sql_query(" ALTER TABLE `{$g4['board_table']}` ADD `bo_mobile_gallery_cols` INT NOT NULL AFTER `bo_gallery_cols` ", false); +if (!isset($board['bo_gallery_width'])) { + sql_query(" ALTER TABLE `{$g4['board_table']}` ADD `bo_gallery_width` INT NOT NULL AFTER `bo_gallery_cols`, ADD `bo_gallery_height` INT NOT NULL AFTER `bo_gallery_width`, ADD `bo_moblie_gallery_cols` INT NOT NULL AFTER `bo_gallery_height`, ADD `bo_mobile_gallery_width` INT NOT NULL AFTER `bo_mobile_gallery_cols`, ADD `bo_mobile_gallery_height` INT NOT NULL AFTER `bo_mobile_gallery_width` ", false); } if ($w == '') { @@ -48,6 +48,11 @@ if ($w == '') { $board['bo_download_point'] = $config['cf_download_point']; $board['bo_gallery_cols'] = 4; + $board['bo_gallery_width'] = 200; + $board['bo_gallery_height'] = 150; + $board['bo_mobile_gallery_cols'] = 2; + $board['bo_mobile_gallery_width'] = 160; + $board['bo_mobile_gallery_height'] = 120; $board['bo_table_width'] = 97; $board['bo_page_rows'] = $config['cf_page_rows']; $board['bo_subject_len'] = 60; @@ -694,9 +699,9 @@ $pg_anchor = "