Organization Plugins
This plugin enables you to make a simple workflow. You can set an acknowledger's email address to the plugin. After that, when a blog writer make an entry and save it as a status of "Unpublished(Review)", a request email for...
The Super Page plugin for Movable Type was created in support of Movable Type's documentation effort. The basic need was this: convert a single, massive page into a set of paginated, easy to navigate pages broken up by chapter/section. This...
MT-Cumulus is a Flash-based tag cloud for Movable Type. It is written as a plugin for MT 4.x and is a direct port of Roy Tanck's popular Wordpress plugin. MT-Cumulus displays tags on a rotating sphere. A users mouse controls...
AutoLink provides users with a way of creating a list of "hot words." Whenever these words appear in a post, they are automatically linked to a designated URL. For example, if you were to frequently write about Movable Type, and...
This plugin assists with migration from Arvind Satyanarayan's CustomFields to the version of CustomFields in the Commercial versions of Movable Type. Step-by-step guide can be found in the README file in this plugin....
This is a plugin for Movable Type 4.0 and up. This plugin is to ban certain OpenID by setting up the list of ID providers. Example of usage may be that you don't want anonymous OpenID user to comment to...
DuplicateEntries plugin allows you to duplicate your entries, pages, and templates by using "actions" menu in The Manage Entries Screen....
Provides a "Link" field for entries, letting you easily create a link blog in MT4....
Add Category is a simple MT Plugin that enables you to select multiple entries and add them to one or more categories at the same time. This can be a timesaver if you want to add a bunch of entries...
Better File Uploader is a plugin that replaces and improves upon the Movable Type file upload tool. Multiple file uploading and 1-click uploading put a focus on speed and efficiency Resize on Upload keeps all images sized appropriately Watermarking ensures...
This plugin allows users to generate a weighted category cloud.
Icon-o-matic is a plugin for Movable Type that allows you to easily insert any image into an entry, and any commenter to insert an image into their comment. To restate: Icon-o-matic allows you to easily re-use any image with one...
This plugin allows you to import and display your del.icio.us tags into your MT blogs....
EntryCategoryEntries plugin allows you to list entries included in the primary category of the current entry. This plugin can be used only in the entry context, which means the inside of the MTEntries container or the individual entry archives....
TagSupplementals Plugin provides useful and supplemental "tagging" features, such as mt:RelatedEntries, mt:RelatedTags, mt:ArchiveTags, mt:TagLastUpdated, and so on. In particular, mt:RelatedEntries allows you to present recommended entries to viewers and make the bounce rate on your site lower, probably ;-)...
Tagwire Plugin provides an easier way to handling "tags" in Movable Type 3.1x and 3.2....
Fast Search is a PHP plugin that uses Movable Type's dynamic PHP-based publishing system to display search results. For many sites - especially ones with a large number of entries - Fast Search can provide faster searching with lower CPU...
Now Movable Type 3.3 supported tagging features natively. But, existing XMLRPC/AtomPP-based blogging tools such as ecto and MarsEdit cannot employ tagging, because they don't recognize how to add tags to entries via XMLRPC or AtomPP at this moment. To make...
This plug-in is used to the output location information (WGS84 lat/long) stored in the keywords field of each entry in many different formats.
Takes a post's keywords and converts them into del.icio.us tags.
KeywordExtractor can provide bloggers with relevant keywords based on post content by submitting it to the Yahoo Keyword Extractor API during the post_save process.
Tags.App is a plugin for enabling advanced search and display of tags in Movable Type. A tag is a keyword or term used to classify an item and make it discoverable in multiple ways. Tags.App builds upon the tagging engine...
mt-tagslite is a plugin for the extraction and display of folksonomy tags found in weblog and syndication entries. These tags can be automatically linked to the tags corresponding URL on del.icio.us, Flickr or Technorati. This plugin was originally developed for...
CatEntries displays entries including or excluding categories you specify. In addition to allowing you to exclude categories, CatEntries correctly displays N entries when given a lastn="N" attribute....
CustomFields, the aptly named plugin, brings custom fields to Movable Type's entries, authors and categories offering the ability to create text fields, multi-line textareas, drop down menus, radio buttons, url and date/time fields (complete with a pop up calendar). These...
This plugin changes the category drop-menu on the entry editing screen, highlighting subcategories. Furthermore, if you tab to or click on the menu, you can type the first few letters of any category and select it automatically, which was the...
This plugin for Movable Type (version 3.16 to 3.2) lets you use the Keywords field to enter tags to describe your entries. Tags are automatically published as category archives and new tags automatically create the appropriate category when the entry...
ParentCategoryRebuild will rebuild the category archives for any parent categories for the categories in which the entry just saved belongs....
A Movable Type plugin that will take an entry's Keywords field and turn them into Technorati tags. <$MTTechnoratiTags class="someclass"$>...
MTKeywords is a Movable Type plugin that compiles a list of fairly relevant keywords from the aggregate of the body of an entry, its title, and its comments. <$MTKeywords$>...
Allows you to create a category context in your templates for a specified category. <MTCategory name="MT Plugins"> <MTCategoryDescription> </MTCategory>...
An advanced Movable Type entry search engine powered by Plucene and the (original) MT-XSearch framework. This is our award winning entry in the Six Apart Plugin Developer's Contest in 2004. Plucene development has essentially stopped. This plugin is now deprecated...
Displays the total number of comments made in a Category. <MTCategories> <MTCategoryCommentCount> </MTCategories>...
Adds hierarchical options for categories to your site. Subcategories support has been built into Movable Type since version 3.1 and as a result this plugin is no longer needed <MTSubCategories> <MTSubCatIsFirst><ul></MTSubCatIsFirst> <li> <MTCategoryLabel> <MTSubCatsRecurse> </li> <MTSubCatIsLast></ul></MTSubCatIsLast> </MTSubCategories>...
Adds two container tags that they give you the previous and next entries that are in the same category as the primary category of the current entry. <MTEntryPreviousInCategory> <a href="<$MTEntryPermalink$>">« <$MTEntryTitle$></a> | </MTEntryPreviousInCategory> <a href="<$MTEntryPermalink archive_type="Category"$>"><$MTEntryCategory$></a> <MTEntryNextInCategory> | <a href="<$MTEntryPermalink$>"><$MTEntryTitle$>...
A plugin to assist in the display and organization of a faceted category scheme in Movable Type. <MTArchiveCategory faceted="1" /> <ul><MTCategories> <MTCategoryIfFaceted facet="Time"> <li><MTCategoryLabel faceted="1"></li> </MTCategoryIfFaceted> </MTCategories> </ul>...
This plugin can be used in a Category Archive template to give you access to the archive's category tags. <MTCategoryOfArchive><MTCategoryID></MTCategoryOfArchive>...
Sets a header/footer text depending on the category. <MTCategorySetHeader category="DEFAULT"> <MTEntries lastn="5">Entry Title: <$MTEntryTitle$></MTEntries> </MTCategorySetHeader>...
Creates a new tag called MTEntriesExCat. When used in place of MTEntries, this tag excludes all posts from the categories specified in the "categories" attribute. <MTEntriesExCat category="Didacts AND Narpets"> ... </MTEntriesExCat>...
finds related entries based on the keywords entered into the Entry Keywords section of the post. Keyword note: this plugin assumes all keywords are stored as single "words" seperated by whitespace (e.q. 'plugins', 'computers', and 'movable_type' are keywords it sees,...
Associates categories with icons. <h3 class="title"><MTEntryTitle><MTTopicIcon></h3>...
For easy addition of next/prev in Category Archives. 1.3 Adds MTIfCategory and MTIfPrimaryCategory tags. 1.4 adds MTEntryAdditionalCategories, which lists all additional (not primary) categories. 1.5 adds NOT options. <MTCategoryNext><$MTArchiveTitle$></MTCategoryNext>...
Lets you store key-values in various Movable Type fields - its been compared to adding new fields into MT's entry screen. partial data in the Keywords field: author=Brad Choate local=http://love-productions.com/mt/docs/plugins/keyvalues.php code to generate: <ul><MTKeyValues source="[MTEntryKeywords]"> <li>Author: <MTKeyValue key="author"><br /> <li>Description:...
Allows for easy filtering of category listings to include or exclude certain categories. Not for MTEntries containers. <MTCategories show_empty="1"> <MTFilterCategories exclude="Arts and Leisure|Entertainment"> <a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a><br> <$MTCategoryDescription$><br> </MTFilterCategories> </MTCategories>...
Gives option for pinging a category trackback URL on a Category Archive like the Individual Entry Archive does with entry trackback URLs. <$MTCategoryTrackbackData$>...
EasyWorkflow
by Nick(smallworld)
This plugin enables you to make a simple workflow. You can set an acknowledger's email address to the plugin. After that, when a blog writer make an entry and save it as a status of "Unpublished(Review)", a request email for...