mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
포인트 모듈, 포인트 활성화 애드온, 포인트 레벨 아이콘 표시 애드온 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2032 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d3c3350fe9
commit
eb9bd1d30b
64 changed files with 1242 additions and 0 deletions
12
modules/point/conf/info.xml
Normal file
12
modules/point/conf/info.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module version="0.1">
|
||||
<title xml:lang="ko">포인트 시스템</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 26">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<description xml:lang="ko">
|
||||
글작성/삭제/댓글작성/삭제시에 포인트를 부여할 수 있습니다.
|
||||
포인트마다 레벨을 지정하여 사용자 이름 앞에 아이콘을 표시할 수도 있습니다.
|
||||
단 포인트 관련 애드온을 활성화 시키셔야 됩니다.
|
||||
</description>
|
||||
</author>
|
||||
</module>
|
||||
13
modules/point/conf/module.xml
Normal file
13
modules/point/conf/module.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<actions>
|
||||
<action name="dispPointAdminConfig" type="view" admin_index="true" standalone="true" />
|
||||
<action name="dispPointAdminModuleConfig" type="view" standalone="true" />
|
||||
<action name="dispPointAdminActConfig" type="view" standalone="true" />
|
||||
|
||||
<action name="procPointAdminInsertConfig" type="controller" standalone="true" />
|
||||
<action name="procPointAdminInsertModuleConfig" type="controller" standalone="true" />
|
||||
<action name="procPointAdminInsertActConfig" type="controller" standalone="true" />
|
||||
</actions>
|
||||
</module>
|
||||
Loading…
Add table
Add a link
Reference in a new issue