Zh GoogleMap component, additional field to load JavaScript libraries

Extensions
Added new field for loading JS-files. For some template (or installation), not loading JQuery library, or some other. You can define for your map to load it (in map details, Advanced Options tab)               Like some time ago I added fields to load CSS styles, now you can load JavaScript libraries. It loads before my libraries. PS it can fix problem when you use Search Placemark in Placemark List feature (wrong order of loading library jquery-ui before jquery)
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

Win8: fix problem – minidump before shutdown or restart

Общее
After move from win7 to win8 I’ve got 2 problems, the second of it – notebook not shutdown or reboot correctly, just you have got minidump with smile. The minidump file shows a SYSTEM_THREAD_EXCEPTION_NOT_HANDLED with error caused by the HSX_CNXT.sys Go to Computer Management tool and disable: * HDAUDIO Soft Data Fax Modem with SmartCP After that restart, and all is fine
Read More

Win8: fix problem – reboot after sleep

Общее
After move from win7 to win8 I've got 2 problems, one of it - notebook not wake up, just immediate reboot and have got minidump. I installed tool to open this minidump, and found problem: Probably caused by : ESD7SK.sys Go to Computer Management tool and disable: * ENE PCI Memory Stick Card Reader Controller * ENE PCI Secure Digital / MMC Card Reader Controller * ENE PCI SmartMedia / xD Card Reader Controller After that restart, and all is fine
Read More

Forum crashed and rollbacked to aug’12

Общее
Hi. I'm so sorry. I played with upgrades, and crashed down my forum. For some reasons I can't rollback to march 2013 savepoint :( - It is my new lesson to study. I rollback to previous stage - when I move hosting (it is completed sql backup). I'm sorry, but if you wish - you can register on forum again :) Best wishes, Dmitry
Read More

Zh GoogleMap, Marker Manager doesn’t work – there will be a “bugfix”

Extensions
Hi. If you use Marker Manager - show/hide placemarks depend on zoom - you can noticed, that it stopped worked. The problem is: for current version, and version 3.10 of GoogleMaps API it stopped. You can check this link for google's example page http://google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/1.0/ But if "switch" to version 3.9 - it still working. I decided to add new component parameter - VERSION of MAP API - if you fill this field - I'll add this version into Maps API loading string - if you skip (or set to blank) - I'll skip definition for map API version in loading string (in URL) I mean this https://developers.google.com/maps/documentation/javascript/basics#Versioning And new version with this feature will be today or tomorrow. If you need it as quick as possible, post me - I'll…
Read More