开发者

Action-Menu missing

I'm using Plone 4.0.1 and I have the problem, that the action menu is missing. When I want to change the state of a site or copy/paste via "actions...", I just get to the page which is linked at this button, which is folder_contents for "actions". So I 开发者_Go百科can not use any of the actions. When I investigate it with Firebug, I see this:

<dl id="plone-contentmenu-actions" class="actionMenu deactivated">

So I wonder, how can I activate the action-menu again? Sadly, I do not know what could have caused the problem.

Thanks for any help in advance,

Brandon


The deactivated class is referred to the expansion state of the menu (when you expand the menu, that class is switched with activated via javascript). The problem here is that you miss all 'actions' inside that menu. I see these two options:

  • If you have the permission to access the zope managment interface then go to: zmi -> portal_actions -> object_buttons and check if buttons are "visible".
  • if you do not have that permission probably someone has removed your roles/permissions to edit contents or you are not the owner of that content.


thank you very much for your help! I found the problem... and I'm quite ashamed I didn't think of this before. The script "dropdown.js" in portal_javascripts has to be activated for the actionmenu to work. I do not know why it was deactivated, but now everything works :)

Thanks to all of you!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