From 7c71681a14af724420673de73856d1565a1ef7bc Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 10 Jun 2013 10:02:27 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=EC=B5=9C=EC=8B=A0=EA=B8=80=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=ED=8B=80=EB=A6=B0=20=EB=AC=B8=EA=B5=AC=EB=A5=BC=20?= =?UTF-8?q?=EB=B0=94=EB=A1=9C=20=EC=9E=A1=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/group.php | 5 +---- index.php | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/bbs/group.php b/bbs/group.php index caf1d13a4..2c33cd9f0 100644 --- a/bbs/group.php +++ b/bbs/group.php @@ -28,10 +28,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. - - // 사용방법 - // latest(스킨, 게시판아이디, 출력라인, 글자수); + // 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수); echo latest('basic', $row['bo_table'], 5, 70); ?>
diff --git a/index.php b/index.php index 3c07d7064..3aa9c62f2 100644 --- a/index.php +++ b/index.php @@ -31,10 +31,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
환경설정의 최신글 스킨경로를 기본 스킨으로 합니다. - - // 사용방법 - // latest(스킨, 게시판아이디, 출력라인, 글자수); + // 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수); echo latest("basic", $row['bo_table'], 5, 25); ?>
From 797ec39c1fb5a7b141b061396768804409e5260d Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 10 Jun 2013 10:05:48 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=EC=83=88=EC=B0=BD=20=EC=A0=9C=EB=AA=A9?= =?UTF-8?q?=EC=97=90=20id=20=EA=B0=92=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/move.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/move.php b/bbs/move.php index adda3c89f..78698d019 100644 --- a/bbs/move.php +++ b/bbs/move.php @@ -43,7 +43,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) ?>
-

+

