Step:moscato wrote: yes - i've created a completely new database for that. i just did the install to test 1.2.4 and nothing else![]()
- TEST SITE.
1.2.4 + SVN MLE: new param view_default: display DEFAULT_LANG if empty (now no default again but if set is same behaviour of 1.2.4). View post and question 1 of Wiedmann.
Are in SVN:
function.lang.php
function.content.php
function.global_content.php
- config_lang.php:
Code: Select all
define('DEFAULT_LANG', 'en_US');
$force_mle_default = true;
$hls = array(
'en_US' => array(
'block'=>'en',
'flag'=>'<img src="images/lang/en_US.png" style="border:0" alt="English" />',
'text'=>'English',
'locale'=>'en_US.utf8',
),
'it_IT' => array(
'block'=>'it',
'flag'=>'<img src="images/lang/it_IT.png" style="border:0" alt="Italiano" />',
'text'=>'Italiano',
'locale'=>'it_IT.utf8@euro',
),
'fr_FR' => array(
'block'=>'fr',
'flag'=>'<img src="images/lang/fr_FR.png" style="border:0" alt="Français" />',
'text'=>'Français',
'locale'=>'fr_FR.utf8@euro',
),
);
- NEW page: TESTPAGE EN (content and column_right).....
.....
{lang} {breadcrumbs starttext='You are here' root='Home' delimiter='»'}
.....
{content view_default=true}
{content block="column_right" view_default=true}
.....
{global_content name='footer' view_default=true}
EN: content, column_right, footer of EN
IT: content, column_right, footer of EN
FR: content, column_right, footer of EN
- Edit TESTPAGE in FR (content and column_right)
EN: content, column_right, footer of EN
IT: content, column_right, footer of EN
FR: content, column_right of FR, footer of EN
admin part:
user/pass: testcmsms
The site will be up for 1 day
Alby