날씨위젯
최종편집 2025.01.17 (금)
기사입력시간 2025년 01월 16일 17시 26분 / 글수정 / 글삭제
수정경로

/wp-content/plugins/mangboard/models/user/register.php

 

수정방법

$desktop_model['write']    = $user_head_text.'
{"tpl":"tag","tag_name":"table","type":"start","name":"'.__MW("W_USER_JOIN").'","width":"15%,*","mobile_width":"90px,*","class":"table table-write","style":""},
{"field":"fn_user_id","name":"W_ID","width":"140px","required":"(*)","type":"user_id","unique":"","modify":"text_static","maxlength":"50","pattern":"pattern_en_num_4ge","pattern_error":"MSG_ID_INPUT_ERROR1","description":"('.__MW("MSG_ID_INPUT_ERROR1").')"},
{"field":"fn_user_name","name":"W_NAME","width":"100%","required":"(*)","maxlength":"20","pattern":"user_name","pattern_error":"'.__MW("MSG_NAME_INPUT_ERROR1").'(2~20)","filter":"filter_admin","filter_error":"MSG_NAME_FILTER_ERROR"},
{"field":"fn_passwd","name":"W_PASSWORD","width":"100%","type":"password","required":"(*)","maxlength":"30","pattern":"pattern_8ge","pattern_error":"'.__MW("MSG_PASSWORD_AT_LEAST_8DIGITS").'","description":"<br>('.__MM("MSG_PASSWORD_AT_LEAST_8DIGITS").')"},
{"field":"fn_passwd2","name":"'.__MW("W_PASSWORD_CONFIRMATION").'(*)","width":"100%","type":"password","maxlength":"30","pattern":"pattern_8ge","pattern_error":"'.__MW("MSG_PASSWORD_AT_LEAST_8DIGITS").'","description":"<br>('.__MW("MSG_PASSWORD_INPUT_ERROR1").')"},
{"field":"fn_user_email","name":"W_EMAIL","width":"100%","pattern":"email","required":"(*)","pattern_error":"MSG_EMAIL_FILTER_ERROR"},
{"field":"fn_user_phone","name":"W_MOBILE","width":"100%","mobile_width":"100%","required":"(*)","type":"user_handphone"},
{"tpl":"tag","tag_name":"table","type":"end"}
';

이 부분에서 원하는 내용을 삭제하면 해당 항목은 나타나지 않습니다.
필수입력일 경우

"required":"(*)" 

이 코드를 추가하면 됩니다.


로그인하세요.