Scored this off FogBugz:
<MTMultiBlog mode="context" include_blogs="site" include_with_website="0">
**include_with_website** can be *0* or *1*
**mode** can be *context* or *loop*
Also this:
**<MTWebsites>** is a container tag; takes attributes: include_websites="*n*" and exclude_websites="*n*", where *n* is website id
Also this:
blog_ids="all | children | siblings | ID"
include_blogs="all | children | siblings | ID"
Hope this helps
Reported on Movable Type 5
You say that as if you just got some illicit drugs or something ;)
Anyways good find, and clears up how I would structure my site if I were to move to mt5. Thanks,
Ken
That was deliberate because that's exactly what it felt like! Sidle into FogBugz, snoop around a search, slink into a post, sneak down the message body and do a quick grab-and-run.
All very furtive, cloak-and-dagger stuff.
Actually, I'm pretty disgruntled.
<MTWebsites> and the modifiers/attributes for <MTMultiblog> are pretty critical to the entire MT5 paradigm. Developing something that is such a huge conceptual shift, how difficult could it have been to grab a pencil and paper and make a note of this new stuff and just stick it onto the documentation page? What's the point in keeping it hidden?
This like releasing a brand new car without the ignition key.
I agree. I am putting together my thoughts on MT5 for a post on my blog. The Website Object and the parent/child/sibling syntax is a game changer.
Here is a big issue for me upgrading. Since upgraded installs put each blog into its own website, wouldn't it have been a good idea to offer some "blog mover" functionality?
Yes, "blog mover" functionality would be awesome, and seems like it should be pretty straight forward.
WEBSITES VS BLOGS
MIGRATION
PAGES V ENTRIES; FOLDERS V CATEGORIES
AGGREGATIONIt's great that websites and blogs have been distinguished, but there does not seem to be a way to access widget sets, template modules, assets, etc created in an associated blog(s) via the websites "Design" tab. I.e. if I want to include a module from the main website in my blogs, or vise versa, I have to recreate that module and assets for each and every blog. Unless I am missing something.
Nope, you're right. Inheritance is a big issue. I've worked around that for now by linking templates, including widget templates, to files. That way I only have to set the paths to the files slightly differently in the blogs, but don't have to recreate them from scratch.
For instance, let's say I have a widget called "MyWidget". I link it in the website to templates/mywidget.txt
The website is located at the root.
BlogA is at root/bloga/
So in BlogA, I also have MyWidget, but link it to something like ../templates/mywidget.txt ... basically up one level, then down into templates and to the file.
Agreed, this does not fully address your question, but it's the best I can do for now.