[eluser]WanWizard[/eluser]
I had nested sets working, but I bined the idea. Way to many database queries when navigating through the tree.
I now use a class that reads the entire tree into memory (one single SELECT *), and then does everything else in memory. It uses Phil Sturgeon's caching solution to cache the tree, which speeds things up even more...