avatar4eg/flarum-ext-geotags

Geotags for Flarum forum messages.

Installs: 867

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 1

Open Issues: 2

Type:flarum-extension

0.2.0 2017-06-10 07:27 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:02:25 UTC


README

A Flarum extension that adds places for your posts (with editor button, list of places on each post and markdown string with name of place in text). Uses Logicify JQuery Location Picker plugin.

Screenshots

Editor button:
Imgur
Creation modal:
Imgur
Result of creation in text editor:
Imgur
...and in post:
Imgur
...and after clicking on it:
Imgur

Goals

  • Allow users mention places and show them on map.

Installation

composer require avatar4eg/flarum-ext-geotags

Configuration

  • Create Google Maps API-key.
  • Enable Google Maps JavaScript API, Google Places API Web Service and Google Maps Geocoding API for full functionality.
  • Add your domain to accepted list.
  • Open settings modal of the extension in your admin panel and save Google API-key.

End-user usage

During post creation (or post editing or discussion creating) click the "Edit places" button. In creation modal drag marker (or search in "Address" field or enter coordinates) and save new location.

Links