What plugin? The best way is to fork it on github.
Plugin - Google Recaptcha
-
https://github.com/akhoury/nodebb-plugin-spam-be-gone
Does anyone know if this is still supported? Because nodebb 1.5.2 does not display the recaptcha code. I'm going to be forced to look at fixing it I suppose.
-
It should be working... do you not see the recaptcha here?
-
I'm not getting any errors on my site, just shows blank under inspector.
-
This post is deleted! -
Sorry, I had a derp moment. <script src='https://www.google.com/recaptcha/api.js'></script> was doubled up. Causing a confliction.
-
I do have another question tho, regarding this plugin does it support Googles new invisible recaptcha?
-
https://github.com/akhoury/nodebb-plugin-spam-be-gone#from-03x-to-04x
Spam Be Gone 0.4.x uses Google's "No CAPTCHA reCAPTCHA" which does not support the old public/private keys, so you need to generate new ones and replace the old ones in your NodeBB Admin Panel, or you will see an error instead of the captcha image, visit this page to do so: https://www.google.com/recaptcha/admin#list
-
@pitaj thx but i figured out why it wasnt working as mentioned above, was a js conflict.
Question is does this plugin support the new recaptcha invisible that google just came out with a few months ago?