The admin's Reports menu (/admin/reports) doesn't have the link to the IP address tracking view.

I got the IP tracking report to show up in the Reports menu with the following change to the view:

  1. Go to /admin/structure/views
  2. Edit the 'user_stats_users_by_ip' view
  3. Click the 'Page' display
  4. Under 'Page settings' click the Menu: 'Parent menu item' link
  5. Change the Menu drop down option from 'Navigation' to 'Management'
  6. Save the view

The 'IP address tracking' link now shows in the Reports menu.

I'll submit a patch shortly that makes this change to the view in the code.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kylesmith’s picture

Status: Active » Needs review
FileSize
826 bytes

Submitting a patch that makes the above changes to the view in the code.

I've tested this on my local Drupal instance and two other development and production environments.

After applying the patch, the cache may need to be cleared (twice) to show up in the view and Reports menu.