Projet

Général

Profil

Paste
Télécharger (2,63 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / i18n / i18n_select / README.txt @ b3ab3446

1
CONTENTS OF THIS FILE
2
---------------------
3

    
4
* Introduction
5
* Requirements
6
* Recommended modules
7
* Installation
8
* Configuration
9
* Maintainers
10

    
11

    
12
INTRODUCTION
13
------------
14

    
15
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.
16

    
17
* For a full description of the module visit https://www.drupal.org/node/1279512
18

    
19
* To submit bug reports and feature suggestions, or to track changes visit https://www.drupal.org/project/issues/i18n
20

    
21

    
22
REQUIREMENTS
23
------------
24

    
25
This module requires the following modules:
26

    
27
* Internationalization (https://www.drupal.org/project/i18n)
28
* Variable (https://www.drupal.org/project/variable)
29

    
30

    
31
RECOMMENDED MODULES
32
-------------------
33

    
34
* Internationalization Views (https://www.drupal.org/project/i18nviews)
35
* Language Icons (https://www.drupal.org/project/languageicons)
36
* Translation Overview (https://www.drupal.org/project/translation_overview)
37
* Localization Client (https://www.drupal.org/project/l10n_client)
38
* Internationalization contributions (https://www.drupal.org/project/i18n_contrib)
39

    
40

    
41
INSTALLATION
42
------------
43

    
44
* 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.
45

    
46

    
47
CONFIGURATION
48
-------------
49

    
50
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.
51

    
52
1. Enable the Multilingual select module included with Internationalization.
53
2. Go to Configuration > Regional and language > Multilingual settings > Selection.
54
3. Select nodes and taxonomy can be filtered by language in the Content to Filter by Language field set.
55
4. The "Content Selection Mode" allows content with specific tags to be skipped by entering a list of tags.
56
5. The "Enable for Specific Pages" field set allows specific pages to be included by path.
57
6. After making choices click Save configuration.
58

    
59

    
60
MAINTAINERS
61
-----------
62

    
63
* Jose Reyero - https://www.drupal.org/u/jose-reyero
64
* Florian Weber (webflo) - https://www.drupal.org/u/webflo
65
* Peter Philipp - https://www.drupal.org/u/das-peter
66
* Joseph Olstad - https://www.drupal.org/u/joseph.olstad
67
* Nathaniel Catchpole - https://www.drupal.org/u/catch