The TS-My Startup Page module allows an administrator to specify which module is shown at startup for a specific group after login or for anonymous users, i.e. you can now redirect specific groups of users to a part of your site that suits them with an easy to use administration interface.
Mamba wrote:
Liom,
in /api.php please comment out the line 45 and line 128, and see if it makes a different for you
Mamba wrote:
LiomJ,
could you test the 3.1.3 RC-1 version and let me know if it works for you?
https://github.com/mambax7/xlanguage/releases
alain01 wrote:
Strange,
did you create Config file ?
Tab Manage Languages, bottom ! (create config file).
In my config file :$cachedConfig['xlanguage_base'] = array(
"english"=>array(
"lang_id"=>1,
"weight"=>20,
"lang_name"=>"english",
"lang_desc"=>"English version",
"lang_code"=>"xen",
"lang_charset"=>"UTF-8",
"lang_image"=>"english.gif"
),
"french"=>array(
"lang_id"=>2,
"weight"=>10,
"lang_name"=>"french",
"lang_desc"=>"Version française",
"lang_code"=>"xfr",
"lang_charset"=>"UTF-8",
"lang_image"=>"french.gif"
),
);
?>