1
|
Language icons
|
2
|
http://drupal.org/project/languageicons
|
3
|
=======================================
|
4
|
|
5
|
|
6
|
DESCRIPTION
|
7
|
-----------
|
8
|
This module provides icons for language links, both for the Language switcher
|
9
|
block and (optionally) for node links.
|
10
|
It is a spin-off from Internationalization (i18n) package.
|
11
|
|
12
|
|
13
|
REQUIREMENTS
|
14
|
------------
|
15
|
Drupal 7.x
|
16
|
|
17
|
For a fully enabled multilingual site, the Internationalization (i18n) package
|
18
|
is recommended. See http://drupal.org/project/i18n
|
19
|
|
20
|
|
21
|
INSTALLING
|
22
|
----------
|
23
|
1. To install the module copy the 'languageicons' folder to your
|
24
|
sites/all/modules directory.
|
25
|
|
26
|
2. Go to admin/build/modules. Enable the module.
|
27
|
Read more about installing modules at http://drupal.org/node/70151
|
28
|
|
29
|
|
30
|
CONFIGURING AND USING
|
31
|
---------------------
|
32
|
1. Go to admin/structure/block
|
33
|
|
34
|
2. Ensure that 'Language switcher' block is associated with a visible region. If
|
35
|
unsure, move the 'Language switcher' block to 'Sidebar first' region.
|
36
|
|
37
|
3. Click on 'Save blocks' button.
|
38
|
|
39
|
4. To preview simply view any appropriate page. If successful you will see a
|
40
|
flag on the left side of each language link.
|
41
|
|
42
|
There are some configuration options at admin/config/regional/language/icons.
|
43
|
You can place flags before or after the language link or choose to only display
|
44
|
the language flag without the language name (pick "Replace link" under icon
|
45
|
placement to do so). There are some other options so make sure to check it out.
|
46
|
|
47
|
|
48
|
CONTRIBUTING. REPORTING ISSUE. REQUESTING SUPPORT. REQUESTING NEW FEATURE.
|
49
|
--------------------------------------------------------------------------
|
50
|
1. Go to the module issue queue at
|
51
|
http://drupal.org/project/issues/languageicons?status=All&categories=All
|
52
|
2. Click on CREATE A NEW ISSUE link.
|
53
|
3. Fill out the form.
|
54
|
4. To get a status report on your request go to
|
55
|
http://drupal.org/project/issues/user
|
56
|
|
57
|
|
58
|
UPGRADING
|
59
|
---------
|
60
|
Read more at http://drupal.org/node/250790
|
61
|
|