Forum: recaptcha fixed, you can register on forum

CMS, Joomla!
Hi. I've fixed forum recaptcha, and now you can register on forum again. It was due to reCaptcha API changes As for my forum (currently on j2.5): Open php file plugins/captcha/recaptcha/recaptcha.php First changes: from const RECAPTCHA_API_SERVER = "http://api.recaptcha.net"; const RECAPTCHA_API_SECURE_SERVER = "https://www.google.com/recaptcha/api"; const RECAPTCHA_VERIFY_SERVER = "api-verify.recaptcha.net"; to const RECAPTCHA_API_SERVER = "http://www.google.com/recaptcha/api"; const RECAPTCHA_API_SECURE_SERVER = "https://www.google.com/recaptcha/api"; const RECAPTCHA_VERIFY_SERVER = "www.google.com"; The second changes: from $response = $this->_recaptcha_http_post(self::RECAPTCHA_VERIFY_SERVER, "/verify", to $response = $this->_recaptcha_http_post(self::RECAPTCHA_VERIFY_SERVER, "/recaptcha/api/verify",
Read More

Zh GoogleMap component for j!2.5, new features – placemark list and placemark details menu item

Extensions
Hi there I've done j2.5 downgrade for http://zhuk.cc/2013/10/21/zh-googlemap-component-for-j3-new-features-placemark-list-and-placemark-details-menu-item/ All works fine. As for bootstrap loading - look at menu item - there is a parameter "Load Bootstrap" For j.2.5 it is by default to load all. But if you template loads bootstrap, set it to no. Cheers. In a week I have plans to start creating video tutorials. Keep in touch :) Dmitry
Read More