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.
Six Apart User Manual, Manuals, 35 KB, 2142 words

2.5 (2002.10.08)
• Localization: the MT interface can be available in multiple languages, on a per-author setting. • Integrated Jay Allen's mt-search (Thanks, Jay!). We've made the following changes from version 1.31b: • Rewrote ``new comments search'' to make it more scalable (using recently_commented_on functionality) • Added a search log through the Activity Log. • Added search request throttling, to help against denial of service attacks. • Merged mt-search.cfg directives into mt.cfg....
continue reading ...
PubHacks, Tutorials, 7 KB, 517 words

How to install MT where I live. Your mileage may vary.
1. Download it.
2. Unzip it, using Classic Mode in WinZip. It will extract to a subfolder called MT-2.63. The directory structure inside there is just how it needs to be.
3. Edit the mt.cfg file, using a text editor:
a. Change the line that reads
CGIPath http://WWW.YOUR-SITE.COM/PATH/TO/MT/
to read
CGIPath http://www.yourdomain.com/cgi-bin/mt/
making sure to change "yourdomain" to actually read YOUR domain name. Duh. And don't forget the last "/".
b. Change the line that reads DataSource ./db to read DataSource /the/absol/utepath/to/yourdomain.com/cgi-bin/mt/db
You'll have to get the absolute path to your domain...
continue reading ...
alogblog, Plugins, 23 KB, 1373 words

