Resource icon

XF QapTcha 1.1

No permission to download
So you don't have a js error :D
The html "dropError" code is normal. Is your computer has a touchscreen?
If no, sorry but no idea of what is going on.
 
Hello, I have W7 64bit and no touchscreen.
I have a monitor 27 "but I do not think it has anything to do with the problem.
Anyway thank you very much for your time and try to fix me.
Thank you.

sa2.webp
 
You don't have any JS error... because you don't have any JS ^^ Must be a problem with the version of your addon. Download it again. Uninstall it - reinstall it.
 

Attachments

  • jsmisssing.webp
    jsmisssing.webp
    73 KB · Views: 12
Work fine for me.


Salud2

Lms Thanks for the confirmation, I'm about to let a fault of my browser. -
A user contacted me with this problem and after trying it I saw that really failed, curiously before the user know the error I had noticed some time ago.
But maybe it's my team.
Greetings.

--------------------------------

Gracias por la confirmación Lms, estoy por dejar que es un fallo de mi navegador.-
Un usuario me contactó con ese problema y después de probarlo vi que realmente fallaba, curiosamente antes de saberlo el usuario me había percatado del error hace un tiempo atrás.
Pero tal vez sea mi equipo.
Saludos.

You don't have any JS error... because you don't have any JS ^^ Must be a problem with the version of your addon. Download it again. Uninstall it - reinstall it.


I will remove it and put it back, I will report it.
Thank you very much.
 
Hello, I just reinstalled.
Previously I deleted everything and FTP.
But unfortunately remains the same.
People who want to register my site to update your browser or use a different as Firefox!
Thank you very much guys for your help and for your time.

--------------------------------------------------------------------
Hola, acabo de reinstalarlo.
Previamente lo borré todo y también del ftp.
Pero por desgracia sigue igual.
La gente que se quieran registrar en mi web que actualicen el navegador o que usen otro como el Firefox!
Muchas gracias chicos por vuestra ayuda y por vuestro tiempo.

--------------------------------------------------------------------

Bonjour, je viens de réinstaller.
Auparavant, j'ai supprimé tout et FTP.
Mais malheureusement reste la même.
Les personnes qui désirent s'inscrire mon site à jour votre navigateur ou utiliser un autre que Firefox!
Merci les gars beaucoup pour votre aide et pour votre temps.
 
Does the browser works with javascript enabled?
Spanish
¿El navegador funciona con javascript activado?
French:
Est-ce que le navigateur fonctionne avec javascript activé?

Salud2
 
The problem is that the template captcha_qaptcha doesn't seem to load...

Template is loaded, but the <script> does not load from it.

Tize, find template captcha_qaptcha your forum style in the admin panel and post here the contents of the template.
 
Is the KeyCaptcha bug still going? I just installed both and can't see XF-Qap in my options.

Do you think the possibility might exist to be able to use both at the same time?
 
Template is loaded, but the <script> does not load from it.

Tize, find template captcha_qaptcha your forum style in the admin panel and post here the contents of the template.


Hi, thanks for your message.
Sorry for the delay, I did not come to my email notifications and modified them to receive it.
captcha_qaptcha =

PHP:
<xen:require js="js/qaptcha/jquery-ui.js" />
<xen:require js="js/qaptcha/jquery.ui.touch.js" />
<xen:require js="js/qaptcha/qaptcha.js" />
<xen:require css="qaptcha.css" />
<script type='text/javascript'>
    function refreshQapTcha()
    {
        jQuery('.QapTcha').empty().QapTcha({
            txtLock : '{xen:phrase qaptcha_lock}',
            txtUnlock : '{xen:phrase qaptcha_unlock}'
        });
    }
 
    jQuery(document).ready(function() {
        jQuery('.QapTcha').QapTcha({
            txtLock : '{xen:phrase qaptcha_lock}',
            txtUnlock : '{xen:phrase qaptcha_unlock}'
        });
    });
</script>
<div class="QapTcha jsOnly">{xen:phrase loading}...</div><noscript>{$noscript_code_notice}</noscript>

HTML:
<xen:require js="js/qaptcha/jquery-ui.js" />
<xen:require js="js/qaptcha/jquery.ui.touch.js" />
<xen:require js="js/qaptcha/qaptcha.js" />
<xen:require css="qaptcha.css" />
<script type='text/javascript'>
    function refreshQapTcha()
    {
        jQuery('.QapTcha').empty().QapTcha({
            txtLock : '{xen:phrase qaptcha_lock}',
            txtUnlock : '{xen:phrase qaptcha_unlock}'
        });
    }
 
    jQuery(document).ready(function() {
        jQuery('.QapTcha').QapTcha({
            txtLock : '{xen:phrase qaptcha_lock}',
            txtUnlock : '{xen:phrase qaptcha_unlock}'
        });
    });
</script>
<div class="QapTcha jsOnly">{xen:phrase loading}...</div><noscript>{$noscript_code_notice}</noscript>
 
Top Bottom