Loading the content...

알림장

인터넷익스플로어에서 회원가입 폼 '정보공개' 체크 안되는 점 수정

1,754 2015.05.29 15:12

짧은주소

본문

인터넷익스플로어 브라우저에서는 회원가입 폼란에서 정보공개 체크박스에 클릭이 안되는 점을 수정

eyoom/theme/테마명/skin_bs/member/basic/register_form.skin.html

수정전

<section class="col col-6">
    <label for="reg_mb_open" class="label">정보공개</label>
    <label class="checkbox">
        <input type="hidden" name="mb_open_default" value="{member.mb_open}">
        <input type="checkbox" name="mb_open" value="1" {? _w=='' || member.mb_open}checked{/} id="reg_mb_open"><i></i>다른분들이 나의 정보를 볼 수 있도록 합니다.
    </label>
    <div class="note margin-bottom-10"><strong>Note:</strong> 정보공개를 바꾸시면 앞으로 {config.cf_open_modify*1}일 이내에는 변경이 안됩니다.</div>
</section>


수정후

<section class="col col-6">
    <label for="reg_mb_open" class="label">정보공개</label>
    <label class="checkbox">
        <input type="checkbox" name="mb_open" value="1" {? _w=='' || member.mb_open}checked{/} id="reg_mb_open"><i></i>다른분들이 나의 정보를 볼 수 있도록 합니다.
        <input type="hidden" name="mb_open_default" value="{member.mb_open}">
    </label>
    <div class="note margin-bottom-10"><strong>Note:</strong> 정보공개를 바꾸시면 앞으로 {config.cf_open_modify*1}일 이내에는 변경이 안됩니다.</div>
</section>

 

마이패치를 통해 패치를 해 주시거나 직접 수정바랍니다.

테마 파일은 수정하여 업로드 되었습니다.

감사합니다.

1
좋아요!
댓글목록

shadow님의 댓글

감사합니다.
날씨가 덥습니다. 건강 유의하세요~~

축하합니다. 첫댓글 포인트 49포인트를 획득하였습니다.

허비봉님의 댓글

감사합니다~!

축하합니다. 행운의 포인트 76포인트를 획득하였습니다.

방구님의 댓글

감사합니다.. 그게 버그였군요..  강제로 체크되어야하는건줄알고..;;;;  그런데 어떻게하면 위처럼 코딩을 잘할수있을까요 ㅠㅠ

홍인님의 댓글

수고하시네요

축하합니다. 지뢰폭탄 포인트 84포인트를 획득하였습니다.

축하합니다. 행운의 포인트 58포인트를 획득하였습니다.

robell님의 댓글

감사합니다

studyhaza님의 댓글

감사합니다