Browse Source

Update 'README.md'

main
youen 3 months ago
parent
commit
43d6af037b
  1. 31
      README.md

31
README.md

@ -1,34 +1,11 @@
# User Map Location # 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 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.
![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)
No precise location is disclosed, only city or municipality, and only for users who want to indicate this information.
## Installation ## Installation
Install with composer: As of now, this version of the plugin must be installed from source (not available on composer yet)
```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)

Loading…
Cancel
Save