Zh YandexMap, tutorial for horizontal placemark group list changed

Extensions
Всем привет. Я исправил "урок" по настройки списка групп для вывода в горизонтальном виде. Тот урок (предыдущий вариант) был для старой структуры списка групп. Теперь список групп имеет новую структуру, соответственно, и стили должны быть другие.
Read More

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

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

Extensions
Hi Today I finally decided to do new release for j!3 component New features 1 - two new menu item types 1.1 - Placemark List - you can build your placemark list, define, what columns will appear in filter, in grid. - you can select your placemarks from different maps (don't set definite map, set only groups, or categories and etc - as you do in map menu item) - you can control load or not bootstrap CSS (I use bootstrap styles, and if your template doesn't load bootstrap - the menu item parameter can support it) - you can fix navigation bar (with filter, and limit control) on top of the page 1.2 - Placemark Details - you can show placemark details information (title, description, thumbnail, image galery (built…
Read More

Zh GoogleMap component, added buffering for ajax placemarks, show all/hide all buttons in placemark group list and other features

Extensions
Hi I've added new features - for placemarks, which loaded by ajax request now you can set buffer size to load its by series - for placemark group list there are 2 buttons (Show All/Hide All), which you can enable in "Placemark Group" block in map details - for infowin you can disable AutoPan when it displayed - in map details there is a field "Disable AutoPan" And now I fixed a translation - some time ago if you haven't translated sentenced - it displayed untranslated. But now I noticed, that it shows the tag, it is inconvenient, therefore now I manual fix this thing, and you can see untranslated text again.
Read More