View advanced visitor data in Statistics Advanced module

View advanced visitor data through a view. Follow the instructions below, or download and import stats_access_log.txt

  • Download and import the view as described at http://drupal.org/node/398184
  • Edit the view
  • Change path in the following displays as follows:
    • Page: admin/reports/stats-view/main
    • Page-Hostname: admin/reports/stats-view/hostname/%
    • Page-PageTitle: admin/reports/stats-view/hostname/%
  • For the Default display:
    • Select Access log: Page title under Fields
    • Check Output this field as a link and set Link path: admin/reports/stats-view/pagetitle/[title]
    • Click Update
    • Select Access log: Hostname under Fields
    • Check Output this field as a link and set Link path: admin/reports/stats-view/pagetitle/[title]
    • Click Update

I want to integrate this into the Administration dropdown menu. So far I only found out it will take hook_admin_menu()

Share this post