Hi,
I need a listview where all events for (e.g.) the next wekk wil be ordered as list beneath the date of the day. Something like this:
1. September
Event 1
Event 2
Event 3
2. September
Event 1
Event 2
Event3
.
.
.
Ist this possible?
If I need the event-map-view.. Should I buy personal, buisness or professional?
Last question:
On mobile I need a map view, that shows the position of the user and the events nearby. Is this possible and if not are there any plans?
Thanks in Advance..
Jonas
Jonas
Hi Jonas,
You can list events for the coming week using the shortcode:
[eo_events event_start_after=”today” event_start_before=”+1 week”]
However, they will not be grouped by date. To do that you’d have to edit the event list shortcode template (templates/event-list-shortcode.php
). You’d need to include in that template file the logic for group events by comparing eo_get_the_start()
of the current event with the previous event. (See codex: http://codex.wp-event-organiser.com/function-eo_get_the_start.html)
If I need the event-map-view.. Should I buy personal, buisness or professional?
Any. The licenses refer to the number of sites supported. Although the business and professional licenes do include additional plug-ins for free, the event map is included in all. (Please note that the venue map is actually in the free version).
There is no ‘events near me’ feature, unfortunately. I shall add this to the feature request list, but I’m not in a position to be able say when this would be implemented. However, we are nearing the end of the large release (so it most certainly won’t be until the release after that).
Stephen Harris