From 46e01f853959489035e3ed09ceb0d5ed126cdf04 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 11 Jun 2013 10:07:31 +0900 Subject: [PATCH 3/5] =?UTF-8?q?filter.ajax.php=20=EB=A5=BC=20ajax.filter.p?= =?UTF-8?q?hp=20=EB=A1=9C=20=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/{filter.ajax.php => ajax.filter.php} | 2 -- mobile/skin/board/basic/view_comment.skin.php | 2 +- mobile/skin/board/basic/write.skin.php | 2 +- mobile/skin/board/gallery/view_comment.skin.php | 2 +- mobile/skin/board/gallery/write.skin.php | 2 +- skin/board/basic/view_comment.skin.php | 2 +- skin/board/basic/write.skin.php | 2 +- skin/board/gallery/view_comment.skin.php | 2 +- skin/board/gallery/write.skin.php | 2 +- 9 files changed, 8 insertions(+), 10 deletions(-) rename bbs/{filter.ajax.php => ajax.filter.php} (90%) diff --git a/bbs/filter.ajax.php b/bbs/ajax.filter.php similarity index 90% rename from bbs/filter.ajax.php rename to bbs/ajax.filter.php index 14e2850e8..e1c1d72ce 100644 --- a/bbs/filter.ajax.php +++ b/bbs/ajax.filter.php @@ -1,8 +1,6 @@ ); // 최대 var subject = ""; var content = ""; $.ajax({ - url: g4_bbs_url+"/filter.ajax.php", + url: g4_bbs_url+"/ajax.filter.php", type: "POST", data: { "subject": "", diff --git a/mobile/skin/board/basic/write.skin.php b/mobile/skin/board/basic/write.skin.php index c24f751b6..31bc836ef 100644 --- a/mobile/skin/board/basic/write.skin.php +++ b/mobile/skin/board/basic/write.skin.php @@ -202,7 +202,7 @@ function fwrite_submit(f) var subject = ""; var content = ""; $.ajax({ - url: g4_bbs_url+"/filter.ajax.php", + url: g4_bbs_url+"/ajax.filter.php", type: "POST", data: { "subject": f.wr_subject.value, diff --git a/mobile/skin/board/gallery/view_comment.skin.php b/mobile/skin/board/gallery/view_comment.skin.php index 952184938..2a4a1c708 100644 --- a/mobile/skin/board/gallery/view_comment.skin.php +++ b/mobile/skin/board/gallery/view_comment.skin.php @@ -174,7 +174,7 @@ var char_max = parseInt(); // 최대 var subject = ""; var content = ""; $.ajax({ - url: g4_bbs_url+"/filter.ajax.php", + url: g4_bbs_url+"/ajax.filter.php", type: "POST", data: { "subject": "", diff --git a/mobile/skin/board/gallery/write.skin.php b/mobile/skin/board/gallery/write.skin.php index 76351e6f8..b3d57a10d 100644 --- a/mobile/skin/board/gallery/write.skin.php +++ b/mobile/skin/board/gallery/write.skin.php @@ -202,7 +202,7 @@ function fwrite_submit(f) var subject = ""; var content = ""; $.ajax({ - url: g4_bbs_url+"/filter.ajax.php", + url: g4_bbs_url+"/ajax.filter.php", type: "POST", data: { "subject": f.wr_subject.value, diff --git a/skin/board/basic/view_comment.skin.php b/skin/board/basic/view_comment.skin.php index 6086927e5..c66d0d934 100644 --- a/skin/board/basic/view_comment.skin.php +++ b/skin/board/basic/view_comment.skin.php @@ -175,7 +175,7 @@ var char_max = parseInt(); // 최대 var subject = ""; var content = ""; $.ajax({ - url: g4_bbs_url+"/filter.ajax.php", + url: g4_bbs_url+"/ajax.filter.php", type: "POST", data: { "subject": "", diff --git a/skin/board/basic/write.skin.php b/skin/board/basic/write.skin.php index 4c7305153..444460d2e 100644 --- a/skin/board/basic/write.skin.php +++ b/skin/board/basic/write.skin.php @@ -173,7 +173,7 @@ function fwrite_submit(f) var subject = ""; var content = ""; $.ajax({ - url: g4_bbs_url+"/filter.ajax.php", + url: g4_bbs_url+"/ajax.filter.php", type: "POST", data: { "subject": f.wr_subject.value, diff --git a/skin/board/gallery/view_comment.skin.php b/skin/board/gallery/view_comment.skin.php index c03297c4a..91ecb6667 100644 --- a/skin/board/gallery/view_comment.skin.php +++ b/skin/board/gallery/view_comment.skin.php @@ -176,7 +176,7 @@ var char_max = parseInt(); // 최대 var subject = ""; var content = ""; $.ajax({ - url: g4_bbs_url+"/filter.ajax.php", + url: g4_bbs_url+"/ajax.filter.php", type: "POST", data: { "subject": "", diff --git a/skin/board/gallery/write.skin.php b/skin/board/gallery/write.skin.php index 3875e2b3c..f53798f52 100644 --- a/skin/board/gallery/write.skin.php +++ b/skin/board/gallery/write.skin.php @@ -202,7 +202,7 @@ function fwrite_submit(f) var subject = ""; var content = ""; $.ajax({ - url: g4_bbs_url+"/filter.ajax.php", + url: g4_bbs_url+"/ajax.filter.php", type: "POST", data: { "subject": f.wr_subject.value, From 826fd27912a4c7ed57dba2eaf2b524ab3b1244c6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 11 Jun 2013 10:07:42 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B7=B0=20=EC=88=A8=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/list.skin.php | 2 +- skin/board/basic/style.css | 2 +- skin/board/gallery/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php index 1b38c1a88..deb6243e6 100644 --- a/skin/board/basic/list.skin.php +++ b/skin/board/basic/list.skin.php @@ -115,7 +115,7 @@ if ($is_nogood) $colspan++; ?> - + diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index 22cf7fb3f..b9c548b1e 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -108,7 +108,7 @@ #bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa} #bo_vc h2 {margin-bottom:10px} #bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} -#bo_vc header {position:relative;padding:15px 0 5px} +#bo_vc header {z-index:2;position:relative;padding:15px 0 5px} #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} #bo_vc .sv_wrap {margin-right:15px} #bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index c59f9ea0f..1b5ff8948 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -132,7 +132,7 @@ #bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa} #bo_vc h2 {margin-bottom:10px} #bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} -#bo_vc header {position:relative;padding:15px 0 5px} +#bo_vc header {z-index:2;position:relative;padding:15px 0 5px} #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} #bo_vc .sv_wrap {margin-right:15px} #bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} From ebc1ab1a39261826aefa2c7b020783169c8a10e6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 11 Jun 2013 10:15:07 +0900 Subject: [PATCH 5/5] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B7=B0=20=EC=88=A8=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B02=20=EB=B0=8F=20?= =?UTF-8?q?=EB=8C=93=EA=B8=80=20=EC=B6=9C=EB=A0=A5=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/board/basic/style.css | 2 +- skin/board/basic/view_comment.skin.php | 10 ++++++++-- skin/board/gallery/style.css | 2 +- skin/board/gallery/view_comment.skin.php | 21 +++++++++++++-------- 4 files changed, 23 insertions(+), 12 deletions(-) diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index b9c548b1e..22cf7fb3f 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -108,7 +108,7 @@ #bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa} #bo_vc h2 {margin-bottom:10px} #bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} -#bo_vc header {z-index:2;position:relative;padding:15px 0 5px} +#bo_vc header {position:relative;padding:15px 0 5px} #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} #bo_vc .sv_wrap {margin-right:15px} #bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} diff --git a/skin/board/basic/view_comment.skin.php b/skin/board/basic/view_comment.skin.php index 6086927e5..2560346af 100644 --- a/skin/board/basic/view_comment.skin.php +++ b/skin/board/basic/view_comment.skin.php @@ -12,7 +12,8 @@ var char_max = parseInt(); // 최대

