Hey Guys,
I was wondering whether the following was possible...
I have a page that is called Contact ...
cmsmadesimple/index.php?page=Contact
and I want a link on the main template to essentially convert the page into French for which I have a page template and page called
cmsmadesimple/index.php?page=FR-Contact
Obviously the following will return the current page
I have tried --> notice the "FR-" before the {pageid} but that did not work.
Do you guys have any suggestions?
Thanks for your help. Phil
PS: I've tried installing the multi-language pack (after having already installed cmsms but it did not work, so I gave up and tried my luck with this).
Linking to different pages (same page different language)
Re: Linking to different pages (same page different language)
See hereSofia1 wrote: Hey Guys,
I was wondering whether the following was possible...
I have a page that is called Contact ...
cmsmadesimple/index.php?page=Contact
and I want a link on the main template to essentially convert the page into French for which I have a page template and page called
cmsmadesimple/index.php?page=FR-Contact
Obviously the following will return the current page
I have tried --> notice the "FR-" before the {pageid} but that did not work.
Do you guys have any suggestions?
Thanks for your help. Phil
PS: I've tried installing the multi-language pack (after having already installed cmsms but it did not work, so I gave up and tried my luck with this).
Alby
Re: Linking to different pages (same page different language)
Have you tried something like thisSofia1 wrote: I have tried
Code: Select all
<a href="{root_url}/index.php?page=FR-{$page_alias}">
Re: Linking to different pages (same page different language)
I actually realised earlier that FR-{$page_alias} will return FR-FR-Contact and FR-EN-Contact since those are the two page alias.
In the process of upgrading the cms and then upgrading to mle. Hope that goes well. Thanks for your help. P
In the process of upgrading the cms and then upgrading to mle. Hope that goes well. Thanks for your help. P