How can i display a viewlet only on the site root, also if a content item (say, front-page) is selected as the default view?
* Is there an interface for this? p.a.l.n.i.INavigationRoot and P.CMFCore.i.ISiteRoot both don't work with items as default views (viewlet won't show up with front-page as default view - different interface). * How can i check in my viewlet code if we're actually on the Plone Site? The self.context of the viewlet is front-page, not the site root. Even self.request is front-page/document_view Kees _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
