Not use recaptcha on the joomla registration page

  • Posts: 45
  • Thank you received: 0
13 years 1 month ago #32870

Hello,

I'm using your recaptcha plugin on hikashop's login/register/checkout page, and it is also affects the original joomla registration page.

I tried to remove from plugin this

$components['com_user'] = array('view' => array('register'),'lengthafter' => 200);
		$components['com_users'] = array('view' => array('registration'),'lengthafter' => 200, 'email' => 'jform\[email2\]', 'password' => 'jform\[password2\]');

the recaptcha doesn't show on the original registration page anymore, but still affects it :dry:

Please is it possible to somehow not affect the original joomla registration ?

I would like to use EasyCalcCheck+ antispam extension for the other components, like contact, joomla registraion/reset/remind, ...
I don't want to force users to digitize books so much :) i like ECC+, it keeps data in forms from fail and its quite handy.

Thank you very much,
Karloz

Last edit: 13 years 1 month ago by Karloz.

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
13 years 1 month ago #32877

Hi,

Removing these lines indeed will remove the captcha from the joomla registration page. However, the plugin will still be triggered when the user is created in the onBeforeStoreUser function.
So if you don't want it on the registration page, you will have to add a line like that in that function:
if($_REQUEST!='com_hikashop') return true;

Please Log in or Create an account to join the conversation.

  • Posts: 45
  • Thank you received: 0
13 years 1 month ago #32891

Works, many thanks !

Please Log in or Create an account to join the conversation.

  • Posts: 7
  • Thank you received: 0
12 years 9 months ago #47605

I want to know if another kind recaptcha can be used for registration form in hikashop since my customer is complaining about the difficulty of read the text and understand it to write it.
Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 7
  • Thank you received: 0
12 years 9 months ago #47771

I need to know if I can use a captcha other than google one at hikashop registration form? customer does not like it, needs a simpler one.
Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 45
  • Thank you received: 0
12 years 9 months ago #47772

I'd be also curious if theres a way how to use another captcha plugin for login/registration page at hikashop checkout.
For example to use EasyCalcCheck+ plugin.

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 9 months ago #47779

I don't know of any other captcha plugin integrated with HikaShop.

Please Log in or Create an account to join the conversation.

  • Posts: 45
  • Thank you received: 0
12 years 9 months ago #47792

i see, its probably a question for captcha developer side

Please Log in or Create an account to join the conversation.

  • Posts: 7
  • Thank you received: 0
12 years 9 months ago #47974

Does it means that it does not depend on Hikashop?
Thanks but this cpatcha is not user friendly and we need to find another one to integrate with hikashop, any help will be appreciated.

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 9 months ago #47978

If you want to make a captcha plugin for HikaShop, it indeed has to be done on the plugin's end, not in HikaShop.

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 9 months ago #47980

If you want to make a captcha plugin for HikaShop, it indeed has to be done on the plugin's end, not in HikaShop.

Please Log in or Create an account to join the conversation.

  • Posts: 7
  • Thank you received: 0
12 years 8 months ago #48274

Do you have any idea how to implement something simple to prevent spam from registration form?
Thanks,

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 8 months ago #48368

You could use the recaptcha plugin that we provide for example:
www.hikashop.com/en/support/documentatio...-with-recaptcha.html

Please Log in or Create an account to join the conversation.

Time to create page: 0.093 seconds
Powered by Kunena Forum