Personal tools
You are here: Home Members zopeuse zope, plone etc. [ Calendar X 0.6.6 ] How to show events if they are in another review state that "published" "pending" or "visible"
Document Actions

[ Calendar X 0.6.6 ] How to show events if they are in another review state that "published" "pending" or "visible"

by zopeuse last modified 2006-06-28 08:53

For example you want to view in your calendar events if they are in review state "published_for_members" or "published"

  1. Customize and edit portal_skins/CalendarX/CX_props_calendar
  2. Add in properties tabs , a property named "includePublishedForMembers" , type = boolean
  3. Check the box in front of that new property
  4. Customize and edit portal_skins/CalendarX/getEventsBetweenZC/
  5. Add theses lines (near lines : 67 - 68)
if context.getCXAttribute('includePublishedForMembers'):
    q_xpub = ['published_for_members','published']

6. Et voila !

Powered by Plone, the Open Source Content Management System

This site conforms to the following standards: