So I upgraded to Movable Type 4 - somewhat painfully.
A brief account of what I went through . . .
My original theme/style/layout - whatever you like to call it - was working fine, but I wanted to be able to take advantage of the new tags that came with MT4. So I went to MT's documentation to see if I could find the default templates. If you are looking for them, you can find them here. However, funny things happened.
One of the most annoying things is MT4's use of this
Frustration set in and I decided to refresh the templates. Basically that means rolling all the templates back to their original or back-up state. And voila . . .everything mysteriously fell into place. Of course, re-styling to get the look and feel I want will be another matter entirely. I think my best bet is to install a version at home so I can mess with it at my leisure without screwing up things on this site. Additionally, I'd really like to be able to explore this new platform and exploit the new features as much as possible.
For anyone who happens to be interested, I'm planning on trying to include my findings, trials and tribulations as much as possible in the future not only as implemented here, but also as content for this blog. I haven't installed any additional plug-ins yet, but I plan to after I've modified the theme. I'm going to stick with the default template for now - at least until I've had a chance to muck around with this at home. So if you choose to slam me because I don't have an About page or a Contact page - feel free. Better yet, if you're really that curious you can read about me here.
<__transtag. MT4 makes use of modules. For example, your index page may "include" several modules like the header and footer. For some reason, MT does it like this:
<$MTInclude module="<__trans phrase="Header">"$>The most hilarious ( in a twisted, cruel kind of way ) thing is that even when you have a module ( let's call it "Header" ) and that module exists but is included like in my example above, MT doesn't seen to recognize the fact that it exists. It tells you this in two ways. One way is through the designer. It lists the modules that any particular, other module links to. Another way is when you attempt to re-build your site. It throws an error that tells you that the module cannot be found. You can alleviate this if you go through and take out the
<__trans phrase="part of the MTInclude tag leaving this:
<$MTInclude module="Header">"$>It also makes use of trans for the text output on buttons or headings. I have no idea what "__trans" actually does yet. I searched the documentation and I can't find any reference to it. It seems as if ( by virtue of the name ) that some kind of translation may occur. Perhaps for other languages? If you know - I'd really like to find out since it is used extensively throughout the templates. And for some odd reason, it wasn't working at all. Every time the "trans" tag was being used, the code was being output on the site. This made for some pretty ugly stuff.
Frustration set in and I decided to refresh the templates. Basically that means rolling all the templates back to their original or back-up state. And voila . . .everything mysteriously fell into place. Of course, re-styling to get the look and feel I want will be another matter entirely. I think my best bet is to install a version at home so I can mess with it at my leisure without screwing up things on this site. Additionally, I'd really like to be able to explore this new platform and exploit the new features as much as possible.
For anyone who happens to be interested, I'm planning on trying to include my findings, trials and tribulations as much as possible in the future not only as implemented here, but also as content for this blog. I haven't installed any additional plug-ins yet, but I plan to after I've modified the theme. I'm going to stick with the default template for now - at least until I've had a chance to muck around with this at home. So if you choose to slam me because I don't have an About page or a Contact page - feel free. Better yet, if you're really that curious you can read about me here.
