mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
회원정보 수정시 이름도 수정할 수 있도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0e0899fab9
commit
5ccb142547
5 changed files with 7 additions and 3 deletions
|
|
@ -591,7 +591,7 @@
|
|||
if(!Context::get('is_logged')) return $this->stop('msg_not_logged');
|
||||
|
||||
// 필수 정보들을 미리 추출
|
||||
$args = Context::gets('nick_name','homepage','blog','birthday','email_address','allow_mailing','allow_message');
|
||||
$args = Context::gets('user_name','nick_name','homepage','blog','birthday','email_address','allow_mailing','allow_message');
|
||||
|
||||
// 로그인 정보
|
||||
$logged_info = Context::get('logged_info');
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
<filter name="modify_info" module="member" act="procMemberModifyInfo" extend_filter="member.getJoinFormList" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="user_name" required="true" minlength="2" maxlength="20"/>
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="20"/>
|
||||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
|
||||
</form>
|
||||
<parameter>
|
||||
<param name="accept_agreement" target="accept_agreement" />
|
||||
<param name="user_name" target="user_name" />
|
||||
<param name="nick_name" target="nick_name" />
|
||||
<param name="homepage" target="homepage" />
|
||||
<param name="blog" target="blog" />
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->user_name}</th>
|
||||
<td>{htmlspecialchars($member_info->user_name)}</td>
|
||||
<td><input type="text" name="user_name" value="{htmlspecialchars($member_info->user_name)}" /> <p>{$lang->about_user_name}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->nick_name} *</th>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
<filter name="modify_info" module="member" act="procMemberModifyInfo" extend_filter="member.getJoinFormList" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="user_name" required="true" minlength="2" maxlength="20"/>
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="20"/>
|
||||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
|
||||
</form>
|
||||
<parameter>
|
||||
<param name="accept_agreement" target="accept_agreement" />
|
||||
<param name="user_name" target="user_name" />
|
||||
<param name="nick_name" target="nick_name" />
|
||||
<param name="homepage" target="homepage" />
|
||||
<param name="blog" target="blog" />
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->user_name}</th>
|
||||
<td>{htmlspecialchars($member_info->user_name)}</td>
|
||||
<td><input type="text" name="user_name" value="{htmlspecialchars($member_info->user_name)}" /> <p>{$lang->about_user_name}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->nick_name} *</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue