README.txt 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Multilingual select module, part of the Internationalization (https://www.drupal.org/project/i18n) package, allows the user to define whether content is filtered by language on pages provided by Drupal core.
  12. * For a full description of the module visit https://www.drupal.org/node/1279512
  13. * To submit bug reports and feature suggestions, or to track changes visit https://www.drupal.org/project/issues/i18n
  14. REQUIREMENTS
  15. ------------
  16. This module requires the following modules:
  17. * Internationalization (https://www.drupal.org/project/i18n)
  18. * Variable (https://www.drupal.org/project/variable)
  19. RECOMMENDED MODULES
  20. -------------------
  21. * Internationalization Views (https://www.drupal.org/project/i18nviews)
  22. * Language Icons (https://www.drupal.org/project/languageicons)
  23. * Translation Overview (https://www.drupal.org/project/translation_overview)
  24. * Localization Client (https://www.drupal.org/project/l10n_client)
  25. * Internationalization contributions (https://www.drupal.org/project/i18n_contrib)
  26. INSTALLATION
  27. ------------
  28. * This is a submodule of the Internationalization module. Install the Internationalization module as you would normally install a contributed Drupal module. See https://www.drupal.org/docs/7/extending-drupal-7/installing-contributed-modules-find-import-enable-configure-drupal-7 for further information.
  29. CONFIGURATION
  30. -------------
  31. The module allows you to configure whether or not to filter pages by the current language. If the Taxonomy translation submodule is also enabled, an option will be available for how taxonomy term pages are filtered. It also allows the exclusion of the module’s language selection handling for some elements and certain paths.
  32. 1. Enable the Multilingual select module included with Internationalization.
  33. 2. Go to Configuration > Regional and language > Multilingual settings > Selection.
  34. 3. Select nodes and taxonomy can be filtered by language in the Content to Filter by Language field set.
  35. 4. The "Content Selection Mode" allows content with specific tags to be skipped by entering a list of tags.
  36. 5. The "Enable for Specific Pages" field set allows specific pages to be included by path.
  37. 6. After making choices click Save configuration.
  38. MAINTAINERS
  39. -----------
  40. * Jose Reyero - https://www.drupal.org/u/jose-reyero
  41. * Florian Weber (webflo) - https://www.drupal.org/u/webflo
  42. * Peter Philipp - https://www.drupal.org/u/das-peter
  43. * Joseph Olstad - https://www.drupal.org/u/joseph.olstad
  44. * Nathaniel Catchpole - https://www.drupal.org/u/catch