Skip to main content
  Thursday, January 30 2020
  1 Replies
  1.1K Visits
  Subscribe
Is it possible to hide or disable the link for "details"? We want the user to stay on the map with overview information.
A
4 years ago
@JoomKontenter
Yes you can do helper override.in helper override you can find the helper file of my map location in template.
there at line 2629 there is a function public static function getUrlLink($item)
at the end you can see com_mymaplocations which is sending to url link
replace the code there with
$url="javascript::void(0)";
if there is any issue please create a ticket support.
  • Page :
  • 1
There are no replies made for this post yet.