[Zope-PTK] user property sheet status
Adrian Esteban Madrid
adrian@bridgetojapan.com
Mon, 15 May 2000 13:40:18 -0600
> You can make your own product, and define a BiogDocument that is a type
> of PortalContent and stores attributes that are appropriate to a
> biographical page.
>
> Also, define biogDocumentView.dtml and biodDocumentEdit.dtml DTML method
> files. You'll find examples of these for other PortalContent types in
> the PTKBase/dtml subdirectory.
>
> Also, look at how the __init__.py file in PTKBase to see how the portal
> content types are registered with their Portal.
>
>
> The procedure I've just described is a little more messy than it could
> (and should) be. Various things are hard-coded into PTKBase that should
> be configurable. This is because PTK is a work in progress, and is
> currently in transition from being a Digital Creations run project to
> being a community run project. See the archives of the Zope-PTK list for
> further details on this.
>
...
> --
> Steve Alexander
> Software Engineer
> Cat-Box limited
>
Is it possible to add more properties into the members like address, company,
etc.? I'm asking you this because I don't think my Zen is up to the task you
mention (need to learn a lot more on ZClasses) and I need something a little
bit easier.
Adrian