PublishPoint and MenuRoot concept

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

PublishPoint and MenuRoot concept

Patrick Antivackis
Hello,
Can someone point me to a page describing the concept of the PUBLISH_POINT
and MENU_ROOT type of content in the WebSiteContent entity, or can someone
explain this concept to me.
The only reference to MENU_ROOT i found is in the WebSitePublishPoint.groovy
and the associated template just display a tree but no actions are working.

Thank you in advance
Reply | Threaded
Open this post in threaded view
|

Re: PublishPoint and MenuRoot concept

Jacques Le Roux
Administrator
Hi Patrick,

I think the MENU_ROOT concept has never been implemented in OFBiz.
I a project I have used  my own ContentAssocType variations to implement a menu tree using
MENU_ROOT as root(s) and MENU_LINK as links between the root and sub menu, and their options (always trying to respect the old
Machintosh rule of "no more than 3 levels for menus")

For the rendering I have used showcontenttree.ftl , adapted of course...

HTH

Jacques

From: "Patrick Antivackis" <[hidden email]>
> Hello,
> Can someone point me to a page describing the concept of the PUBLISH_POINT
> and MENU_ROOT type of content in the WebSiteContent entity, or can someone
> explain this concept to me.
> The only reference to MENU_ROOT i found is in the WebSitePublishPoint.groovy
> and the associated template just display a tree but no actions are working.
>
> Thank you in advance
>