Login and Registration form

GK User
Fri Jun 17, 2011 4:15 am
Hello,

I have several questions regarding Login and Registration:

1) When I click on Registration (after clicking on the Login button) it says something about reCAPTCHA. I have obtained these keys from Google, but i dont know where to put these in order to work! Where s the location of these fields? Where can i find these?

2) Is there a way to hide the Login Button? I have tried to disabled the login Module from the Modules section but nothing happened!

3) how can I disabled the Login and the Registration? Please assist me since I am new in this area.

Thanks you!
User avatar
Fresh Boarder

Konrad M
Fri Jun 17, 2011 5:20 am
Hi,

1. Go to Extensions->Plug-in Manager and find System - GKreCaptcha. Clikc there. On the right side you will find Basic options. Here you can put public and private key you generated.

2. You can add to override.css
Code: Select all
#gkButtonLogin {
   display:none;   
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Jun 17, 2011 6:19 am
Thank you for your response.

Is it possible to have the reCaptcha also at the default Jommla Contact us form?
User avatar
Fresh Boarder


cron