Attention

This document was written for an old version of Plone, Plone 2.5.x, and was last updated 1205 days ago.

To learn how to upgrade to the current version of Plone, read the upgrade manual.

The Content Menu

by John DeStefano last modified Feb 04, 2009 03:00 AM
Contributors: Stephanie McFarlin
Changing the appearance of the user actions and content menus
Content Menu

In Plone v2.x:

  • Template: global_contentmenu
    • Located: [site]/portal_skins/plone_templates
  • CSS: .contentActions, .contentActions ul, .contentActions li, .contentActions ul, .contentActions li, .menuPosition, .actionMenu li, .actionMenu li a, .actionMenu li a:hover, .actionMenu, .actionSeperator a, .actionSingular, and .actionItems li
    • Located: [site]/portal_skins/plone_styles/plone.css

In Plone v3.x:

  • Template: plone.contentactions
    • Located: [site]/portal_view_customizations
  • CSS: .contentActions, .contentActions ul, .contentActions li, .contentActions ul, .contentActions li, .menuPosition, .actionMenu li, .actionMenu li a, .actionMenu li a:hover, .actionMenu, .actionSeperator a, .actionSingular, and .actionItems li
    • Located: [site]/portal_skins/plone_styles/authoring.css

 

Additional Information:

To disable a content type from the Add New Item menu site-wide:

  • Navigate to [site]/portal_types
  • Click on the content type you wish to disable
  • Uncheck Implicitly addable?
  • Click Save
    Voilà! The content type will no longer be displayed in the Add New Item menu.

The states displayed in the States menu are controlled via [site]/portal_workflow


Contribute

Something wrong or out of date? Anybody can edit or create a new article in the knowledge base. Simply create an account on this site, log in, and click the Edit button to contribute.