Search code examples
ploneaction-menu

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


Solution

  • 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!