customise go mylo map - Joomla! Forum - community, help and support
i have installed go mylo map, nice , simple way display map of world, lets crate map continent, or region, or country etc, works nice, 1 thing missing make better ability link each country (lowest level) individual pages on site.
the system appears done using xml, wonder if out in ether knows how add code , create link (happy hard code link in xml rather work on interface method), snipped of country information itself.
the system appears done using xml, wonder if out in ether knows how add code , create link (happy hard code link in xml rather work on interface method), snipped of country information itself.
code: select all
if (!empty($turkey)) {array_push($region_array, $turkey, $turkeypop);}
$ukraine = $params->get('gmm_ukraine');
$ukrainepop = $params->get('gmm_ukrainepop','');
if (!empty($ukraine)) {array_push($region_array, $ukraine, $ukrainepop);}
$unitedkingdom = $params->get('gmm_unitedkingdom');
$unitedkingdompop = $params->get('gmm_unitedkingdompop','');
if (!empty($unitedkingdom)) {array_push($region_array, $unitedkingdom, $unitedkingdompop);}
Comments
Post a Comment