On Mon, Feb 14, 2011 at 1:48 AM, Miles J <[email protected]> wrote:
> There is a tree structure and search on the left sidebar.

There *was* a tree structure there. Not working anymore for me,
either. It just remains as "1.3 ollection, 1.2 Collection, etc." The
only one that opens up is the "General" link.

> It requires JS enabled to work correctly.

No, it's the caching that's the problem. On the top-right is a link,
"Clear local cache" that, when clicked, caused all of the links in the
nav to disappear. I then used on of the links in the horizontal nav to
change pages and the tree appeared.

The fix is very simple though. When creating the list of links,
include a particular class if the item has children (eg. HasChildren),
which is data that can be saved to the parent at the time the child
item is created. When someone clicks a HasChildren link, if there's no
sub-list inside, go get it and clear the cache.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to