Results
If the result list is too large, please consider these hints
- Reduce the number of websites.
- Add more keywords.
- Use quotes for building terms from keywords. For example, the phrase banner image searches for all articles containing both words. However, "banner image" searches for the exact two-word phrase.
Brad Choate, Plugins, 57 KB, 1790 words

Movable Type templates aren't too difficult to write, but they can be difficult to read. So I've whipped up another plugin to fix that. Simple Template is a plugin that provides an alternative syntax for Movable Type templates 1.
Availability
You can download this plugin here: mtsimpletemplate-1_21.zip
Installation
To install, place the ‘simpletemplate.pl' file in your Movable...
continue reading ...
Six Apart News, News, 17 KB, 770 words

08.25.2005
Announcing Movable Type 3.2
We're proud to announce that Movable Type 3.2 is now available. This release improves upon what is already the most powerful blogging platform by offering a better experience at every step. This new version combines the strengths and innovations you have come to expect from Movable Type over the past four years, boosted by the addition of over 100 unique new features that will help your blogs truly shine.
Best of all, it's a free update for any licensed user of Movable Type 3.x. Personal users will be happy to find that the Free edition now offers unlimited blogs. And personal users who want a multi-user license...
continue reading ...
Learning Movable Type, News, 60 KB, 4295 words

Learning Movable Type is now hosted on a new server and now has its own domain name - http://www.learningmovabletype.com. In the process of changing servers and changing URLs, we may have created some broken links or other site hiccups. If you encounter something that just doesn't seem to be working properly, please email me using the contact form.
Humongous thanks to Chad and Arvind for their invaluable assistance with this move.
If you link to Learning Movable Type (and we hope you do) please, please, please change the URL in your link to the new one. That way, Google will find us more easily, and those using Google to find things regarding Movable Type will find us more easily too....
continue reading ...
Movalog, News, 35 KB, 1825 words

Co-authored by Arvind Satyanarayan and Elise Bauer Tutorial cross posted on Movalog and Learning Movable Type
The installation instructions in the Movable Type Install Guide contain a section in the Configuration area called Enable Security Features. These instructions tell you to uncomment the Umask lines in your mt.cfg if your server is running cgiwrap or suexec. If you don't know what CGIwrap or suEXEC are, you may be tempted to skip this step. Don't. This step gives your MT installation extra security, which we will explain. (Note that this tutorial is only appropriate for MT installations on Linux/Apache web servers.)
What is CGIWrap or suEXEC?
CGIWrap and suEXEC are features...
continue reading ...
Six Apart Knowledgebase, Manuals, 29 KB, 692 words

Question
When using Movable Type, the images don't appear, no styles are being applied, and the Help links don't work.
Answer
If you installed Movable Type into a cgi-bin, certain files (referred to as "static" files), must be situated outside of the cgi-bin in order to be readable by your browser. The rest of this article explains how to make sure Movable Type can find these files.
Which Files Are Static Files?
Version 3.2 and higher
In version 3.2 of Movable Type, all of the required static files are stored by default in a folder...
continue reading ...
Movalog, Tutorials, 37 KB, 2028 words

Co-authored by Arvind Satyanarayan and Elise Bauer Tutorial cross posted on Movalog and Learning Movable Type
With the release of Movable Type 3.1 comes a new and powerful feature - Dynamic Publishing. To take advantage of Dynamic Publishing, you need to edit or create a file on your Apache server called .htaccess as explained in the Movable Type Manual. htaccess files can give you extra control over your server, allowing you to password protect directories, enable server side includes, generate custom error messages, and block users by IP address among other things. (See this Guide to .htaccess for more information.)
Note: You should really know what you are doing before...
continue reading ...
Six Apart ProNet Weblog, News, 58 KB, 5621 words

08.31.2005
Simple Example Templates for Movable Type 3.2
Chris Vannoy has posted some simple Movable Type templates based on the new default templates in Movable Type, but with much of the XHTML structure stripped out so they're easier to read. As Chris explains in his following post, they're not designed to be used on an actual site, since the styling would be pretty ugly by default, but they're a useful basis for creating your own completely custom design if you just need a place to get started.
We'll be producing additional documentation about all the new abilities that templates and styles have in Movable Type 3.2, but this is a great place to start if you...
continue reading ...
Six Apart Knowledgebase, Manuals, 29 KB, 714 words

