Hi @KK
have a question about advanded routing with this module
for all languages we have one template. for example it will be aboutus.php
for example we have 3 en, ru and lt languages
in couch/addons/multilang/config.php we have:
at couch/config.php we have:
at result we will have
all is great, but how to make one template with multiple ursl by seo uri:
how to make this one solution?
maybe you can modify this awesome module and integrate this feature?
-----
and have another question about template with clonable='1' and included this multilang addon
for example we have news mini blog with 3 languges too.
how to make this solution:
en/news/my-last-news/
ru/novosti/poslednije-novosti/
lt/naujienos/paskutines-naujienos/
where are:
$cfg['langs']/blog.php/page_url_$cfg['langs']
but as result it should be one template blog.php with one "article" page (one page_id)
how i see in this forum, i'm not alone with this question (viewtopic.php?f=4&t=11549)
have a question about advanded routing with this module
for all languages we have one template. for example it will be aboutus.php
for example we have 3 en, ru and lt languages
in couch/addons/multilang/config.php we have:
- Code: Select all
$cfg['langs'] = array(
'en'=> 'English',
'ru'=> 'Русский'
'lt'=> 'Lietuviškai',
);
$cfg['prettyurls'] = 1;
at couch/config.php we have:
- Code: Select all
define( 'K_PRETTY_URLS', 1 );
at result we will have
domain/en/aboutus
domain/ru/aboutus
domain/lt/aboutus
all is great, but how to make one template with multiple ursl by seo uri:
domain/en/aboutus
domain/ru/onas
domain/lt/apiemus
how to make this one solution?
maybe you can modify this awesome module and integrate this feature?
-----
and have another question about template with clonable='1' and included this multilang addon
for example we have news mini blog with 3 languges too.
how to make this solution:
en/news/my-last-news/
ru/novosti/poslednije-novosti/
lt/naujienos/paskutines-naujienos/
where are:
$cfg['langs']/blog.php/page_url_$cfg['langs']
but as result it should be one template blog.php with one "article" page (one page_id)
how i see in this forum, i'm not alone with this question (viewtopic.php?f=4&t=11549)