Page 1 of 1

[solved] Babel - Parameter start_level is not known

Posted: Fri Feb 25, 2011 8:00 am
by nichess
Hello,

I installed the Babel-Modul 0.4 on a clean installation of CMSMS 1.9.3 and used the default "Left simple navigation + 1 column" template.

Furthermore I use the Hierarchy method.

In the Template I put: {babel action="assign"} on top
and {babel action='menu' start_level='2' template='default'} for the menue.

I get the following Warning on my XAMPP installation: Parameter start_level is not known by module babel dropped in D:\xampp\htdocs\002_cmsms\lib\misc.functions.php on line 1629

Any clues?
Many thanks in advance

Re: Babel - Parameter start_level is not known

Posted: Fri Feb 25, 2011 9:06 am
by klenkes
This is because there is no parameter start_level in Babel.

start_level is only known and used by the Menumanager and Babel generates its language links dependant on the menu or the hierarchy position of the current page.

You don't need this parameter.