<< Back
Message for this thread
Posted by Messages text
MickduPorzic

Noavatar
Total post : 10
> Profile
Written on : 05/10/2010 11:56 ( more than one month )
Object : Macroarea title appears in submenus
Hi,

I'm using Docebo 3.6.0.4.
On my web portal, Macroarea title appears in submenus even if I uncheck "Display in menu" box.

Please Help me !:)
 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 07/10/2010 16:23 ( more than one month )
Object : Re: Macroarea title appears in submenus
hello,
which kind of  menu are you using? "

Docebo Staff
 - Docebo 4 released! -

 
MickduPorzic

Noavatar
Total post : 10
> Profile
Written on : 18/10/2010 17:49 ( more than one month )
Object : Re: Macroarea title appears in submenus
Thanks for your answer.
I've never changed anything to Cms types of menu.
Is there anything to change ? Where do I have to do it?
 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 18/10/2010 18:40 ( more than one month )
Object : Re: Macroarea title appears in submenus
Hello,
when you edit the page you can now edit the menu block and set the options.

bye,
Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
MickduPorzic

Noavatar
Total post : 10
> Profile
Written on : 18/10/2010 21:50 ( more than one month )
Object : Re: Macroarea title appears in submenus
Hmmmm...
The only options I can change are :

"Display in menu" is unchecked...
Must I change the template or layout ?
 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 20/10/2010 12:21 ( more than one month )
Object : Re: Macroarea title appears in submenus
Hello,
I were talking about block options, not page options. You can find them by clicking the edit blocks icon and then clicking edit on the menu block.

bye,
Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
MickduPorzic

Noavatar
Total post : 10
> Profile
Written on : 20/10/2010 16:28 ( more than one month )
Object : Re: Macroarea title appears in submenus
Hello,
Thanks again for answering,

Sorry but I don't understand.
Editing block options only allows me... to edit block options (style 1,2, publication date etc.)

I would like to modify the navbar (inside header) in order it not to display the macroarea title inside the submenus :



Thanks for the time you're taking to help me.

 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 22/10/2010 18:17 ( more than one month )
Object : Re: Macroarea title appears in submenus
hello,
I see. This is not possible by config; you have to edit the source code of the file: doceboCms\lib\lib.template_lang.php

change line 220 from:

  $res[$res_key] =$open_first_ul.$open_li.getDropdownMainMenuItem($val["idParent"]).$close_li; // Open main ul

to:

  $res[$res_key] =$open_first_ul; // Open main ul

bye,
Giovanni.

Docebo Staff
 - Docebo 4 released! -

 
MickduPorzic

Noavatar
Total post : 10
> Profile
Written on : 25/10/2010 12:24 ( more than one month )
Object : Re: Macroarea title appears in submenus
Hi,

thanks a lot !
It works !

thanks again for your disponibility
 
<< Back