Active
Project:
Visitor Info
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2011 at 21:30 UTC
Updated:
2 Mar 2011 at 22:04 UTC
ok I see visitorinfo 6.x-2.0 has been released.
An earlier version was posted in http://drupal.org/node/952328 and I tried that before with similar problems.
GeoIP module is enabled.
When visitorinfo 6.x-2.0 is installed and enabled there are no user permissions for visitorinfo module (access visitorinfo). There is no visitorinfo configuration at admin/settings/visitorinfo and there is no menu link to visitorinfo.
I rather suspect this is a bug but maybe it is something I am not doing right and therefore a support issue.
Thanks.
Comments
Comment #1
twooten commentedHi,
Visitor Info version 6.x-2.0 has been rewritten to better integrate with views so you can use any mapping solution you like.
From the README.txt file;
This module is intended to be used with the Views module. You will want to
select 'Visitor Info' as the view type when creating a new view.
The idea here is that Visitor Info collects, geocodes and stores all the
visitor information in the database. You can then list this information in
any way you want, either in a simple list, a table or you can use any of
the several available Views map plugins to display this data on a map.
For instance you can use the GMap module to display your visitor on a Google
Map. Because this works with Views, you can configure it to display only the
information you want and hide stuff such as latitude and longitud or IP which
could be considered sensitive information. It is also possible to use another
mapping solution such as OpenLayers (http://drupal.org/project/openlayers).
Hope that helps,
Tim