14 Sep
2003
14 Sep
'03
7:51 p.m.
Tiller, Michael (M.M.) wrote at 2003-9-12 17:21 -0400:
... I want to clarify something here. I'm not trying to customize the way Folders look in CMF/Plone. I want to keep them the way they are. What I want is to create a new special kind of folder that is distinct from the existing Folder type and has slightly different methods. ... My impression is that what I'm after couldn't be accomplished simply with portal_skins but would involve getting into portal_types or something?
Copy the "Folder" factory in your "portal_types" and change the copy as necessary. Maybe, this is enough for your purpose. Dieter