You are here

README.txt in Block Country 7

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * TROUBLESHOOTING (POSSIBLE PERFORMANCE ISSUES)
 * MAINTAINERS

INTRODUCTION
------------
This module Enhances block visibility settings by adding country options.

REQUIREMENTS
------------
Install IP-based determination of Country Module.
( https://www.drupal.org/project/ip2country )
Ip2country module uses a visitor's IP address to identify the geographical
location (country) of the user

INSTALLATION
------------
1. Check requirements section first.
2. Enable the module.
https://www.drupal.org/documentation/install/modules-themes/modules-7

CONFIGURATION
------------
To add country specific visibility to a block, Go to that block's configuration
country settings is listed under block "Visibility settings"

TROUBLESHOOTING (POSSIBLE PERFORMANCE ISSUES)
-----------
Block Country module implements hook_boot() to detect user geographical
(country) based on IP address.
block_country_boot() hook will be run for each page request - even for non
logged users and anonymous cache enabled - and this will give performance issues
for large scale websites

MAINTAINERS
-----------

Current maintainers:
 * Ashish Dalvi (Ashish.Dalvi) - https://drupal.org/user/1814722
 * Prateek Jain (prateekjain) - https://drupal.org/user/721062

This project has been sponsored by:
 * BLISSTERING SOLUTIONS
   Blisstering Solutions is a Drupal Services, Solutions and Products Company.
   It offer full range of Drupal Services from building your Drupal Solution -
   that include custom module development, theming, performance or testing – to
   extending your Drupal site or solution to mobile, tablet, Facebook and cloud.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * TROUBLESHOOTING (POSSIBLE PERFORMANCE ISSUES)
  8. * MAINTAINERS
  9. INTRODUCTION
  10. ------------
  11. This module Enhances block visibility settings by adding country options.
  12. REQUIREMENTS
  13. ------------
  14. Install IP-based determination of Country Module.
  15. ( https://www.drupal.org/project/ip2country )
  16. Ip2country module uses a visitor's IP address to identify the geographical
  17. location (country) of the user
  18. INSTALLATION
  19. ------------
  20. 1. Check requirements section first.
  21. 2. Enable the module.
  22. https://www.drupal.org/documentation/install/modules-themes/modules-7
  23. CONFIGURATION
  24. ------------
  25. To add country specific visibility to a block, Go to that block's configuration
  26. country settings is listed under block "Visibility settings"
  27. TROUBLESHOOTING (POSSIBLE PERFORMANCE ISSUES)
  28. -----------
  29. Block Country module implements hook_boot() to detect user geographical
  30. (country) based on IP address.
  31. block_country_boot() hook will be run for each page request - even for non
  32. logged users and anonymous cache enabled - and this will give performance issues
  33. for large scale websites
  34. MAINTAINERS
  35. -----------
  36. Current maintainers:
  37. * Ashish Dalvi (Ashish.Dalvi) - https://drupal.org/user/1814722
  38. * Prateek Jain (prateekjain) - https://drupal.org/user/721062
  39. This project has been sponsored by:
  40. * BLISSTERING SOLUTIONS
  41. Blisstering Solutions is a Drupal Services, Solutions and Products Company.
  42. It offer full range of Drupal Services from building your Drupal Solution -
  43. that include custom module development, theming, performance or testing – to
  44. extending your Drupal site or solution to mobile, tablet, Facebook and cloud.