QuickImagePost is a blogging tool like a QuickPost. But it is especially for an entry to embed image. During surfing Internet, you may find an image with which you want to post an entry. How many images do you see in Internet a day? Do you happen to want to log some impressive images in your blog? You can use default QuickPost of course.
But not just one-click. You have to find image URL AND copy-and-paste it to entry body AND add IMG tag AND if you have a block to quote, again you have to copy-and-paste it. These are routine process.
QuickImagePost makes again just one-click publishing even for an imaget. You right-click on an image(before it, you can drag...
continue reading ...
Learning Movable Type, Tutorials, 17 KB, 604 words

Adding a background pattern to your weblog is pretty straightforward in Movable Type, requiring the change of only one line in your stylesheet.
1. Pick a pattern. You can make your own pattern using a tool like Photoshop, or you can pick a pattern from one of the many sites that offer patterns for free (for non-commercial use).
Patterns from Kaliber 10000.
Patterns from Squid Fingers
2. Make a tile.
Patterns are based on tiles, small files of the design that, once repeated, create a full pattern. Once you find a pattern you like, you need to save the gif or jpeg file of the tile upon which the pattern is based. One way to do that is to view the source of the HTML of the...
continue reading ...
Six Apart User Manual, Manuals, 191 KB, 7959 words

This section of the appendix details all configuration directives that can be defined in mt-config.cgi. Through use of these directives, you can control numerous aspects of the system.
Except for those which define things specific to your system (e.g. CGIPath and your database settings), all of them have defaults set by Movable Type. This means that not every directive will appear in mt-config.cgi. If you wish to override the default for a setting which does not appear in the file, simply add it and the desired value to your mt-config.cgi.
...
continue reading ...
Six Apart User Manual, Manuals, 110 KB, 11268 words

Movable Type is the premier weblog publishing platform for businesses, organizations, developers, and web designers. Powerful customization gives you control over everything you publish and the elegant interface keeps things simple and clear.
Features
• Unlimited Blogging
Movable Type offers the ability to publish an unlimited number of blogs quickly and easily through a single installation of the application. And the platform supports posting by as many authors as you need, with no limit on the numbers of entries, comments, or TrackBacks the system supports. • Powerful management...
continue reading ...
Six Apart User Manual, Manuals, 29 KB, 1392 words

2.0b1 (2002.02.18)
• Lots of changes to the UI: leftnav, topnav, edit-entry screen, new-entry screen, etc. • Blog Editing Menu has now changed greatly to provide space for a welcome message (editable in blog config), blog stats, and links to 5 most recent posts and comments. • Added the ability to do NFS-safe database locking using .lock files and link(). This is not something most people should worry about; if it affects you, it's likely that you will know it. :) Thanks to Kelsey Cummings for ideas and code. • Hold and Release are now Draft and Publish...
continue reading ...
Six Apart User Manual, Manuals, 21 KB, 311 words

TempDir
When processing uploaded files, if Movable Type notices that the file you uploaded already exists, it will allow you to overwrite the original file by first asking for your confirmation. To do this, MT needs to write the uploaded data to a temporary file. That temporary file is stored in the directory specified by the TempDir setting.
Default value: /tmp
Example: TempDir /tmp/
Permalink...
continue reading ...
Staggernation, Plugins, 45 KB, 4783 words

This Movable Type plugin implements a set of template tags for collecting information from specified HTML tags in your entries, and collating and displaying that information. This lets you enhance your MT-based pages in a variety of ways. For example, you could: • Display footnotes for the links or images that appear within each entry. The StripTags plugin could also do this; since this plugin can do everything StripTags can do and much more, StripTags is superseded by Collect and will no longer be updated. See the Usage Examples section, below, for some examples of how to duplicate the functionality of StripTags with Collect. • Generate a "Recent Links" listing to display in your sidebar. • Create "by citation" or "by quotation" archives, similar to the ones Mark Pilgrim has on...
continue reading ...
Staggernation, Plugins, 17 KB, 2004 words

Movable Type provides a powerful API that allows developers to extend its functionality. Plugins can add tags to MT's templating system, or create full-fledged applications that interact with the MT database.
One missing piece of the API, however, has been the ability for plugins to modify MT's own interfacethe screens you see when using Movable Type to manage your content.
BigPAPI is intended to fill this gap. It provides hooks so that other plugins can access and alter any page of the MT interface before it's displayed to the user. In effect, it enlarges the Plugin APIhence the name BigPAPI.
Unless you're a developer, that's probably all you need to know. The best way to...
continue reading ...
Six Apart User Manual, Manuals, 18 KB, 616 words

From this screen, you may define what users can do throughout the parts of the system you control. All options will be defined below although their presence in the user interface depends on your own author permissions.
General Permissions
• System Administrator - Enables a user to access any part of the Movable Type system and perform any action, typically through the System Overview section of the application. In addition, this permission is required for any user who wishes to perform a system upgrade. • User can create weblogs - Allows a user to create new weblogs in the system. The user creating the...
continue reading ...
Learning Movable Type, Tutorials, 19 KB, 924 words

If you are creating a group weblog with multiple authors, you might want to customize the look of the Movable Type editing windows with the group's logo. MT3.1 makes this really easy to do. The styles.css file and the images folder that are in the folder you chose for your static files on your server are where you can find the files you will need to adjust.
Changing the logo
The default upper left-hand logo of the editing window looks like this in MT3.x:
The file name is topnav-logo.gif and it can be found in the images folder in your static files folder. You can use an image editing program like Photoshop to swap out the Movable Type logo for that of the group's. Save the image...
continue reading ...
Learning Movable Type, Tutorials, 21 KB, 1174 words

A great way to easily customize the look of your Movable Type weblog is to replace the default title banner with a banner image. There are two basic methods for adding a banner image - adjusting the CSS or adjusting the index and archive templates.
Before making template adjustments, you first need to prepare your banner image. You might choose to use an image that will take up the entire banner space, or you might want more of a logo-like image that would only take up a part of the banner space, with a solid color making up the difference. Photographic images that extend to the edges of your weblog's container work best for banners in "fixed width" styles, such as in the default...
continue reading ...
Learning Movable Type, Tutorials, 46 KB, 3451 words

This tutorial is written by LMT guest author Mike Everett-Lane of Ishbadiddle.
A Subject Index can give context to your posts and makes it easier for your readers to browse what you've written on specific topics. Unlike Categories, which are limited, top-down, and hierarchical, Subject tags are open-ended and limitless. While your blog's Category system is like the Table of Contents of a book, a Subject Index is like the book's Index, one that is constantly updated.
First, you might want to read my blog post on how the use of Subject Indexes can improve the organization of your blog. You can see it in action there as well as here on LMT. For instance, here's the index of all my subjects, and the index of all my posts on the subject of...
continue reading ...
Six Apart Knowledgebase, Manuals, 27 KB, 546 words

Question
I'm unable to publish my weblog index to the root folder of my site due to host restrictions, so I have it publishing to a subfolder. But I still want it to be the first page visitors see when they browse to my domain name.
Answer
If your account is hosted on an Apache server, see if your host permits you to use .htaccess files.
An .htaccess file is a hidden system file in your server directories. You may or may not have one by default, depending on your host. The file can be created in any text editor and uploaded to the directory you...
continue reading ...
Movalog, Tutorials, 35 KB, 2169 words

UPDATE: If you have any feature request I'm all ears. Gearing up for the release I want to see if there are any feature requests I can implement, I think I've fixed all the bugs that were reported so expect a release in the next few weeks.
I had released this to ProNet a few days ago but have not gotten much feedback. That can be either that people are waiting for the point release and don't want to install a beta or that there aren't many bugs in this beta. Either way I want to open up testing for MT Blogroll 2.0 (I'm still thinking about that version number). I'm going to copy my post to ProNet here to save me some time.
I've re-written Blogroll to use its own tables in the DB so...
continue reading ...
Movalog, Tutorials, 36 KB, 1821 words

This hack is deprecated in favour of the MT Protect plugin. Please use the plugin instead of this hack!
One of the biggest wants with MT is to password protect individual entries. There are several hacks and bits of code that allow you to password protect entries but many of them are long winded and many involve separate categories. I wanted a simple way to selectively password protect entries no matter what the category, what blog etc.
So I created a new field on the entry screen (click screenshot for a larger view) that would contain the password. For this to work you will need to be using MT 3.1x, mySQL and PHP. To see this in action see the front page on my blog, enter the password "password" and you will be granted access for 10 days....
continue reading ...
A List Apart, Tutorials, 16 KB, 1641 words

We all have our daemons. They lurk behind the scenes, driving us, seducing us. Their powers can be quite magical.
In the Unix operating system, for instance, the many background tasks that occur behind the scenes are controlled by processes called daemons. Following the Unix tradition of keeping the names of things short, a "d" is appended to the end of the name of the task that the daemon controls. Thus the daemon that controls the hypertext transport protocol (http) on Unix based web servers is called httpd. Similarly, ftpd controls TCP/IP file transfer.
As designers, I often think that we have a design daemon (designd) controlling our creative impulses. When my...
continue reading ...
Six Apart User Manual, Manuals, 22 KB, 469 words

Creating thumbnails
If you uploaded an image, and if your server has the Image::Magick Perl module installed, you have the additional option of creating a thumbnail of the image that you uploaded. To create a thumbnail, check the "Create a thumbnail for this image" option, then adjust the Width and Height boxes to scale the image to the size or percentage that you want. You can scale either by pixel size (Pixels in the pull-down menu), or by percentage (Percent in the pull-down menu).
In addition, you can scale width and height either in proportion to their original sizes, or out...
continue reading ...