[Zope] Help save my sanity (DTML-in string comparison)

Michael Bernstein webmaven@lvcm.com
Mon, 18 Dec 2000 20:50:47 -0800


Darin Lee wrote:
> 
> Zopistas,
> 
> I am trying to build a simple, 2 tier, tree-style navigation structure for my site. I have puzzled over the following code for hours, and it's just not working right. I have two loops, one that goes through the Parents, and when the parent matches the current folder, I go through the children (There are 2 scripts, one that resides one level up and presents a simple list of objects to click on) The following code lives in the child folders, and displays the parents and all of the HTML documents in the current folder.
> 
> The output I am looking for resembles below.
> 
> [snip]
> 
> ¯--------------------------------------------------
> BTW, I have tried the NFGNav product, but It doesn't work in my application (I suspect) because I am using transparent folders to organize things. I also want my NAV to start farther down the heirarchy (level 2), not from the root.

Try ZNavigator, instead.

HTH,

Michael Berrnstein.