Vitaliy Podoba wrote:
Christian Thieme <[EMAIL PROTECTED]> writes:

Hello,
is there a way to change the portlet order in a way that from a parent
inherited portlets are shown before the actual contexts portlets?

Christian



As I know, this is possible only by overriding standard plone portlets retriever
(plone.portlets.retriever.PortletRetriver class, method getPortlets) adapter
which is used by plone's portlet managers.

Correct. You'll need to override (either globally or per-context) the IPortletRetriever adapter, which adapts a context and a portlet manager (whose portlets it's rendering). Look at plone.portlets.retriever for the default implementation.

Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to