Go to file
2023-08-26 12:02:02 +02:00
assets fix for preloading maps tiles 2022-06-16 09:52:19 +02:00
js Fixed issue where only the first 50 users would be displayed on the map 2023-08-26 12:02:02 +02:00
less Fixed issue where only the first 50 users would be displayed on the map 2023-08-26 12:02:02 +02:00
locale Fixed issue where only the first 50 users would be displayed on the map 2023-08-26 12:02:02 +02:00
migrations refactored how location is stored in database (geocoded before saving) 2022-02-16 02:18:21 +01:00
src Fixed access rights to user locations 2023-08-25 11:03:02 +02:00
.editorconfig first release 2022-02-05 15:45:41 +01:00
.gitattributes first release 2022-02-05 15:45:41 +01:00
.gitignore first release 2022-02-05 15:45:41 +01:00
.project fr translation improvement 2022-03-02 22:23:07 +01:00
composer.json Unpluralize extra.flarum-extension.category 2022-08-12 12:30:41 +02:00
extend.php Added leaflet cluster plugin 2023-08-24 22:35:00 +02:00
LICENSE.md first release 2022-02-05 15:45:41 +01:00
README.md Update README.md 2022-02-05 15:49:31 +01:00

User Map Location

License Latest Stable Version Total Downloads

A Flarum extension. Add Location Attribute and a map to users settings

1

2

card

Installation

Install with composer:

composer require justoverclock/users-map-location:"*"

Updating

composer update justoverclock/users-map-location:"*"
php flarum migrate
php flarum cache:clear