×

앱 설치 안내

리빌더 공식 홈페이지 바로가기를 PC에 설치해보세요!
바탕화면에서 앱으로 실행할 수 있어요.

질문과 답변

2024.10.27 17:35

자동등록방지 captcha 숫자는 어디서 키울 수 있을까요?

수고하십니다.


captcha자동등록방지 숫자를 키우고 싶은데

위치를 못 찾겠습니다.


그리고

회원가입 할 때와 로그인 할 때 헤더와 푸더를 넣고 싶은데요.


/bbs 쪽에서 넣어 봐도.


/theme/rb.basic/skin/member 

파일을 수정해 봐도 나타 나지 않는데 위치 좀 알 수 있을까요?


감사합니다.

  • 공유링크 복사
    미니홈 쪽지 구독하기
    구독하고 알림받기
  • 이전글좌우 여백 삭제2024.10.28
  • 다음글모바일 게시판 분리2024.10.27
  • 댓글목록

    profile_image
    리빌더미니홈 1:1 대화하기  오래 전

    안녕하세요, 리빌더 입니다.
    크롬 브라우저의 F12 로 해당영역을 찍어보시면 확인할 수 있습니다.

    /theme/rb.basic/skin/member/rb.member/register_form.skin.php
    파일에 style이 있습니다.

    #captcha #captcha_img {
        border: 0px;
        height: 28px;
        margin-top: 7px;
        width: auto;
    }

    부분의 height: 28px; 을 조정해보세요.
    감사합니다.

    2024-10-27 21:56

    profile_image
    no_profile 삼다수미니홈 1:1 대화하기  오래 전

    답변 감사합니다.

    /theme/rb.basic/skin/member/rb.member/register_form.skin.php
    가보면  아래 부분이 없습니다.
    #captcha #captcha_img {
        border: 0px;
        height: 28px;
        margin-top: 7px;
        width: auto;
    }

    14번 째 줄에 아래의 style만 있구요.
    <style>
        body, html {background-color: #f9fafb;}
        main {background-color: #f9fafb;}
        #container_title {display: none;}
        #header {display: none;}
        .contents_wrap {padding: 0px !important;}
        .sub {padding-top: 0px;}
    </style>

    F12 눌러서 확인해 보면 /bbs/register_form.php:540 이렇게 나오구요.

    감사합니다.

    2024-10-31 19:30

    profile_image
    리빌더미니홈 1:1 대화하기  오래 전

    theme/rb.basic/rb.css/style.css
    파일에

    #captcha #captcha_img {height:35px !important}
    형태로 추가해보시면 될것같습니다.

    감사합니다.

    2024-10-31 21:24

    profile_image
    no_profile 삼다수미니홈 1:1 대화하기  오래 전

    감사합니다. 추가해주니 해결 되었습니다.

    2024-11-01 19:04

    profile_image
    리빌더미니홈 1:1 대화하기  오래 전

    해결되셨다니 다행입니다.
    감사합니다.

    2024-11-01 19:05