포럼
새 사용자 등록 페이지 수정
2016.05.08 08:13
죄송합니다. 제가 한국말 을 사용하는 것은 번역 소프트웨어.
성함이 어떻게 등록 page 안 보이기 "이미지 이름"和"가로 제한 길이",하지만 또 켜기 이 두 기능.
정말 감사합니다.
댓글 13
-
Podongi
2016.05.08 08:55
-
baosama
2016.05.08 13:34
근데 난 이 기능을 켭니다
-
불금
2016.05.08 14:45
When the question is better to use English than using a translator.
Non exact translation is difficult to understand this problem.
-
baosama
2016.05.08 17:23
I don't want to show these two options on the registration page, but I want to open this feature.
Thx!
-
불금
2016.05.08 17:42
/modules/member/skins/default(Yourskin)/signup_form.html
<div class="control-group" loop="$formTags=>$formTag" cond="$formTag->name != 'signature'"> <label for="{$formTag->name}" class="control-label">{$formTag->title}</label> <div class="controls">{$formTag->inputTag}</div> </div>
change this loop line code
-
baosama
2016.05.08 19:26
I have tried to delete this code,but mail and other information will disappear.thx~
-
불금
2016.05.09 18:52
After deleting you must write code (email, Forgot your Password Quiz etc..)
-
baosama
2016.05.13 19:02
Thank you very much for the valuable advice.
Can you ask how to write Question for a temporary password&Profile Imagecode
-
기진곰
2016.05.13 22:41
Keep the code. Just change this part:
cond="$formTag->name != 'signature'"
into this:
cond="$formTag->name != 'signature' && $formTag->name != 'image_mark' && $formTag->name != 'image_name'"
It's much easier to exclude just a few things than to rewrite all of the rest.
-
baosama
2016.05.17 18:38
Thank you very much! Perfect!
-
I-JEX
2016.05.08 22:56
이분들 갑자기 영어로 말씀을 하시네.. -
초보해외유저
2016.05.14 02:17
Because, He can not speak korean very well. :)
-
baosama
2016.05.16 12:17
:)
example.com/index.php?module=admin&act=dispMemberAdminSignUpConfig