clarkwinkelmann it's "View post IP addresses" which is set to moderators by default
I don't know where can I find post IP addresses?
clarkwinkelmann it's "View post IP addresses" which is set to moderators by default
I don't know where can I find post IP addresses?
Flarum1.5.0 installation Geo IP does not display, the ipdata query set in the background, the background of ipdata can see that there are calls
I found that after logging in with the administrator account, I can see the IP and the region, but ordinary users or moderators can only see the IP and cannot view the region, and I can't find the relevant settings on the permission page. Can all registered users see the IP location?
essesoul looking at the source code, this extension doesn't seem to have any permission but the data is exposed according do Flarum's "View IP" permission.
I don't think there's a way to show the IP information without showing the IP as well.
clarkwinkelmann
I have set all registered users to view the IP, but when I log in with an account without administrative rights, I cannot see the region to which the IP belongs
This extension now requires the following at a minimum:
composer require fof/geoip
php flarum migrate
php flarum cache:clear
datitisev sorry, not compatible with https://github.com/GBCLStudio/userip
erbosha Looks like it is because it was initially a fork of fof/geoip
and so the model it uses conflicts with the one from this extension. Can't do anything about it except have one of the extensions change that.
Relevant lines in both are
datitisev Yes, the existing code was set to save time, I will change it if I have time
Okay, I am feeling a little left out here.
What exactly does this extension do?
How do I set it up?
How do I use it?
I ask all that after I have already installed the extension, enabled it, selected FreeGeoIP from the drop-down list, and clicked the submit button. Now what?
times you can see the screenshots in the first post. It adds information next to the IP address, which is in the popup that appears when you click on the date of a post.
Note this version now requires the latest 1.8.2
or higher of flarum/core
IanM
Full Changelog: https://github.com/FriendsOfFlarum/geoip/compare/1.2.0...1.3.0
composer require fof/geoip:"*"
php flarum cache:clear
why it does not show IP info button
ip_info
tableIPStack
provider (no longer available)IPData
or IP-API
provider)IP-API
IP-Api Pro
composer require fof/geoip:"*"
php flarum migrate
php flarum cache:clear
Full Changelog: FriendsOfFlarum/geoip1.4.1 → 1.4.2