모바일에서 캡챠 부분 중 소리를 나타내는 오디오 재생기 표시하지 않는 방법 정보
모바일에서 캡챠 부분 중 소리를 나타내는 오디오 재생기 표시하지 않는 방법본문
제가 수정한 것보다 더 좋은 방법을 발견해서 공유합니다.
이것저것 다 해봐도, 들레아빠님이 알려주신 방법이 제일 좋은 것 같네요.
// /plugin/kcaptcha/kcaptcha.lib.php 파일에서 수정
// 캡챠 HTML 코드 출력
function captcha_html($class="captcha")
{
// if(is_mobile())
// $class .= ' m_captcha';$html = "\n".'<script>var g5_captcha_url = "'.G5_CAPTCHA_URL.'";</script>';
//$html .= "\n".'<script>var g5_captcha_path = "'.G5_CAPTCHA_PATH.'";</script>';
$html .= "\n".'<script src="'.G5_CAPTCHA_URL.'/kcaptcha.js"></script>';
$html .= "\n".'<fieldset id="captcha" class="'.$class.'">';
$html .= "\n".'<legend><label for="captcha_key">자동등록방지</label></legend>';
// if (is_mobile()) $html .= '<audio id="captcha_audio" controls></audio>';
//$html .= "\n".'<img src="#" alt="" id="captcha_img">';
$html .= "\n".'<img src="'.G5_CAPTCHA_URL.'/img/dot.gif" alt="" id="captcha_img">';
$html .= '<input type="text" name="captcha_key" id="captcha_key" required class="captcha_box required" size="6" maxlength="6">';
// if (!is_mobile()) $html .= "\n".'<button type="button" id="captcha_mp3"><span></span>숫자음성듣기</button>';
$html .= "\n".'<button type="button" id="captcha_reload"><span></span>새로고침</button>';
$html .= "\n".'<span id="captcha_info">자동등록방지 숫자를 순서대로 입력하세요.</span>';
$html .= "\n".'</fieldset>';
return $html;
}
2
댓글 2개

감사합니다 ^^
신고가 접수된 글입니다.
신고 횟수가 1회 이상이면 글을 확인하지 못합니다.
https://forums.uesp.net/viewtopic.php?f=42&t=42189
https://forums.uesp.net/viewtopic.php?f=38&t=42192
https://forums.uesp.net/viewtopic.php?f=42&t=42196
https://forums.uesp.net/viewtopic.php?f=14&t=42201
https://youtube.com/shorts/cX4MAEq_WfY?feature=share
https://youtube.com/shorts/BHl4Zt8Wpqo?feature=share
https://youtube.com/shorts/bid4l3t7yq8?feature=share
https://youtube.com/shorts/baTbZEw9R28?feature=share
https://youtube.com/shorts/qzNICPyTRC4?feature=share
https://youtu.be/XJcmibzIlc8
https://youtube.com/shorts/NGEMVvdwxq4?feature=share