mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
게시판에 기존 블로그/방명록 모듈이 나오도록 하고 수정 완료시 게시판 모듈로 등록되도록 기능 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3571 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e40d5fa921
commit
a8fad2aefc
3 changed files with 3 additions and 1 deletions
|
|
@ -141,6 +141,7 @@
|
|||
$obj = $modules[$i];
|
||||
$extra_vars = unserialize($obj->extra_vars);
|
||||
|
||||
$obj->module = 'board';
|
||||
$obj->module_category_srl = $args->module_category_srl;
|
||||
$obj->layout_srl = $args->layout_srl;
|
||||
$obj->skin = $args->skin;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="module" default="board" />
|
||||
<condition operation="in" column="module" default="'board','guestbook','blog'" />
|
||||
<group pipe="and">
|
||||
<condition operation="like" column="mid" var="s_mid" pipe="or" />
|
||||
<condition operation="like" column="title" var="s_title" pipe="or" />
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
</tables>
|
||||
<columns>
|
||||
<column name="mid" var="mid" notnull="notnull" minlength="1" maxlength="40"/>
|
||||
<column name="module" var="module" maxlength="80"/>
|
||||
<column name="module_category_srl" var="module_category_srl" />
|
||||
<column name="skin" var="skin" minlength="1" maxlength="250" />
|
||||
<column name="browser_title" var="browser_title" notnull="notnull" minlength="1" maxlength="250" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue