I guess this is a between-chair-and-keyboard problem, but I install the module and no IP tag appear under Home › Administer › People (› IP) or in other words, under /admin/people. I flushed, cronned and updated, but no improvement. Checked under views (/admin/structure/views) to make sure doesn't have to be activated, even if not mentioned, and indeed, nothing to activate.
Am I missing something or might it be Views 7.x-3.8?
thnx
Comments
Comment #1
ethan.han777 commentedthe same in 7.x-1.4
I just took a look at the code and noticed /admin/people/ip was commented out.
instead, it's providing /user/[user_id]/ip and /admin/people/ip/[ip_address] menus.
please edit the description or instruction for this.
Thanks
Comment #2
suffering drupal commentedHi Ethan,
not sure if what you're saying is an indication of some possible workaround, or simply an observation that something should be done in the code, before this starts working...
tnx
Comment #3
ethan.han777 commentedI'm saying this module's instruction is incorrect.
if you go to /admin/people, you won't find the 'IP' page or link.
to use this module:
1. enable the module
2. go to /user/[user_id]/ip or /admin/people/ip/[ip_address] (instead of /admin/people/ip)
Comment #4
kolafson commentedJust noticed this in 1.x. Was a bit surprised as the IP tab appears in the screenshot on the project page. Also saw the menu hook was commented out.
Comment #5
gedur commentedOn the 2.x branch the complete IP list is on admin/people/ip (it is a view).
Comment #6
gedur commentedComment #7
gedur commented