FrontPage
»
ReleaseNotes
»
PloneIntegration
To use CMFCollectorNG with Plone, you should remove CMFCollectorNG/skins/collectorng/collectorng_stylesheet.css from the filesystem (not from the filesystem view of portal_skins) since it will conflict with the stylesheets of Plone.
CMFCollectorNG works fine with Plone, but if you are running an old version of Plone (versions before 1.0.1), you will need to do the following tweak:
Edit CMFPlone?/skins/plone_templates/main_template.pt and modify it (the last line with "global member...." must be added):
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US" metal:define-macro="master"> <tal:block tal:define="global actions python:here.portal_actions.listFilteredActionsFor(here); global site_properties here/portal_properties/site_properties; global member here/portal_membership/getAuthenticatedMember" />