Page 2 of 2

Re: Markers sort not working properly

Posted: 21 Apr 2015, 23:45
by Jan
Hi, order the markers like you order the articles in Joomla! - just take one and reorder it.

Jan

Re: Markers sort not working properly

Posted: 22 Apr 2015, 10:43
by joggele
Hi,

I've solved my problem. :twisted:

Edit this file: /components/com_phocamaps/models/map.php

Go to row 76, change this code

Code: Select all

.' ORDER BY a.ordering ASC';
in

Code: Select all

.' ORDER BY a.title ASC';
The idea from Jan was not good for me, because we have over 650 markers on the map. And: if comes a new member, then you must sort all the titles again. :?


regards
Juergen

Re: Markers sort not working properly

Posted: 23 Apr 2015, 00:05
by Jan
Ok, yes, this solution I think is the best for this.

Jan

Re: Markers sort not working properly

Posted: 23 Feb 2016, 21:25
by Jan
Set in version 3.0.3

Jan