Forums / General / Left menu on frontpage

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Left menu on frontpage

Author Message

patrice brun

Wednesday 12 May 2010 6:35:44 pm

Hello I use the extension ezwebin and I would see a menu on the left on every page. I commented out the following lines

[MenuSettings]
HideLeftMenuClasses[]
#HideLeftMenuClasses # [] = frontpage
#HideLeftMenuClasses # [] =Blog
#HideLeftMenuClasses # [] = blog_posts
# True or false, while set menus can Be false to hide in certain cells
AlwaysAvailable = true

in the file: extension / ezwebin / settings / menu.ini.append
But the menu does not appear, you have an idea?
Thank you

Robin Muilwijk

Sunday 16 May 2010 1:49:18 am

Hi Patrice,

The ini settings are not overridden? For override order see http://share.ez.no/forums/setup-design/ini-settings-override-order

Regards Robin

Board member, eZ Publish Community Project Board - Member of the share.ez.no team - Key values: Openness and Innovation.

LinkedIn: http://nl.linkedin.com/in/robinmuilwijk // Twitter: http://twitter.com/i_robin // Skype: robin.muilwijk

Luca Realdi

Sunday 16 May 2010 2:03:59 am

try to change the persistent varaible settings in the extension\ezwebin\design\ezwebin\override\templates\full\frontpage.tpl template in

{set scope=global persistent_variable=hash('left_menu', true()}

patrice brun

Monday 17 May 2010 1:14:53 am

Thank you for your answers

(Set global scope = persistent_variable = hash ('left_menu', true ())

solve my problem