ABOUT Portletification allows you to tag item as site-wide portlets DEPENDENCIES This product depends on: Plone : 2.5.2 or later (should work on Plone3) ATContentTypes : 1.1.0 or later CREDITS - Coded by Pilot Systems: Souheil Chelfouh TRANSLATION TEAM No i18n yet LICENSE This product is distributed under the GPL license (See file LICENSE.GPL or LICENSE.txt) HOW DO I USE IT? Install it with your quickinstaller, in Plone. Go on any object (ATCT) and use the actions menu to tag it as a portlet. You can remove the left or/and right column by customizing, in the ZMI the left_slots or/and right_slots : - left: here/render_portletification/macros/left - right: here/render_portletification/macros/right SOME MORE CUSTOMIZATION If you want "local portlets" only (that is, only portlets which are defined in current folder or its parent, so a document /section1/document will only appear in /section1 and its subfolders, not in /section2), replace those with : - left: here/render_portletification/macros/local_left - right: here/render_portletification/macros/local_right If you want to blacklist one or several portlets in some part of the site, for example if /news/my-news should appear in all the site except in /photos, you can add the path of all portlets to blacklist in a portlets_blacklist property in ZMI (type list).