Hi
Quote:
Marco wrote:
i would personally advise EMLH, that is UTF8 compliant also.i still have problem with xlanguage
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??