Greetz I want to extend the folder object with a property that will link a folder to other folders. The normal tree structure of folders are not an option, and I dont want to have copies of folders lying around. One way to solve this would be, to throw a Python script in each folder an just return a dictionary with the foldernames, that I want to link to. But something a bit more dynamic would be very nice... Any suggestions? \Oliver
Hi Oliver, have you seen TransparentFolders if it feed your needs ? Regards, Dirk Oliver Marx schrieb:
Greetz
I want to extend the folder object with a property that will link a folder to other folders. The normal tree structure of folders are not an option, and I dont want to have copies of folders lying around.
One way to solve this would be, to throw a Python script in each folder an just return a dictionary with the foldernames, that I want to link to. But something a bit more dynamic would be very nice...
Any suggestions?
\Oliver
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
It's hard to give you a straight reply, as it is not clear what you want to acomplish, or why. regards Max M Oliver Marx wrote:
Greetz
I want to extend the folder object with a property that will link a folder to other folders.
- Link a folder to other folders what does that mean. Have them show up under the 'Contents' tab. - Have their content show up under the 'Contents' tab. - Something else entirely ? regards Max M
participants (3)
-
Dirk Datzert -
Max M -
Oliver Marx