9
Hi djumaka ! I'm not sure I fully understand your question. Here's some info that may help you. This is a summary of the readme file reagarding the installation :
- First copy all the files of the package to the root of your XOOPS site.
- Edit the file class/module.textsanitizer to fit your needs. Around lines 150-169 you'll find the hack. Change it for the language YOU want.
- Go to Admin > Modules and install the language module
- Be sure to have the language for every language you configured in the previous step.
- Go to Admin > Blocks and make visible the language block.
- It should then work.
- All that is left to do is to translat the 'content' of your site. For example, publish a new news item in the news module. For the title of the news, write something like that (but with YOUR configured tags' language !)
[fr]Texte en francais[/fr][en]English Text ![/en]
This is, of course an example that would work with an english-french site. For that very news, If I selected the French language, I will see 'Texte en francais' as the title of the news. If I selected english for language, I would see 'English Text !' as the title.
So, in summary of the summary
, you only need to edit 1 file (class/module.textsanitizer.php), install the language module, and make your content multilingual !
Is this more clear?