Attention

This document was written for an unsupported version of Plone, Plone 2.5.x, and was last updated 1601 days ago.

For more information, see the version support policy.

To learn how to upgrade to the current version of Plone, read the upgrade manual.

Third Party Product Integration: Remember

by Jens W. Klein last modified Dec 30, 2008 03:04 PM
Generate 'Remember' based Member-Types. Its the successor of CMFMember.

Prerequisites:

You have to install to additional Products:

You should also read the Documentation of both and understand how they work!

 

A Content-Type based on remember

  1. Create a class in your class diagram and give it a a stereotype <<remember>>
  2. add the tagged value 'use_workflow' and set it to one of 'member_approval_workflow' or 'member_auto_workflow'. You can create also your own workflow if you know what remember needs (look at the workflows shipped with remember).
  3. Add attributes (fields) as you need.
  4. Generate & Done

To install your type be sure to have a plone site setup correctly for membrane+remember. Simplest way to ensure a correct setup is to create a fresh site having both Extension Profiles 'membrane' and 'remember' selected. Use the quickinstaller as usal to install your new remember-based Product.

 

 

 


Contribute

Something wrong or out of date? Anybody can edit or create a new article in the knowledge base. Simply create an account on this site, log in, and click the Edit button to contribute.