Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

How to use CB Captcha in Joomla Contact Form?

  • robotJ
  • robotJ
  • OFFLINE
  • Posts: 6
  • Thanks: 3
  • Karma: 2
11 years 3 months ago - 11 years 3 months ago #231304 by robotJ
Hello,
Who knows how to use CB Captcha plugin in the Joomla 3.x or 2.5 contact form? I don't want to use the Google reCaptcha as it does not read well in Polish.

Previous Subject:

how to USE this GE+REAT cb_captcha.php plugin in standard joomla contact form?

Previous Post:

Hi all crew, and everybody... Whio konows how to use great CB captca h pluugin IN STANDARD 3.1.4 or 2.5 joomla version KONTACT FORM

. because I dont want to USE GOOGLE RE-capcha - because its unreded for polish PEoPLE up to 40 =>


PS: heLLLO ew are living heare in POLAND ! & we are in PROFESIONAL SUB - please help how to crack joomla to use in CONTACT STANDARD FORM UrSite/kontakt/1-biuro.html JOOMLAPOLIS CAPCHA PLUGIN for great JOOMLA 2.5-3.1.4


[MOD EDIT]: I've rewritten your post as it doesn't make any sense. There's no way this could be a Google translate error. Please put more effort into making legible posts or they'll be deleted.
Last edit: 11 years 3 months ago by robotJ.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 3 months ago - 11 years 3 months ago #231333 by krileon
Replied by krileon on topic How to use CB Captcha in Joomla Contact Form?
You can't, CB Captcha nor CB AntiSpam Captcha is designed for Joomla usage. They're designed for usage within CB by CB plugins and CB it self.

You do not have to use reCaptcha though. Please see the below JED category link as there's several captcha solutions available for Joomla it self.

extensions.joomla.org/extensions/access-a-security/site-security/captcha

In regards to your "PS" please see my signature for business days and hours. I am not here 24/7 and absolutely not here on weekends.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 11 years 3 months ago by krileon.

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

  • robotJ
  • robotJ
  • OFFLINE
  • Posts: 6
  • Thanks: 3
  • Karma: 2
11 years 3 months ago - 11 years 3 months ago #231531 by robotJ
So, please help me to write a plugin based on cb plugin captcha...

Is it possible ? I was thinking that is simple? for proffesional coders to do some magic? To write Captcha plugin witch can be integrates with CB options or not working?.

Sorry for my english, and my PS (that was a joke, I was yealing with smile on my face : really - It don't reclaim services ) ... that was jealing? for help :) only ... to wrote this plugin .. or something to resolve how to use cbcapcha because Its great, ihave it, i pay it,i like it but I can't use it because I'm not a programmer or something .. U know

If really ther is no way like to install third plugin for the same ... Please archive my message for my groundchildren :) PEACE
Last edit: 11 years 3 months ago by robotJ.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 3 months ago #231537 by krileon
Replied by krileon on topic How to use CB Captcha in Joomla Contact Form?

So, please help me to write a plugin based on cb plugin captcha...

No, that's not what we do here. We are not contract developers. We do not take development requests. You should contact a contract developer if you need help from sites like Joomlancers and Freelancers.

Is it possible ? I was thinking that is simple? for proffesional coders to do some magic? To write Captcha plugin witch can be integrates with CB options or not working?.

Yes, it's possible as it has API to render the captcha outside of it self as well as validate it. For example this can be done below.

Render Captcha:
Code:
$html = $_PLUGINS->trigger( 'onGetCaptchaHtmlElements', array( false ) );

The above will output the captcha html element that can be added to your display.

Validate Captcha:
Code:
$_PLUGINS->trigger( 'onCheckCaptchaHtmlElements', array() );

The above will validate the captcha during your storage process as long as it's present in the POST.

See CB ProfileBook for an example of the above usage (search its source for "captcha").

For this to work outside of CB you'd need to include CBs API first, which the below tutorial explains how.

www.joomlapolis.com/support/tutorials/120-api-usage/18357-including-cb-api-for-usage-outside-of-cb

For further API usage information please see our API tutorial section.

www.joomlapolis.com/support/tutorials/120-api-usage


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: robotJ

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

Moderators: beatnantkrileon
Powered by Kunena Forum