I have an alpha release of an extension that provides nested weblogs much the same way phpMyAdmin does. Once installed it creates groups based on your “weblog names”. So take the following names…
news_daily
news_features
static_pages
blog
Note: These are names, not titles. The extension doesn’t even look at the titles, so feel free to name those whatever you want.
Using those blogs, the structure would look something like this:
news
| -- daily
| -- features
static_pages
blog
Basically, what i’m saying is that it checks to see if any of your blogs are similarly named. If they are it ill take those similar parts and create a group.
OF NOTE: This does not work in IE, and probably never will (unless there’s enough complaining). It uses the li:hover CSS selector and I’m not going to switch it to javascript just to support IE.
Finally, place the image in the cp_global_images folder.
Update: Version 2.0 should work with EE1.6, but let me know if you find otherwise.
Lastly, an image of what it looks like:
