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

ethan.han777’s picture

the 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

suffering drupal’s picture

Hi 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

ethan.han777’s picture

I'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)

kolafson’s picture

Just 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.

gedur’s picture

On the 2.x branch the complete IP list is on admin/people/ip (it is a view).

gedur’s picture

Title: IP tag does not appear » IP tab does not appear
gedur’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.