5098 Posts in 1518 Topics by 1115 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 930 Views |
-
Translatable Problems

26 August 2009 at 8:37pm Last edited: 26 August 2009 8:37pm
Hello everybody,
I'm building a web site with multilingual content. I've followed the steps according to http://doc.silverstripe.com/doku.php?id=multilingualcontent:
1) Default Installation of Silverstripe
2) adding "Object::add_extension('SiteTree', 'Translatable'); Translatable::set_default_locale('de_DE');" to mysite/_config.php
3) running /dev/buildEverything seemed OK so far. Unfortunately when I go into the administration menu the "Site Content" menu button is shown twice. I've attached a screenshot.
Does somebody know what could have went wrong here?
-
Re: Translatable Problems

3 September 2009 at 2:42am Last edited: 3 September 2009 2:43am
OK, problem solved. There was a class that inherited from LeftAndMain. When the CMS menu ist build all classes that are subclasses from LeftAndMain are included automatically.
In my opinion there should be some property (which can be set to true by default) if the class should be shown in the menu.
The only way to remove a menu item is to add a line to _config.php which exectutes CMSMenu::remove_item($code). IMHO a property would be the more elegant solution. If needed I could provide a patch for that matter...
| 930 Views | ||
|
Page:
1
|
Go to Top |

