Is there a way to see guest IP’s and is there a way to ban them?
-
We (Global moderators and Admins) only see IP adresses from registred members. Not from guests.
Is it possible to easy see IP adresses from guests for global moderators and admins?
I have no idea how to see them or how a global moderator can see them.Maybe something like this:
-
Is the ip not available in the api route? Or is it just not accessible in the theme? If IP tracking is enabled each post object should have the ip field in
ajaxify.data.posts[0].ip
@baris said in Is there a way to see guest IP’s and is there a way to ban them?:
Is the ip not available in the api route? Or is it just not accessible in the theme? If IP tracking is enabled each post object should have the ip field in
ajaxify.data.posts[0].ip
I'm using persona theme. I don't know what
ajaxify.data.posts[0].ip
is.. sorry -
As an aside, though, "copy IP" and "ban IP" buttons might actually be handy for moderators.
@julian said in Is there a way to see guest IP’s and is there a way to ban them?:
As an aside, though, "copy IP" and "ban IP" buttons might actually be handy for moderators.
Yes, it is good if a lot guests are trolling like there is sometimes on our nodebb
-
Well, in the meantime, if you have "Track IP per Post" enabled, then you can view the post content by going to the API route for the topic.
e.g. For this topic it's this route, and if you're an admin you'll be able to see the IP inside the post content.
You'll probably want a browser plugin to format JSON nicely
-
Well, in the meantime, if you have "Track IP per Post" enabled, then you can view the post content by going to the API route for the topic.
e.g. For this topic it's this route, and if you're an admin you'll be able to see the IP inside the post content.
You'll probably want a browser plugin to format JSON nicely