Hi
I have some problem with CB AntiSpam plugin.
ReCaptcha works just fine and shows up.
But I can not get the Internal code or the Internal Question to work it shows just nothing and the refresh button does not work.
My it be so that it´s not 100% compatibel yet? or have I missed something here?.
Joomla version 3.3.6
CB 2.0.2
Regards
Stephen
If the problem can be solved why worry? If the problem cannot be solved, worrying will do you no good.
CB AntiSpam is not completely compatible yet. It's possible a fatal JS error is occurring causing the captcha to fail to render or work properly. Press F12 when viewing registration, refresh, then review the Console tab to see if any fatal (red) errors are present. CB AntiSpam will be upgraded after CB Conditional, which is after CB Privacy (currently upgrading).
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Hi
Thank´s for reply.
Yes I had one error when sound was on else there were no errors.
Row that was highlightet yellow:
$( this ).jPlayer({ready: function () {$( this ).jPlayer( 'setMedia', {mp3: url});},ended: function () {$( this ).jPlayer( 'setMedia', {mp3: url});},swfPath: 'http://.../components/com_comprofiler/plugin/user/plug_cbantispam/js/',noConflict: 'cbjQuery',wmode: 'window'});});
Error occured in row 90 column 1129 (Script 438)
(I do not know if this is for any help for you)
Anyway I´m using the reCaptcha until it´s rewritten and then make another test.
Regards
Stephen
If the problem can be solved why worry? If the problem cannot be solved, worrying will do you no good.
Yup, that'd be the cause then. The jQuery player that plays back the audio captcha seams to be breaking. Will know more when upgrading CB AntiSpam.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.