Events, details and map Android App
A mobile app for your event (trade show, convention, meeting, festival, etc) can be useful with event list, event details and their positions on the map.
Open EventsListAdapter.java inside eventsdetailsmap package in the Android studio project.
Replace line 69 from
subtitle.setText(values.get(position).g...
Sun, 28 Feb, 2016 at 6:01 PM
Open MapFragment.java inside eventsdetailsmap package in the Android studio project.
Replace line 163 from
.snippet(events.get(i).getAddress().trim())...
Sun, 28 Feb, 2016 at 6:04 PM
Open create_poi.php and edit_poi.php in the views/pois admin panel folder.
Replace lines 108-109 from:
$('#start_date_time').datetimepicker();
...
Sun, 28 Feb, 2016 at 6:05 PM
No, there is not auto-unpublishing option.
We suggest to edit models/Pois_model.php and controllers/Pois.php to return to app only not-expired events.
So,...
Sun, 28 Feb, 2016 at 6:08 PM