Moving or Removing a Portlet Manager
Portlet managers are called by main_template. Moving or removing them is simply a case of customizing the template.
Through the Web
- Site Setup > Zope Management Interface > portal_skins > plone_templates > main_template
- Customize this, and look for
<div tal:replace="structure provider:[portlet manager name]" />
-
(use the Elements key to identify exactly which manager you're interested in)
In your own product
- Put your own version of main_template in
[your theme product]/skins.

