Hi, order the markers like you order the articles in Joomla! - just take one and reorder it.
Jan
Markers sort not working properly
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Markers sort not working properly
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 13 Apr 2015, 15:01
Re: Markers sort not working properly
Hi,
I've solved my problem.
Edit this file: /components/com_phocamaps/models/map.php
Go to row 76, change this code
in
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
I've solved my problem.
Edit this file: /components/com_phocamaps/models/map.php
Go to row 76, change this code
Code: Select all
.' ORDER BY a.ordering ASC';
Code: Select all
.' ORDER BY a.title ASC';
regards
Juergen
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Markers sort not working properly
Ok, yes, this solution I think is the best for this.
Jan
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Markers sort not working properly
Set in version 3.0.3
Jan
Jan
If you find Phoca extensions useful, please support the project