I really wanted to customize this but . . .

| | Comments (4)
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
<__trans
tag. 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.

4 Comments

I have thought about changing themes a million times - but don't for just this reason. I know enough to make a real mess of things - obviously your programming skills far exceed mine, so I stay the same. Good luck you brave soul...

@skipper

Changing themes in wordpress is a cinch. The only thing that you would need to take into consideration is the badges that you have. If any of them aren't widgets then you'd have to manually paste them into your theme's appropriate file.

My son seems to enjoy the whole theme-changing thing. I think he's changed his several times since he started his blog. All I do is download the theme, unzip it and put it into his themes directory. He takes care of the rest.

Be brave. Be bold.

Ok - I made the leap and changed. Of course, now I have to figure out where a bunch of stuff went...a bloggers work is never done...

@skipper

Nice. I like the new look - kinda tranquil and soothing.

Leave a comment

About this Entry

This page contains a single entry by Jim published on August 17, 2007 6:01 PM.

As you can see things are blowing up was the previous entry in this blog.

I'm in a negative space today is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.