Bonjour à tous
avec SIGE gallery je voudrais utiliser la fonction pour créer des titres par l'aide de file de texte .txt, en multilingue aussi (par exemple maison, house, casa pour la meme image selon la langue selectionnée). je suis les instructions officielles, mais sans aucun résultat. pour la gestion multilingue j'utilise Falang sans problèmes (je suis encore en localhost).
ici les instructions et le lien au site de SIGE gallery
Quelqu'un pourrait m'aider?
MERCI!
avec SIGE gallery je voudrais utiliser la fonction pour créer des titres par l'aide de file de texte .txt, en multilingue aussi (par exemple maison, house, casa pour la meme image selon la langue selectionnée). je suis les instructions officielles, mais sans aucun résultat. pour la gestion multilingue j'utilise Falang sans problèmes (je suis encore en localhost).
ici les instructions et le lien au site de SIGE gallery
Quelqu'un pourrait m'aider?
MERCI!
Load image information from a text file – several text files for different languagesImage information (title and description) can be loaded through a text file (since version 1.5-15).
For this feature you have to create a text file captions.txt in each image folder. The file must contain the following structure:
picutre.jpg|Image Title|Image description
picutre2.jpg|Image Title of the second image|Image description of the second image
…
Each row refers to an image. In one row you have to provide three settings, separated with a |. The description argument may be omitted.
First you have to set the exact image name including the file extension, as the second argument you choose the desired title of the image and finally the description.
SIGE as well supports the use of different text files for different languages which are loaded depending on the active language. For using this feature you have to name the files with the correct language codes.
Example: German – captions-de-DE.txt, English – captions-en-GB.txt and so on.
With this option it is possible to provide different title and description for the same image.
From version 1.7-2 on you have to explicitly activate this feature at the settings page under "Information from textfile".
For this feature you have to create a text file captions.txt in each image folder. The file must contain the following structure:
picutre.jpg|Image Title|Image description
picutre2.jpg|Image Title of the second image|Image description of the second image
…
Each row refers to an image. In one row you have to provide three settings, separated with a |. The description argument may be omitted.
First you have to set the exact image name including the file extension, as the second argument you choose the desired title of the image and finally the description.
SIGE as well supports the use of different text files for different languages which are loaded depending on the active language. For using this feature you have to name the files with the correct language codes.
Example: German – captions-de-DE.txt, English – captions-en-GB.txt and so on.
With this option it is possible to provide different title and description for the same image.
From version 1.7-2 on you have to explicitly activate this feature at the settings page under "Information from textfile".
Commentaire