Re-Create a Plone Site
How to re-create a Plone site from scratch
Add tab for folders
Make a note of the trailing part of the folder's URL, eg services (case-sensitive).
Go to Site Setup; ZMI; portal_actions.
- Plone 2.x: A bit long list will appear. We need to create another entry like Home where the key to it all is a Category of portal_tabs.
- Plone 3: go to portal_tabs then select CMF Portal Action from the drop down (not CMF Portal Action Category) give it the same name as your folder and click Add then click the item on the list.
Fill in the template for, say, Services, with:
Field | Value |
---|---|
Title | Services |
Description | Professional Services provided by Example Industries |
I18N Domain | plone |
URL (Expression) | string:$portal_url/services |
Condition (Expression) | |
Permissions | View (scroll down a lot!) |
Visible | (check) |
Click Save Changes or Add.
Document Actions