- Posts: 32
COMMUNITY FORUM
Registration ReCpatcha
- Xcantion
-
Topic Author
- Offline
- Junior Member
Or maybe has these already a recaptcha function!?!
Please Log in or Create an account to join the conversation.
- d.k.shukla
-
- Offline
- Senior Member
- Posts: 78
you can add re captcha functionality in k2 registration by installing reCAPTCHA Integrator Plugin download from www.joomlaez.com/
you will require to enable plug in after installation. Please configure plug in by entering re captcha public and private keys.select both option to yes in plug in configuration.
You will require to modify register.php in directory com_k2/templates
Please add following after line 93 {captcha}
I will hope that it will help you.
Please Log in or Create an account to join the conversation.
- Xcantion
-
Topic Author
- Offline
- Junior Member
- Posts: 32
Please Log in or Create an account to join the conversation.
- 2ninerniner2
-
- Offline
- Junior Member
- Posts: 24
Thanks for this! :) Works great! One more item off my K2 "wish list" :)
For those doing this, remember to set both 'Inclusion Syntax' and 'Auto-verify' to "Yes" :) ...oh, and enable the plugin!
Cheers!
Lyle
d.k.shukla said:hi you can add re captcha functionality in k2 registration by installing reCAPTCHA Integrator Plugin download from www.joomlaez.com/ you will require to enable plug in after installation. Please configure plug in by entering re captcha public and private keys.select both option to yes in plug in configuration.
You will require to modify register.php in directory com_k2/templates
Please add following after line 93 {captcha}
I will hope that it will help you.
Please Log in or Create an account to join the conversation.
- John Comeskey
-
- Offline
- Junior Member
- Posts: 33
Please Log in or Create an account to join the conversation.
- John Comeskey
-
- Offline
- Junior Member
- Posts: 33
Please Log in or Create an account to join the conversation.
- d.k.shukla
-
- Offline
- Senior Member
- Posts: 78
You are right there should be a re captcha functionality in registration but unfortunately it is not implemented in k2 component.
I will hope that developer of k2 will implement in future version.
Please Log in or Create an account to join the conversation.
- d.k.shukla
-
- Offline
- Senior Member
- Posts: 78
you can also add re captcha for forget password and log in also by doing modification given below.
Please add at line no 25 {captcha} in file default.php ,in directory components/com_user/views/remind/tmpl and components/com_user/views/reset/tmpl for lost login and lost password respectively.
I will hope that it will help you.
Please Log in or Create an account to join the conversation.
- d.k.shukla
-
- Offline
- Senior Member
- Posts: 78
I had worked out following solution, it may be help you.
Please Disable K2 comment recaptcha and modify item_comments_form.php in dir components/com_k2/templates/default , Please put comment from line 30 to 35 and add {captcha}, similar to registration page.
John Comeskey said:When this plugin is enabled, it breaks the K2 captcha in the commenting function.
Please Log in or Create an account to join the conversation.
- John Comeskey
-
- Offline
- Junior Member
- Posts: 33
d.k.shukla said:I am sorry for not understanding your problem,post a previous reply incorrect. you are correct it breaks due to double loading of recaptcha. I had worked out following solution, it may be help you.
Please Disable K2 comment recaptcha and modify item_comments_form.php in dir components/com_k2/templates/default , Please put comment from line 30 to 35 and add {captcha}, similar to registration page.
John Comeskey said:When this plugin is enabled, it breaks the K2 captcha in the commenting function.
Please Log in or Create an account to join the conversation.
- Travis Metcalfe
-
- Offline
- New Member
- Posts: 11
d.k.shukla said:hi you can add re captcha functionality in k2 registration by installing reCAPTCHA Integrator Plugin download from www.joomlaez.com/
you will require to enable plug in after installation. Please configure plug in by entering re captcha public and private keys.select both option to yes in plug in configuration.
You will require to modify register.php in directory com_k2/templates
Please add following after line 93 {captcha}
I will hope that it will help you.
Please Log in or Create an account to join the conversation.
- John Comeskey
-
- Offline
- Junior Member
- Posts: 33
d.k.shukla said:I am sorry for not understanding your problem,post a previous reply incorrect. you are correct it breaks due to double loading of recaptcha. I had worked out following solution, it may be help you.
Please Disable K2 comment recaptcha and modify item_comments_form.php in dir components/com_k2/templates/default , Please put comment from line 30 to 35 and add {captcha}, similar to registration page.
John Comeskey said:When this plugin is enabled, it breaks the K2 captcha in the commenting function.
Please Log in or Create an account to join the conversation.
- Felix Mugambi
-
- Offline
- New Member
- Posts: 1
d.k.shukla said:hi you can add re captcha functionality in k2 registration by installing reCAPTCHA Integrator Plugin download from www.joomlaez.com/
you will require to enable plug in after installation. Please configure plug in by entering re captcha public and private keys.select both option to yes in plug in configuration.
You will require to modify register.php in directory com_k2/templates
Please add following after line 93 {captcha}
I will hope that it will help you.
Please Log in or Create an account to join the conversation.
- munyah
-
- Offline
- New Member
- Posts: 2
Awesome plugin by the way, using it for several other places on my site.
John Comeskey said:I'm sorry, DK. There is still a problem with this solution. When the wrong captcha value is entered, instead of displaying the error message, it loads the page again as an overlay in place of the captcha.
d.k.shukla said:I am sorry for not understanding your problem,post a previous reply incorrect. you are correct it breaks due to double loading of recaptcha. I had worked out following solution, it may be help you. Please Disable K2 comment recaptcha and modify item_comments_form.php in dir components/com_k2/templates/default , Please put comment from line 30 to 35 and add {captcha}, similar to registration page.
John Comeskey said:When this plugin is enabled, it breaks the K2 captcha in the commenting function.
Please Log in or Create an account to join the conversation.
- Daniel Westerdale
-
- Offline
- New Member
- Posts: 14
Firstly, I kind of thought after a while that the lack of feedback and comments mean't basically this was a non issue.... only one local to a few ;-(. Turns out reCAPCHA fully works with item comments only in my case the rt_affinity_j15 template was overwriting this support. Now when we add the Jez reCAPCHA plugin this only causes more problems due its bizarre error handling page overlay behaviour.....I have now disabled this plugin... confirmed the requisite K2 parameters then....
So choose another template and K2 reCAPCHA support comes into play....... I wish someone told me this earlier as it took a bit of figuring...
Daniel
munyah said:Has anyone managed to solve this issue? I get it if i implement the captcha on the comments form. Awesome plugin by the way, using it for several other places on my site.
John Comeskey said:I'm sorry, DK. There is still a problem with this solution. When the wrong captcha value is entered, instead of displaying the error message, it loads the page again as an overlay in place of the captcha. d.k.shukla said:I am sorry for not understanding your problem,post a previous reply incorrect. you are correct it breaks due to double loading of recaptcha. I had worked out following solution, it may be help you. Please Disable K2 comment recaptcha and modify item_comments_form.php in dir components/com_k2/templates/default , Please put comment from line 30 to 35 and add {captcha}, similar to registration page. John Comeskey said:When this plugin is enabled, it breaks the K2 captcha in the commenting function.
Please Log in or Create an account to join the conversation.
- d.k.shukla
-
- Offline
- Senior Member
- Posts: 78
To figure out problem, it will helps others to integrate troublefree recapcha.
Danel Westerdale said:Hi I figured out the whole reCAPCHA and K2 integration and it now works
Firstly, I kind of thought after a while that the lack of feedback and comments mean't basically this was a non issue.... only one local to a few ;-(. Turns out reCAPCHA fully works with item comments only in my case the rt_affinity_j15 template was overwriting this support. Now when we add the Jez reCAPCHA plugin this only causes more problems due its bizarre error handling page overlay behaviour.....I have now disabled this plugin... confirmed the requisite K2 parameters then....
So choose another template and K2 reCAPCHA support comes into play....... I wish someone told me this earlier as it took a bit of figuring...
Daniel
munyah said:Has anyone managed to solve this issue? I get it if i implement the captcha on the comments form. Awesome plugin by the way, using it for several other places on my site. John Comeskey said:I'm sorry, DK. There is still a problem with this solution. When the wrong captcha value is entered, instead of displaying the error message, it loads the page again as an overlay in place of the captcha. d.k.shukla said:I am sorry for not understanding your problem,post a previous reply incorrect. you are correct it breaks due to double loading of recaptcha. I had worked out following solution, it may be help you. Please Disable K2 comment recaptcha and modify item_comments_form.php in dir components/com_k2/templates/default , Please put comment from line 30 to 35 and add {captcha}, similar to registration page. John Comeskey said:When this plugin is enabled, it breaks the K2 captcha in the commenting function.
Please Log in or Create an account to join the conversation.
- topspeeds
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- Bob Smith
-
- Offline
- New Member
- Posts: 1
i'm busy to gat the captcha working in K2 but it will not show.
is about this website
Can someone telle me what i have done wrong?
Thanks in advance
Grtz Bobby
Please Log in or Create an account to join the conversation.
- Claudio Rosselli
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- DKcrm
-
- Offline
- New Member
- Posts: 16
Just installed the recaptcha plugin to our website, www.interclub.dk - Function only works in Chrome and Firefox but not IE...
Anyone knows why? - link to registration form: interclub.dk/component/user/register
Br,
Christoffer
Please Log in or Create an account to join the conversation.