[Zope-CMF] new portal_type

Chris Withers chrisw@nipltd.com
Tue, 09 Jul 2002 11:50:35 +0100


Jim Pharis wrote:
> 
> What I am trying to do is currently over my head but its never stopped
> me before. I would like to know if it is possible "theoretically" to
> create a Zope Product that adds itself as a content type to CMF
> portal_types without messing with the CMFCore or CMFDefault source.

Yes, it is :-)

> I have successfully added a CMFmyOwnFolder that can create a regular
> folder but I need to implement it by creating a new Factory-Based Type
> Information which I don't want to do.

Why not? You should have TypeInformation objects for each of your content types.
Is there a reason why you don't want to do this?

cheers,

Chris