| Re: XOOPS 2.3 & 3.0 - Best multilanguage module |
| by gediminasbyt on 2009/1/16 7:05:42 Anybody who says it's easy to implement multi-language site I'd like to call for a duel lol. Copying files is easy, however then... hell make lose... making sure all files are in correct places, all config is done correctly, templates are updated and so much more... I've implemented multi-language config at least a hundred times and I'm still a newbie. Even Joomla does this step 100 times better... I agree with the 'assumption' XOOPS needs this in core or at least a better module that would be core supported. |
| Re: XOOPS 2.3 & 3.0 - Best multilanguage module |
| by pgroell on 2008/11/30 20:10:05 Quote: But When I write code like this [en]English part[/en] [fr]French part[/fr] in my wb site, I see exactly [en]English part[/en] [fr]French part[/fr] Even [mlimg] doesn't display flat french and english flats, Make sure that in System-Preferences, gzip is disabled. EMLH won't work with gzip enabled, I had the same symptoms until I found this. Regards |
| Re: XOOPS 2.3 & 3.0 - Best multilanguage module |
| by wrecked on 2008/11/30 19:58:58 ya. |
| Re: XOOPS 2.3 & 3.0 - Best multilanguage module |
| by Pakaj on 2008/11/25 12:49:46 I support that idea. As this is very simple solution, it shouldn't be hard to incorporate it in the basic installation plus add a block for selecting the languages. |
| Re: XOOPS 2.3 & 3.0 - Best multilanguage module |
| by serial-weber on 2008/10/16 22:06:01 Hi Quote:
I tried EMLH in xoops2.3, and it worked good, but when I use EMLH in a XOOPS 2.0.18.2 but I didn't get Expected result, nevertheless I did what is explained: 1- edit easiestml.php in this archive as you like define('EASIESTML_LANGS','en,fr'); 2- copy easiestml.php into XOOPS_ROOT_PATH/include/ 3- open mainfile.php and insert a line like this: // XOOPS Virtual Path (URL) // Virtual path to your main XOOPS directory WITHOUT trailing slash define('XOOPS_URL', ...); require XOOPS_ROOT_PATH.'/include/easiestml.php' ; // insert this // Database // Choose the database to be used define('XOOPS_DB_TYPE', 'mysql'); 4- edit the other entries in CONFIGURATIONS of easiestml.php But When I write code like this [en]English part[/en] [fr]French part[/fr] in my wb site, I see exactly [en]English part[/en] [fr]French part[/fr] Even [mlimg] doesn't display flat french and english flats, Where did I make a mistake? Thanks?? |