Page 1 of 1
Sorting marker by maps
Posted: 22 Feb 2019, 01:36
by tbachner
I have about 100 maps and more than 500 marker on my website. To keep control I would like to see only the marker used I a specific map. This is not working at the moment.
And may be one more idea. When I create a marker I can only connect with one map. It would be really nice to connect a marker with multiple maps. In the moment I have to create markers double.
Re: Sorting marker by maps
Posted: 22 Feb 2019, 12:22
by Jan
Hi,
thank you for the info. Will be fixed in next version. For now you can do a quick fix:
Open this file:
administrator\components\com_phocamaps\helpers\renderadminviews.php
and on link cca 86 (function selectFilterCategory()) change
FROM:
Code: Select all
.'<select name="filter_category_id" class="inputbox" onchange="this.form.submit()">'."\n"
TO:
Code: Select all
.'<select name="filter_map_id" class="inputbox" onchange="this.form.submit()">'."\n"
Please let me know if it works for you.
Jan
Re: Sorting marker by maps
Posted: 22 Feb 2019, 12:50
by tbachner
Perfect. Thanks Jan.
And may have a look at my "maps":
https://thorsten-bachner.de/reisen/in-3 ... m-die-welt
Re: Sorting marker by maps
Posted: 25 Feb 2019, 17:40
by Jan
Ok
Re: Sorting marker by maps
Posted: 03 Mar 2019, 23:02
by Jan