Question
I'd like my visitors to be able to use HTML when posting comments.
Answer
Enable option for weblog
• Navigate to Settings > Feedback : Comments1. • Locate the setting for Allow HTML2 and check the box to the left to turn the setting on. • Press the SAVE button to preserve the change.
Limit HTML Tags
The Sanitize feature protects your weblog from malicious code by permitting only certain HTML tags to be used in comments and TrackBack pings. The default set of allowed HTML tags and attributes is: a href, b, br, p, strong, em, ul, li,...
continue reading ...
Six Apart Knowledgebase, Manuals, 32 KB, 1212 words

Question
Can I pay Six Apart to install Movable Type for me, or upgrade my existing installation to the latest version?
Answer
Yes, we offer these services to those who have purchased a supported version of Movable Type.
Requirements Before We Begin
Please make sure to confirm that your host/server meets the requirements before requesting an installation, as the fee is non-refundable once we begin.
You can view the system requirements and get helpful information on choosing a web host in the Introduction to Installation and Upgrade in the Users Manual....
continue reading ...
Six Apart ProNet Weblog, News, 21 KB, 985 words

Movable Type's often been praised for both the elegance of its user interface and the way the system's published pages look. But the current generation of default designs have gotten a little long in the tooth, and we wanted to make sure that designers who take the time to make templates and styles get the most value out of their effort. So, we've made some significant improvements to Movable Type 3.2's templates. Here's some highlights: • An attractive new default stylesheet that works easily with 1, 2, and 3-column layouts • Dozens of great new themes available for download for your blog, and the ability to customize these or create your own using professional tools like Adobe GoLive...
continue reading ...
MovableTweak, Tutorials, 30 KB, 1901 words

Movable Type is being used to store a list of classes, and we need to make those class titles available in a form field (class registration) as a dynamically linked list box. The user will be presented with two list boxes, the first with a list of categories, the second (which is disabled until a category is chosen) with a dynamically generated list of the titles in the selected category.
Ingredients
We're going to need two important things here. First, a handy DHTML script from Xin Yang called Chained Selects that's going to power our linked list boxes. The script that you'll be dropping into your directory is called chainedselects.js.
Second, a javascript file...
continue reading ...
Six Apart Knowledgebase, Manuals, 29 KB, 675 words

Question
How do I show all entries from the same month or category as the current entry on an Individual Archive?
Answer
If you want a list on the Individual pages which only shows entries in the same month or category as the entry, you will need to do this with a second Archive Template and a PHP (or SSI) include.
Create The New Template
Navigate to Templates and click the Archives tab1. Click Create New Archive Template.
Assign the template a name of your choosing (to distinguish it from your normal Monthly or Category Archive Template). In...
continue reading ...
Six Apart Knowledgebase, Manuals, 30 KB, 841 words

Question
When running the script, I get an error message that says Got an error: Bad ObjectDriver config: Connection error: [some error].
Answer
Too many connections
Your MySQL server is not permitting any more connections to your database; you'll need to contact your host for resolution of this error.
Can't connect to local MySQL server through socket '/path/to/socket'
• If your SQL database server is on localhost, but the socket is not in a standard location, you'll need to set the path using the DBSocket setting in mt-config.cgi1: DBSocket /path/to/mysql.sock...
continue reading ...
Brad Choate, Tutorials, 100 KB, 3747 words

Things you probably didn't realize you could do with MT-Textile 2: • Hyperlinks for Amazon, IMDB and Google searches. For example (search term can be placed after the last ‘:', or will default to the hyperlinked text): • "James Bond":imdb:Sean+Connery becomes James Bond • "Tangerine Dream":amazon becomes Tangerine Dream • "Movable Type":google becomes Movable Type • ["MT plugins by Brad Choate":google:movable type plugin choate] becomes MT plugins by Brad Choate • Float images to the left and right; center stuff too: • !>/images/me.jpg! (floats...
continue reading ...