Collective Portlets
Category: Layout and presentation
—
Other products by this author
Current release
No stable release available yet.
If you are interested in getting the source code of this project, you can get it from the code repository.
Experimental releases
There are no experimental releases available at the moment.
Project Description
- Project resources
Additional Portlets for Plone
This package contains additional Portlets for plone 3
The goal of this small lib is to provide some useful portlets without writing this stuff again and again, with aspiration that someone else find this useful too any may extend the package with more useful things :).
how to use
- include package CMFPlone in your configure.zcml to make sure everything needed for running plone is configured properly. this may or may not be required, depending on the place and naming of your stuff and the resulting order of initialization.
- include this package in your configure.zcml to make this packages features available
- configure the portlets to be available in your site. this is commonly done by GenericSetup profiles in the portlets.xml file by adding lines like this:
<portlet addview="portlets.Globalnav"
title="Global Navigation portlet"
description="A portlet which can render the top level
navigation like the portal tabs."
/>
- there are no styles made. this is not the goal.