Re: Is there a "Virtual Folder" Product??
Hi everyone, my last question regarding the MFolder product would be how to make the root folder of a Zope installation a MFolder? So far I can only add new MFolders but not change an existing (= / root) to that. It would be great if Dieter or anyone else who's using MFolder could help me on this. Thanks in advance, Philipp Robbel
Philipp Robbel writes:
K���1��I��9���G����Dc)�B}�����6����k�L�R�+V���l�e�<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"></HEAD><BODY><DIV>Hi everyone,</DIV> <DIV> </DIV> <DIV>my last question regarding the MFolder product would be how to make the root folder of a Zope installation a MFolder? So far I can only add new MFolders but not change an existing (= / root) to that.</DIV> <DIV> </DIV> <DIV>It would be great if Dieter or anyone else who's using MFolder could help me on this.</DIV> <DIV> </DIV> <DIV> </DIV> <DIV>Thanks in advance,</DIV> <DIV>Philipp Robbel</DIV></BODY></HTML> Why do you post HTML?
Why do you send me messages via BCC, rather than CC? I have a spam filter installed that uses similar mechanisms as the Zope mailing list. Messages not explicitely addressed are dropped. Now to your question: You cannot put an MFolder (or any other object) at the Zope root. The root must be an "Application" object, "MFolder" is not such a beast. Your options: * Using a SiteAccess AccessRule to automatically forward requests to a subfolder. HowTo at zope.org * You could patch the "Application"'s "__bobo_traverse__" method (nowadays usually done with a so call "HotFix" technique; HowTo on Zope.org). You would need to merge the "Application"'s "__bobo_traverse__" with that of "MFolder". Dieter
participants (2)
-
Dieter Maurer -
Philipp Robbel