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

by John DeStefano last modified Feb 04, 2009 03:00 AM
Contributors: Stephanie McFarlin
Editing the default navigation tabs
The tabs

 

In Plone v2.x:

  • Template: global_sections
    • Located: [site]/portal_skins/plone_templates
  • CSS: #portal-globalnav, #portal-globalnav li, #portal-globalnav li a, #portal-globalnav li.selected a, and #portal-globalnav li a:hover
    • Located: [site]/portal_skins/plone_styles/plone.css

In Plone v3.x:

  • Template: navigation.pt
    • Located: [site]/portal_view_customizations
  • CSS: #portal-globalnav, #portal-globalnav li, #portal-globalnav li a, #portal-globalnav li.selected a, and #portal-globalnav li a:hover
    • Located: [site]/portal_skins/plone_styles/public.css

 

Additional Information:

To disable the tabs:

In Plone v2.x:
  • Click on [site]/portal_actions
  • De-select the Visible? check box for all the Actions with the Category of portal_tabs
  • Click Save at the bottom of the form
In Plone v3.x:
  • TBD

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.