kcp 본인인증 성별,생년월일 추가하기 > gnuboard

본문 바로가기

사이트 내 전체검색

gnuboard

팁자료 kcp 본인인증 성별,생년월일 추가하기

작성일 18-11-02 18:21

페이지 정보

작성자 웹지기 조회 1,710회 댓글 0건

본문

kcp1234.png

 

/plugin/kcpcert/kcpcert_result.php 211줄

인증정보 4가지만 존재합니다.

$opener.$("input[name=mb_birth]").val("<?php echo $birth_day; ?>").attr("readonly", true);

$opener.$("input[name=mb_sex]").val("<?php echo ($sex_code=="01")?"M":"F"; ?>").attr("readonly", true);

이 두개를 추가하고


/theme/해당테마/skin/member/선택스킨/member/register_form.skin.php 페이지의

생년월일을 <input type="text" name="mb_birth" value="<?php echo $member['mb_bireh'];?>">

성별을 <input type="text" name="mb_sex" value="<?php echo $member['mb_sex'];?>">


대충이런식으로 변경하면 될 듯 하다


추천0

비추천 0

댓글목록

등록된 댓글이 없습니다.

전체 54건 1 페이지

이미지 목록

게시물 검색
Copyright © 즐거운 코딩 생활 ( funyphp ). All rights reserved.
PC 버전으로 보기