Moving or Removing a Portlet Manager

by Anne Bowtell last modified Feb 04, 2009 02:37 AM
Contributors: Yuri Carrer
Tips on how to move or remove portlet managers.

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.