Re: Dynamic menus using ul and li

2007-06-28 Thread Chris Moffitt
A while back when I was trying to do a similar thing, someone mentioned using elementree to do this. I tried a bunch of other ways but in the end, elementree was the easiest way for me. If you'd like to see the template tag I created, you can see it here -

Dynamic menus using ul and li

2007-06-28 Thread FrostedDark
What I need is a way to create nested menus using and with the data coming from a model. I need to be able to get the entire list: Home Some Category Page Even Deeper Another Deeper Page