Quantcast
Channel: Planet Plone - Where Developers And Integrators Write
Viewing all articles
Browse latest Browse all 3535

UW Oshkosh How-To's: How to add or change your site's portal tabs

$
0
0

You can add, change, or remove portal tabs from your standard UW Oshkosh site, if you have Manager role (ie. are a member of the Administrators group).

  • Log into your site
  • Go to Site Setup
  • Go to the Zope Management Interface
  • Click on "portal_actions"
  • Click on "portal_tabs"

You will see:

portal_tabs_01.png

You add a new tab by checking the box to one of the existing tabs (e.g. "tab4"), then clicking on the Copy button, then on the Paste button, then you'd get this:

portal_tabs_02.png

Edit the new tab by clicking on it, to see:

portal_tabs_03.png

Change the Title value and the URL (Expression) value, then press the Save Changes button at the bottom.

For the URL value, just edit the last part of the value, e.g. if it says:

    string:${globals_view/navigationRootUrl}/contact-information

change the "contact-information" part to whatever you need, e.g. if I wanted the tab to go to a page with the ID "buy-me" I would change the value of the above to

    string:${globals_view/navigationRootUrl}/buy-me

To navigate back to the portal tabs, click here:

portal_tabs_04.png

There you can also change the ID of a tab by checking the box next to it then clicking the Rename button:

portal_tabs_05.png

 

 

Viewing all articles
Browse latest Browse all 3535

Trending Articles