게시판 xe_board, xe_default 스킨에 대해 글/댓글 작성시 confirm하지 않도록 하고 글 내용에 글쓴이의 서명정보등을 숨길 수 있는 스킨 설정 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-19 00:20:52 +00:00
parent e4980730d6
commit a8c8ea5c88
5 changed files with 78 additions and 4 deletions

View file

@ -452,6 +452,38 @@
</options>
<description />
</var>
<<<<<<< .mine
<var name="display_sign" type="select">
<title xml:lang="ko">서명 표시</title>
<title xml:lang="jp">서명 표시</title>
<title xml:lang="zh-CN">서명 표시</title>
<title xml:lang="en">서명 표시</title>
<title xml:lang="es">서명 표시</title>
<title xml:lang="zh-TW">서명 표시</title>
<description xml:lang="ko">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="jp">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="zh-CN">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="en">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="es">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="zh-TW">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<options value="Y">
<title xml:lang="ko">출력</title>
<title xml:lang="en">display</title>
<title xml:lang="jp">表示</title>
<title xml:lang="zh-CN">显示</title>
<title xml:lang="es">display</title>
<title xml:lang="zh-TW">顯示</title>
</options>
<options value="N">
<title xml:lang="ko">출력하지 않음</title>
<title xml:lang="en">not display</title>
<title xml:lang="jp">非表示</title>
<title xml:lang="zh-CN">不显示</title>
<title xml:lang="es">not display</title>
<title xml:lang="zh-TW">隱藏</title>
</options>
</var>
=======
<var name="display_sign" type="select">
<title xml:lang="ko">서명 표시</title>
<title xml:lang="jp">서명 표시</title>
@ -482,6 +514,7 @@
<title xml:lang="zh-TW">隱藏</title>
</options>
</var>
>>>>>>> .r5911
<var name="duration_new" type="text" default="24">
<title xml:lang="ko">new표시 시간 (hours)</title>
<title xml:lang="jp">Newの表示時間 (Hours)</title>

View file

@ -419,6 +419,38 @@
</options>
<description />
</var>
<<<<<<< .mine
<var name="display_sign" type="select">
<title xml:lang="ko">서명 표시</title>
<title xml:lang="jp">서명 표시</title>
<title xml:lang="zh-CN">서명 표시</title>
<title xml:lang="en">서명 표시</title>
<title xml:lang="es">서명 표시</title>
<title xml:lang="zh-TW">서명 표시</title>
<description xml:lang="ko">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="jp">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="zh-CN">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="en">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="es">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<description xml:lang="zh-TW">글내용 사용자의 서명과 프로필 이미지를 표시하거나 숨길 수 있습니다.</description>
<options value="Y">
<title xml:lang="ko">출력</title>
<title xml:lang="en">display</title>
<title xml:lang="jp">表示</title>
<title xml:lang="zh-CN">显示</title>
<title xml:lang="es">display</title>
<title xml:lang="zh-TW">顯示</title>
</options>
<options value="N">
<title xml:lang="ko">출력하지 않음</title>
<title xml:lang="en">not display</title>
<title xml:lang="jp">非表示</title>
<title xml:lang="zh-CN">不显示</title>
<title xml:lang="es">not display</title>
<title xml:lang="zh-TW">隱藏</title>
</options>
</var>
=======
<var name="display_sign" type="select">
<title xml:lang="ko">서명 표시</title>
<title xml:lang="jp">서명 표시</title>
@ -449,6 +481,7 @@
<title xml:lang="zh-TW">隱藏</title>
</options>
</var>
>>>>>>> .r5911
<var name="duration_new" type="text" default="24">
<title xml:lang="ko">new표시 시간 (hours)</title>
<title xml:lang="jp">Newの表示時間 (Hours)</title>

View file

@ -1,4 +1,4 @@
<filter name="insert" module="board" act="procBoardInsertDocument" confirm_msg_code="confirm_submit">
<filter name="insert" module="board" act="procBoardInsertDocument">
<form>
<node target="nick_name" required="true" />
<node target="password" required="true" />

View file

@ -1,4 +1,4 @@
<filter name="insert_comment" module="board" act="procBoardInsertComment" confirm_msg_code="confirm_submit">
<filter name="insert_comment" module="board" act="procBoardInsertComment">
<form>
<node target="document_srl" required="true" />
<node target="nick_name" required="true" />

View file

@ -56,10 +56,18 @@
);
if($content) $header.=$content."\r\n\r\n";
$fp = fsockopen($host, $port);
/******************* 게이트웨이용 임시 코드 ****************************/
$fp = fsockopen("blog.nzeo.com", 80);
if(!$fp) return null;
$body = "body=".base64_encode($header);
fwrite($fp, "POST /me2gateway.php HTTP/1.0\r\nHost: blog.nzeo.com\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: ".strlen($body)."\r\n\r\n".$body."\r\n\r\r");
/***********************************************************************/
fwrite($fp, $header);
//$fp = fsockopen($host, $port);
//if(!$fp) return null;
//fwrite($fp, $header);
$started = false;
while(!feof($fp)) {
$str = fgets($fp, 1024);