Advertisement:

Author Topic: [Free Plugin] noCaptcha reCaptcha (new version 1.2.1 released)  (Read 12897 times)

Aficionado

  • Guest
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #15 on: July 02, 2015, 08:20:26 pm »
Just FYI it doesn't work for me.


akosijared

  • Newbie
  • *
  • Posts: 16
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #16 on: July 03, 2015, 08:35:28 am »
it's not working for me either, I keep on getting "ERROR: Please solve Captcha correctly." How do we go about this?


Aficionado

  • Guest
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #17 on: July 03, 2015, 03:42:58 pm »
Ok i would like to correct/update my previous post.

While this plugin didn't work well with Bender, it works ok with OsclassWizards free theme. All it takes is one line of code to remove and add a new one following the help file of the plugin.


shamim_biplob

  • Full Member
  • ***
  • Posts: 169
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #18 on: July 03, 2015, 06:02:34 pm »

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #19 on: July 03, 2015, 06:08:32 pm »
I have just tested modified version from this post and it's working without any issues in Bender theme.

Regards

Aficionado

  • Guest

Aficionado

  • Guest
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #21 on: July 03, 2015, 07:34:52 pm »
I have just tested modified version from this post and it's working without any issues in Bender theme.

Regards

If you go to Plugins page and select CONFIGURE from there, it goes to an EMPTY page.

Right ?


That happens with the plugin version from market. Doesn't happen with the mod version.


« Last Edit: July 03, 2015, 07:45:04 pm by Aficionado »

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #22 on: July 03, 2015, 07:49:05 pm »
That version from market is different. edit: Aficionado, I see that you edited the post in the meantime. As I said before, I have fixed some issues in 1.1.1_mod version. However, the plugin in the market is still at 1.1.1 official and issues are unfortunately still present in that version. What does look troubling is the fact that plugin so far has 850+ downloads and not a single review or complaint.

Regards
« Last Edit: July 03, 2015, 07:57:07 pm by dev101 »

Aficionado

  • Guest
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #23 on: July 03, 2015, 07:55:00 pm »
That version from market is different. edit: Aficionado, I see that you edited the post in the meantime. As I said before, I have fixed some issues, and they are unfortunately still present in the market version.

Regards

Thanks dev101 for the help and the programming you did. Appreciated.

Just the original author should update his plugin, so people will install the fixed version.


dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #24 on: July 03, 2015, 07:57:58 pm »
Thanks, you are welcome :)

shamim_biplob

  • Full Member
  • ***
  • Posts: 169
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #25 on: July 03, 2015, 08:09:06 pm »
nobody complain so that i overlook some bugs. After Aficionado's post i download this plugin from market and look the codes. So far i got 2 bugs.

in index.php of this plugin
line 140 change

Code: [Select]
osc_admin_render_plugin('nocaptcha_recaptcha/admin.php');
to

Code: [Select]
osc_admin_render_plugin(osc_plugin_folder(__FILE__) . 'admin/admin.php');
 and line 147 change

Code: [Select]
osc_admin_render_plugin_url(osc_plugin_folder(__FILE__) . 'admin.php')
to

Code: [Select]
osc_admin_render_plugin_url(osc_plugin_folder(__FILE__) . 'admin/admin.php')
i will also update market's copy after more checkup plugin's code. If anybody found any bugs please report so that i can correct and update accordingly.

Thanks

akosijared

  • Newbie
  • *
  • Posts: 16
Re: [Free Plugin] noCaptcha reCaptcha
« Reply #26 on: July 05, 2015, 08:38:43 am »
Finally.. I got mine working.. what I did is to remove the activation codes under settings > bots & spam and plainly used the plugins..

Great work Shamim!

shamim_biplob

  • Full Member
  • ***
  • Posts: 169
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.1.2 released)
« Reply #27 on: July 12, 2015, 05:45:31 pm »
New version 1.1.2

Bug fixes: configure broken link fixes

Aficionado

  • Guest
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.1.2 released)
« Reply #28 on: July 12, 2015, 11:26:15 pm »
New version 1.1.2

Bug fixes: configure broken link fixes

The update doesn't work, asks to be updated after the update, and broke the page.

Sad.


shamim_biplob

  • Full Member
  • ***
  • Posts: 169
Re: [Free Plugin] noCaptcha reCaptcha (new version 1.1.2 released)
« Reply #29 on: July 23, 2015, 12:00:29 am »
version updated in market. Please let me know if you found any issue.

Regards