How to use reCAPTCHA in my component?

For Joomla! 2.5 Coding related discussions, please use: http://groups.google.com/group/joomla-dev-general
Note: All 1.6, 1.7 and 3.5 releases have reached end of life and should be updated to 3.x.

Moderator: ooffick

Forum rules
Please use the mailing list here: http://groups.google.com/group/joomla-dev-general rather than this forum.
Locked
demolg
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Sun Jul 19, 2009 11:02 am
Contact:

How to use reCAPTCHA in my component?

Post by demolg » Mon Jan 30, 2012 7:28 pm

Hi,

how to use reCAPTCHA (plugin Joomla 2.5) in my component?
http://autoa.org - cars, crash tests and magazines.

User avatar
spike1968
Joomla! Explorer
Joomla! Explorer
Posts: 427
Joined: Fri Aug 25, 2006 2:39 pm
Location: United Kingdom - Aldershot
Contact:

Re: How to use reCAPTCHA in my component?

Post by spike1968 » Mon Jan 30, 2012 7:33 pm

I may be wrong and I often am.
http://www.yourparish.co.uk - Free listing directory
IMHO Chrome is the best

demolg
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Sun Jul 19, 2009 11:02 am
Contact:

Re: How to use reCAPTCHA in my component?

Post by demolg » Mon Jan 30, 2012 7:47 pm

Thx. But, you don't understand me.

I want add reCAPTCHA in my personal component.
Which code I must add in model and view ?


* Sorry for my English.
http://autoa.org - cars, crash tests and magazines.

User avatar
spike1968
Joomla! Explorer
Joomla! Explorer
Posts: 427
Joined: Fri Aug 25, 2006 2:39 pm
Location: United Kingdom - Aldershot
Contact:

Re: How to use reCAPTCHA in my component?

Post by spike1968 » Mon Jan 30, 2012 7:57 pm

Sorry, my mistake. Good english bad reading of my native tongue.

That is beyond my knowledge for the moment. Good luck
I may be wrong and I often am.
http://www.yourparish.co.uk - Free listing directory
IMHO Chrome is the best

sovainfo
Joomla! Exemplar
Joomla! Exemplar
Posts: 8808
Joined: Sat Oct 01, 2011 7:06 pm

Re: How to use reCAPTCHA in my component?

Post by sovainfo » Wed Feb 01, 2012 12:01 am

Have a look at com_content and com_contact, they are using it!
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!

realityking
Joomla! Explorer
Joomla! Explorer
Posts: 428
Joined: Fri May 21, 2010 11:43 am
Location: Aachen, Germany
Contact:

Re: How to use reCAPTCHA in my component?

Post by realityking » Sun Feb 12, 2012 5:36 pm

Is your extensions using JForm? If you do you just have to add the field definition in the XML and you're done (take a look at com_users), it's really simple.

If you're not using JForm you'll have to interact with JCaptcha directly, a bit harder but not impossible. (Take a look at JFormFieldCaptcha and JFormRuleCaptcha for that)

Montimontt
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Feb 06, 2012 11:47 am

Re: How to use reCAPTCHA in my component?

Post by Montimontt » Fri Feb 24, 2012 7:40 am

Has someone integrated recaptcha in mosets tree 2.2.4? there forum can not help...


Locked

Return to “Joomla! 2.5 Coding”