Works with MT4
From MovableType
NOTE: This page is woefully out of date.
[edit]
Movable Type Plugin Directory
[edit]
New plugins designed for Movable Type 4 only
[edit]
Movable Type plugins that are compatible with the current beta version of MT4
- Feeds.App
- Ajax Rating
- MT-Akismet (Report)
- Better File Uploader (Better File Uploader 2.2 supports MT4 only. BFU 2.1.2 supports MT 3.3 and 3.2.)
- CustomFields (Public Beta Available)
- MTEmbedImage
- Entry Post (Entry Post 2.0 works with MT 3.2, MT 3.3 and now MT4)
- FeedManager
- Hot Date (Hot Date 1.1 supports MT4 only)
- KWiki Formatter
- Key Values plugin
- Macron v1.3
- NewEntryTemplate v1.3
- NoHarvester v1.2
- Notifier v4.0 (Notifier v4.0 supports MT4 only)
- Paged Archives
- Processtags
- Promote This
- MT Template Layouts Framework (Tests fine with MT4 Beta 7. Had issues for unknown reasons with MT Beta 6.)
- MT::Test (Had compatibility issues. See latest in Subversion repository. Also requires an upgrade of MT::Tool.)
- TinyTuring
- The Movable Type Extended Developers Kit (MT-XDK) (MT::Tool and MT::XPlugin have compatibility issues. See latest in Subversion repository.)
- AutoBan (Original compatibility unknown, reports of working and non-working results. New beta version, 1.2.4., should work in MT 3 and MT 4.)
- SpamLookup Extension (Applied MT3.3 to MT 4.0 code changes to my version, seems to work)
- CCode and TCode
- EntryCategoryLinks
- Compare Not required in MT4 but does work for legacy templates and upgrades from MT3.x
- IfCategoryOfArchive
- Fast Search
- MTCollate appears to be working with MT4
- SimpleComments
- TagSupplementals
- Collect
- CloudNine for tag clouds (is this deprecated?)
- FirstNWords better than the words="n" attribute for entries/pages. Allows appending of trailing text and more. --Gautam Patel 06:15, 18 December 2007 (PST)
[edit]
Movable Type plugins that are not yet compatible with the current beta version of MT4
- MT Blogroll 2.5 (Forum post)
- DateTags (upgrade available soon) (seems to work with MTOS 4.01. Needs testing on 4.1 --Gspatel 00:42, 15 December 2007 (PST))
- Enclosures (and all other plugins from Brandon Fuller) -- MT4 can automatically generate podcast feeds
- HP Blog Printing
- Icon-o-matic
- LinkEntryToFile
- MainMenuRecent - Not needed in MT4, but users might like Bookmarks
- Media Manager
- MTKeystrokes - Gives an error saying <MTKeystrokes> is unknown
- MTSimpleComments - works with static publishing, but fails with dynamic publishing with an error saying the relevant tags don't exist --Jason Levine 10:14, 8 August 2007 (PDT)
- NotifyWho?! - An update is on its way with not only MT 4 compatibility but also lots of new features
- Privacy
- RightFields - CustomFields does work with MT4 - 4.01 required for dynamic publishing
- SmartRebuild
- Tags.App (fix available soon)
- UpdateEntryDate
- WeblogsActionMenu - Not needed in MT4, but users might like Bookmarks
[edit]
Movable Type plugins whose status on the current beta version of MT4 is unknown
- Photo Gallery - this should work for the most part, but needs some UI upgrading
- Workflow
- MTAmazon - this should work as it is just template tags
- Note that I can't currently get this to work -- I get the plugin installed just fine, and I got my template modified to use the current tags (well enough that the MT4 template editor doesn't report any errors with the tags). Publishing my template also elicits no errors... but the area that should have MTAmazon content in it is just blank, nothing at all. Trying to look into it, but I can't figure out how to get error info or a log of what might be happening. --Jason Levine 10:42, 26 July 2007 (PDT)
- Statwatch
- RateIt
- mt-relatedentries
- mt-gizmos (Some tags are definitely rendered obsolete by MT4.)
- mt-keys
More plugins listed on The Plugin Survey should probably be on this list...
[edit]
Plugins included with MT4
Implied is the assumption that any prior version will not work and should be removed prior to upgrade.
- OpenID Comment
- NaughtyWordChars
- Markdown
- Textile
- Smartypants (built-in to MT4, at least in combination with Markdown. Bug submitted checking on whether also with Textile)
- MultiBlog
- WidgetManager
- StyleCatcher
- Rebuild Queue
[edit]
Plugins rendered obsolete by MT4
| Plugin | Upgrade Instructions |
|---|---|
| EnhancedEntryEditing | You will need to switch your entries to use the Rich Text formatter instead of WYSIWYG. If you use MySQL, an easy way to do this is to run the following SQL command through a utility such as PHPMyAdmin: update mt_entry set entry_convert_breaks = 'richtext' where entry_convert_breaks = 'tinymce';
|
| LivePreview | Just hit the Preview button! |
| Nofollow | Function fully incorporated into MT4 |
| SCode | |
| CatCalendar | |
| MTFlipFlop | All block (container) tags have an $odd or $even variable set for each iteration. So, you can simply test for them within the block/container like so: <mt:if name="__odd__">odd<mt:else>even</mt:if>. See Template Loop Meta Variables
|
| Compare | MTIf and MTUnless have been added to MT4.0. The functionality of the "inequality" template tags Compare provided (MTIfGreater, etc.) can be had by passing the gt, lt, ge, or le arguments to MTIf and MTUnless. Caveats: A) You cannot currently do multiple comparisons as you could with MTCompare, for example <MTIfEqual a="[MTFoo]" b="bar" b1="baz"> B) Compare's MTIfBetween, MTIfNotBetween, and MTIfBetweenExclusive tags are not supported as a single tag, but can be emulated by using two nested MTIf tags.
|
| AutoSave | No specific steps needed! |
| mt-varz | MTIf and MTUnless have been added to MT4.0. |
| Cuttings.App | |
| Catx/Supplemental Category Tags | Replaced by If, Unless, CategoryIf, CategoryNext, CategoryPrev built in to MT4.0. |
| dsbl_deny | Replaced by SpamLookup |