| Author |
Message |
sroukens
Joined: 12 Jul 2006 Posts: 1
|
Posted: 12 Jul 2006 - 11:09 am Post subject:
TMENU with pid instead of uid
|
|
|
Is it posible to build a menu using the pid instead of the uid of a page. Because I've a site with 3 differen languages. And 3 different menu's (for every language one). The links created in the menu contains the uid of a page. But when clicking on a menu item it goes to a page that doesn't exist.
Or is there a posibilty to enable the functionality to get acces to a page in a different language by referring to it's uid.
eg.
If got a page with id 110 (contains the deafault language, English and German)
When I generate the default menu it contains a link to index.php?id=110 (that works)
When I generate the English menu it contain a link to index.php?id=13 (that works not because 13 is the uid and not the pid)
When I generate the German menu it contain a link to index.php?id=14(that works not because 14 is the uid and not the pid) |
|
|
Back to top
|
|
|
ttb

Joined: 03 Dec 2005 Posts: 80 Location: Schwerin (Germany)
|
Posted: 12 Jul 2006 - 12:29 pm Post subject:
|
|
|
| Take a look at this site and you'll find Kasper's tutorial with the two different concepts for working with multiple languages in Typo3. |
|
|
Back to top
|
|
|
|