[z3-five] integrate a zope 3 site into plone menu structure via zcml

Rocky Burt rocky at serverzen.com
Fri Oct 20 17:58:44 CEST 2006


On Fri, 2006-20-10 at 17:29 +0200, Dennis Schulz wrote:
> I want to integrate my page "addPR.html" into the Plone menu system in 
> the folder ${portal_url}/PRSYSTEM/addPR.html
> But It does not seem to work.

At this point Plone (in it's default nature) does not look, use, or hook
into the zope3 menu system at all.  But this is something being looked
at and Plone 3.0 will offer some support in this regard.

In the meantime you might want to look at the CMFonFive product which
will provide CMF actions representative the zope 3 menu's defined.  The
mapping is:

  menu <-> action category
  menuItem <-> action

So to add an item to the plone action's dropdown for example, you could
define a menu with the name "object_buttons" (which is the action
category the actions dropdown uses) and then create a menuItem mapping
to that menu.  Of course be sure to quickinstall the CMFonFive tool into
your Plone site.

Hope this helps.

Regards,
Rocky

-- 
Rocky Burt
ServerZen Software -- http://www.serverzen.com
News About The Server (blog) -- http://www.serverzen.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://codespeak.net/pipermail/z3-five/attachments/20061020/1505cb95/attachment.pgp 


More information about the z3-five mailing list