묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원 정보 비공개 [생일]
2011.08.19 09:14
우선 송동우님께 감사하구요
다름이아니라
이름에는 비공개 체크박스를 추가했습니다만
생일에 추가하려고하니
응용을해도 폼이 하나 더생기다던가 .. 막이상해지더라구요
생일에도 비공개 폼을 추가하려면 어떻게 수정해야되는지 알려주시면 감사하겠습니다.
member_info -
<tr>
다름이아니라
이름에는 비공개 체크박스를 추가했습니다만
생일에 추가하려고하니
응용을해도 폼이 하나 더생기다던가 .. 막이상해지더라구요
생일에도 비공개 폼을 추가하려면 어떻게 수정해야되는지 알려주시면 감사하겠습니다.
member_info -
<tr>
<th><div>{$lang->birthday}</div></th>
<td><!--@if($member_info->birthday)-->{zdate($member_info->birthday,"Y-m-d")}<!--@else--> <!--@end--></td>
</tr>
modify_info -
<th><div>{$lang->birthday}</div></th>
modify_info -
<th><div>{$lang->birthday}</div></th>
<td>
<input type="hidden" name="birthday" value="{$member_info->birthday}" />
<input type="text" class="inputDate" value="{zdate($member_info->birthday,'Y-m-d')}" readonly="readonly" />
<span class="button"><input type="button" value="{$lang->cmd_delete}" class="dateRemover" /></span>
<p>{$lang->about_birthday}</p>
</td>
signup_form -
signup_form -
<th><div>{$lang->birthday}</div></th>
<td>
<input type="hidden" name="birthday" id="date_birthday" value="" />
<input type="text" value="" readonly="readonly" class="inputDate iText" />
<span class="button"><input type="button" value="{$lang->cmd_delete}" class="dateRemover" /></span>
<p>{$lang->about_birthday}</p>