From 43d6af037b586cd7977cad16595214ff0e500177 Mon Sep 17 00:00:00 2001 From: youen Date: Thu, 29 Feb 2024 08:38:33 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 0af42fb..d2d019f 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,11 @@ # User Map Location -![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/justoverclock/users-map-location.svg)](https://packagist.org/packages/justoverclock/users-map-location) [![Total Downloads](https://img.shields.io/packagist/dt/justoverclock/users-map-location.svg)](https://packagist.org/packages/justoverclock/users-map-location) +A [Flarum](http://flarum.org) extension. Add Location Attribute and a map to users settings. -A [Flarum](http://flarum.org) extension. Add Location Attribute and a map to users settings - -![1](https://user-images.githubusercontent.com/79002016/152646681-bc487822-7185-47da-bce0-5c40e7191679.png) - -![2](https://user-images.githubusercontent.com/79002016/152646683-91ff0657-1798-4c21-8018-e5cdbf88db29.png) - -![card](https://user-images.githubusercontent.com/79002016/152646684-23f5c4b4-328e-48b1-953a-7cf789154ed6.png) +This fork is based on [the plugin from justoverclockl](https://github.com/justoverclockl/users-map-location), with some improvements, and notably a global map where it is possible to see the location of all forum users that have filled this information. +No precise location is disclosed, only city or municipality, and only for users who want to indicate this information. ## Installation -Install with composer: - -```sh -composer require justoverclock/users-map-location:"*" -``` - -## Updating - -```sh -composer update justoverclock/users-map-location:"*" -php flarum migrate -php flarum cache:clear -``` - -## Links - -- [Packagist](https://packagist.org/packages/justoverclock/users-map-location) -- [GitHub](https://github.com/justoverclockl/users-map-location) - +As of now, this version of the plugin must be installed from source (not available on composer yet)