묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입폼 수정에 관한 질문입니다
2009.07.05 14:56
위에 보시는 바와 같이
빨간박스 안에 있는 홈페이지, 블로그,생일,메일링 가입 등을 아예 나타나지 않게 하려면 어디를 수정해야 하나요?
이전 버전에서는 기본설정에서 가능했는데.......
버전업 이후에는 하단에 디폴트 스킨을 사용한다고만 되어 있네요.
디폴트 스킨안에 있는 모든 파일을 다 열어보았지만 어디를 수정해야 할지 모르겠더군요.
signup_form.html 61줄쯤부터... 주석처리.
<!--
<tr>
<th><div>{$lang->homepage}</div></th>
<td>
<input type="text" name="homepage" value="" class="inputTypeText"/><p>{$lang->about_homepage}</p>
</td>
</tr>
<tr>
<th><div>{$lang->blog}</div></th>
<td>
<input type="text" name="blog" value="" class="inputTypeText"/><p>{$lang->about_blog_url}</p>
</td>
</tr>
<tr>
<th><div>{$lang->birthday}</div></th>
<td>
<input type="hidden" name="birthday" id="date_birthday" value="" />
<input type="text" value="" readonly="readonly" class="inputDate inputTypeText" /><p>{$lang->about_birthday}</p>
</td>
</tr>
<tr>
<th><div>{$lang->allow_mailing}</div></th>
<td><input type="checkbox" class="checkbox" name="allow_mailing" value="Y" checked="checked" /> <p>{$lang->about_allow_mailing}</p></td>
</tr>
-->