You are here

README.txt in IP address manager 7.2

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 6 README.txt
  3. 7 README.txt
IP address manager README

CONTENTS OF THIS FILE
----------------------
  * Introduction
  * Installation
  * Configuration
  * Usage
  

INTRODUCTION
------------
Project page: http://drupal.org/project/ip.


INSTALLATION
------------
1. Copy ip folder to modules (usually 'sites/all/modules') directory.
2. At the 'admin/modules' page, enable the IP address manager module.

Optional: this module provides drush commands to recovery IP address data loaded
prior to module instalation.

- drush ip-backlog-nodes
  It imports nodes IP data from watchdog (dblog must be installed).

- drush ip-backlog-comments
  It imports comments IP data from comment table.


CONFIGURATION
-------------
Enable permissions at 'admin/people/permissions'.  Users with the permission 
'manage ip addresses' will be able to use this module.


USAGE
-----
Go to /user/%user/ip to see user's IPs.
Go to /admin/people/ip to see all user's IPs.

This module is integrated with views, create your own views!

File

README.txt
View source
  1. IP address manager README
  2. CONTENTS OF THIS FILE
  3. ----------------------
  4. * Introduction
  5. * Installation
  6. * Configuration
  7. * Usage
  8. INTRODUCTION
  9. ------------
  10. Project page: http://drupal.org/project/ip.
  11. INSTALLATION
  12. ------------
  13. 1. Copy ip folder to modules (usually 'sites/all/modules') directory.
  14. 2. At the 'admin/modules' page, enable the IP address manager module.
  15. Optional: this module provides drush commands to recovery IP address data loaded
  16. prior to module instalation.
  17. - drush ip-backlog-nodes
  18. It imports nodes IP data from watchdog (dblog must be installed).
  19. - drush ip-backlog-comments
  20. It imports comments IP data from comment table.
  21. CONFIGURATION
  22. -------------
  23. Enable permissions at 'admin/people/permissions'. Users with the permission
  24. 'manage ip addresses' will be able to use this module.
  25. USAGE
  26. -----
  27. Go to /user/%user/ip to see user's IPs.
  28. Go to /admin/people/ip to see all user's IPs.
  29. This module is integrated with views, create your own views!