댓글목록

); // 최대 } */ $comment = preg_replace("/\[\\]/i", "", $comment); + $cmt_sv = $cmt_amt - $i + 1; // 댓글 헤더 z-index 재설정 ie8 이하 사이드뷰 겹침 문제 해결 ?>
style="margin-left:px;border-top-color:#e0e0e0"> -
+

님의 댓글

댓글의 댓글 @@ -122,6 +124,10 @@ var char_max = parseInt(); // 최대 + + 내용 diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index 1b5ff8948..c59f9ea0f 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -132,7 +132,7 @@ #bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa} #bo_vc h2 {margin-bottom:10px} #bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc} -#bo_vc header {z-index:2;position:relative;padding:15px 0 5px} +#bo_vc header {position:relative;padding:15px 0 5px} #bo_vc header .icon_reply {position:absolute;top:15px;left:-20px} #bo_vc .sv_wrap {margin-right:15px} #bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold} diff --git a/skin/board/gallery/view_comment.skin.php b/skin/board/gallery/view_comment.skin.php index c03297c4a..79bbbb0fe 100644 --- a/skin/board/gallery/view_comment.skin.php +++ b/skin/board/gallery/view_comment.skin.php @@ -12,18 +12,23 @@ var char_max = parseInt(); // 최대

댓글목록

\]/i", "", $str); + */ + $comment = preg_replace("/\[\\]/i", "", $comment); + $cmt_sv = $cmt_amt - $i + 1; // 댓글 헤더 z-index 재설정 ie8 이하 사이드뷰 겹침 문제 해결 ?> +
style="margin-left:px;border-top-color:#e0e0e0"> -
+

님의 댓글

댓글의 댓글 @@ -34,14 +39,14 @@ var char_max = parseInt(); // 최대 작성일

- "; ?> - + 비밀글 +

@@ -127,7 +132,7 @@ var char_max = parseInt(); // 최대 내용 글자 -