Forums / Setup & design / path in treemenu

"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".

path in treemenu

Author Message

Jaromir Matysek

Saturday 12 March 2005 8:21:41 am

Can someone please explain or point me to an explanation of how to substitute the <i>$module_result.path</i> with my own path when fetching a treemenu?

Basically what I want to do is to have a javascript expandable menu, containing always all the folders inside a parental folder for that section, independently on the $module_result.path. How can I do it?

Thanks a lot

Jaromir Matysek

Saturday 12 March 2005 11:33:37 am

Solved already, basically all I needed was to override <i>contentstructuremenu.ini</i> in my siteaccess settings, change whatever I need, and use the content of <i>design/standard/templates/contentstructuremenu/content_structure_menu.tpl</i>.

The solution of what is needed for alternate $path array in treenode would be appreciated though.