You are not logged in Log in Join
You are here: Home » Download Zope Products » Content Management Framework » CMF Documentation » CMF Design Documents » Standard CMF Interfaces » Tool Interfaces » Discussion Tool

Log in
Name

Password

 

Discussion Tool

May be somewhat out of date. Moved from cmf.zope.org, where it was last modifed 2000/11/01.

Purpose

Manage portal's discussion policies:

  • whether discussion is allowed for a given piece of content (based on type, location, workflow status, etc.)
  • where/how discussion is stored.

Anonymous permission

getDiscussionFor(self, content)
Gets the PortalDiscussion object that applies to content.
isDiscussionAllowedFor(self, content)
Returns a boolean indicating whether a discussion is allowed for the specified content.