Ошибка при загрузке модуля или плагина

  • nikkbelov
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 7 months ago #11831 by nikkbelov
Выдает вот такую ошибку. В первый раз встретился с этим. Версия вроде крайняя, скачивал с extensions.joomla
'+ '
'; marker1.properties.set("clusterCaption", contentStringHeadCluster1); marker1.properties.set("balloonContentHeader", contentStringHead1); marker1.properties.set("balloonContentBody", contentStringBody1); marker1.events.add("click", function (e) { }); zhymObjMgr.PlacemarkAdd(0, 1, marker1, null); zhymObjMgr.enablePlacemarkClusterization(); zhymObjMgr.InitializeByGroupState(); var toShowLoading = document.getElementById("YMapsLoading"); toShowLoading.style.display = 'none'; } function PlacemarkByIDShow(p_id, p_action, p_zoom) { if (p_zoom != undefined && p_zoom != "") { map.setZoom(p_zoom); } if( allPlacemarkArray[p_id] === undefined ) { alert("Unable to find placemark with ID = " + p_id); } else { cur_action = p_action.toLowerCase().split(","); for (i = 0; i < cur_action.length; i++) { if (cur_action[i] == "click") { allPlacemarkArray[p_id].markerobject.events.fire("click", new ymaps.Event({ target: allPlacemarkArray[p_id].markerobject })); } else if (cur_action[i] == "center") { map.setCenter(allPlacemarkArray[p_id].latlngobject); } } } } function PlacemarkByID(p_id, p_lat, p_lng, p_obj, p_ll) { this.id = p_id; this.lat = p_lat; this.lng = p_lng; this.markerobject = p_obj; this.latlngobject = p_ll; } function PlacemarkByIDAdd(p_id, p_lat, p_lng, p_obj, p_ll) { allPlacemarkArray[p_id] = new PlacemarkByID(p_id, p_lat, p_lng, p_obj, p_ll); } /*]]>*/

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

More
5 years 7 months ago #11832 by Dima
Добрый день.
Без ссылки на страницу с картой сложно сказать.
По виду - очень похоже, что это делает плагин RokBox их Rocket темы (если она у Вас установлена)

Don't forget support my developments: post review in JED , donate , help with translation ;)
The following user(s) said Thank You: nikkbelov

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

  • nikkbelov
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 7 months ago #11833 by nikkbelov

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

  • nikkbelov
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 7 months ago #11834 by nikkbelov
Нашел проблему!
Спасибо!

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

More
5 years 7 months ago #11835 by Dima
Поделитесь решением, если это не ваш косяк ;)

Don't forget support my developments: post review in JED , donate , help with translation ;)

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

  • nikkbelov
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 7 months ago #11836 by nikkbelov
Все просто. Я в подробностях метки в Дополнительный HTML-текст писал адресс электронной почты <a href="mailto: This email address is being protected from spambots. You need JavaScript enabled to view it.">This email address is being protected from spambots. You need JavaScript enabled to view it.
А в joomla есть скрипт, который прячет адреса почты от роботов, ну собственно, он и все портил.

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

Time to create page: 0.135 seconds

Donate


Go to top