Search

Phrase

Display

 

Category

   

Order

 

Pagesize

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.
273 hits12345678910

21. MT-Protect Plugin

Learning Movable Type, News, 15 KB, 218 words

Arvind Satyatanarayan, author of Movalog and creator of MT-Blogroll, has released a new Movable Type plugin - MT-Protect - which allows you to protect individual weblog entries via password or via a Typekey identity. This plugin may prove especially useful for those wanting to charge for access, or to restrict access in some way, to specific parts of their blog.

Arvind has also initiated a Drop-Cash campaign to help support his efforts as a developer for this plugin. Even if you don't plan to use the Protect plugin, I encourage you to make a donation, now! Arvind has spent several hundreds of hours providing useful tips, hacks, and plugins for the Movable Type community. I believe...

continue reading ...

22. Sanitize Plugin

Brad Choate, Plugins, 119 KB, 4682 words

This plugin has been deprecated. The Santize plugin was incorporated (and extended) into Movable Type 2.6. For more information about this and how you would go about uninstalling this plugin, please read this article.

Sanitize is a Movable Type plugin that allows you to clean HTML and other markup that might exist in an comment entry. Read on for more information about how it works and what it's for. If you're using Movable Type and allow HTML comments on your site, you really need to read this...

...

continue reading ...

23. Plugin: Smilies

Eat Drink Sleep MT, Plugins, 17 KB, 397 words

Do you like seeing those little smiley emoticons in other people's blog? Then this is the plugin for you!

This plugin will add 13 smiley faces to your Movable Type edit entry screen. With a click, you can add any of the emoticons to your entry's body and extended entry fields, as in the screenshot at the left.

Installation

Smilies requires the BigPAPI plugin, which is included in the distribution. Smilies has been tested on version 3.2 of Movable Type only, but should work with MT 3.16 and higher - I'd appreciate hearing if anybody is successful with other versions. • Download Smilies.zip and extract. (A donation will support continued development...

continue reading ...

24. PerlScript Plugin

Brad Choate, Plugins, 141 KB, 5891 words

<MTPerlScript> is tag for Movable Type templates. If you know how to write Perl code, this custom tag gives you remarkable flexibility in producing pages from Movable Type. You can literally do any kind of manipulation you can think of using your Movable Type data.

This tag was written with a 'trust-the-programmer' mentality (or in this case, the template writer). There aren't any restrictions...

continue reading ...

25. BigPAPI

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 interface—the 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 API—hence the name BigPAPI.

Unless you're a developer, that's probably all you need to know. The best way to...

continue reading ...

26. Uninstalling the Sanitize plugin

Brad Choate, Tutorials, 43 KB, 713 words

Movable Type 2.6 incorporated my Sanitize plugin. So if you've upgraded to MT 2.6, you no longer need the plugin files. So here's what you would do to remove them.

Again, these steps are only necessary if 1) you installed the Sanitize plugin on your pre-MT 2.6 blog; 2) you've since upgraded to Movable Type 2.6 or later. • Locate the ‘sanitize.pl' in your Movable Type plugins directory. Delete that file. • Locate the ‘sanitize.pm' file in your extlib/bradchoate directory. Delete that file.

Now, you may be wondering what to do about the sanitize="..."

attributes you have...

continue reading ...

27. Pre-installed plugins Archives

Six Apart User Manual, Manuals, 18 KB, 281 words

In order to provide extra functionality to Movable Type users not tied to normal release cycles and to provide solid examples for developers of use of the Plugin API and best Movable Type prorgamming practices, we will from time to time bundle plugins with Movable Type.

With Movable Type 3.2, there are three included plugins which we will detail in their own sections. • NofollowSpamLookupTemplate Backup/Refresh

Like the Movable Type application, these plugins are supported by Six Apart. If you experience any problems using these plugins and you are a paid licensee, you can submit a help ticket with our Technical Support staff....

continue reading ...

28. Compare

Staggernation, Plugins, 12 KB, 1043 words

This Movable Type plugin implements a set of template tags for displaying a portion of a template conditionally, depending on the results of a comparison between values. The values compared can be literal strings or numbers, or they can be pieces of MT template code that the plugin will build and evaluate, using the result in the comparison.

MT users have developed a number of techniques in PHP and JavaScript to implement various useful conditional-display features on MT-based sites. The tags in the Compare plugin should let you accomplish many of these same tasks within your MT templates, without using PHP or JavaScript tricks. For example: • Display different text in the Comments link for...

continue reading ...

29. Warn/Die Plugin

Brad Choate, Plugins, 39 KB, 415 words

The "Warn/Die" plugin lets you control the Movable Type build process. The 'MTWarn' tag lets you output messages from your templates during the build process. These messages might be used for debugging purposes or might just be informational. The 'MTDie' tag lets you halt the build process.

Availability

You can download this plugin from here: mtwarndie-1_0.zip

Examples

<MTWarn>Building...

continue reading ...

30. Regex Plugin

Brad Choate, Plugins, 156 KB, 5988 words

This plugin allows you to define search and replace parameters for elements you produce from Movable Type templates. Keep reading for the details.

More details forthcoming-- for now I'm just providing the download link. The readme.txt in the zip file has all the relevant information.

Availability

You can download this plugin here: mtregex-1_61.zip

...

continue reading ...

31. Movabletype Plugin Updates

Murky, Tutorials, 25 KB, 406 words

Some useful Movabletype plugins have been updated, StyleCatcher, which shipped with MT3.2 has been updated. Note that you can edit the MT templates, I have, but be careful not to change the functionality of the default classes or stylecatcher will not work for you. I changed all my templates to point at a second stylesheet, which gives my own "tweaks". This lets me change the background style with impunity... why is it that most of the styles in the MT style library are fixed width? For that matter, why is MT itself fixed width?

As regular visitors may notice, I've been playing with stylecatcher for a little bit, some things change, and some things stay the...

continue reading ...

32. Six Apart - Movable Type News - MT Plugin Directory

Six Apart News, News, 12 KB, 87 words

The ultimate Movable Type plugin resource, the MT Plugin Directory has launched. Kristine Beeson (our support board's Kadyellebee) put a great deal of work into this project and, as a result, has created a extensive directory of plugins sorted by a variety of categories. The MT Plugin Directory will also be home to David Raynes' MT Plugin Manager. Thanks to all the plugin developers who made this possible.

Previous Entry: Version 2.6

Next Entry: Version 2.6 Released

...

continue reading ...

33. Workflow Plugin Contest

David Raynes, Plugins, 10 KB, 195 words

As a way to both promote the extensibility of Workflow and just to see what the Movable Type development community can come up with, I am going to run a plugin contest for Workflow plugins.

The details are still being ironed out, but the folks at Six Apart have already generously promised to provide some of their new t-shirts as prizes. I will probably toss in some iTunes gift certificates as well.

More details as I work things out.

continue reading ...

34. Movable Type 3.16 released

Six Apart ProNet Weblog, News, 22 KB, 1240 words

We've just launched Movable Type 3.16, which we previewed to Professional Network members on the email list and members-only blog last week. We've heard a lot of good feedback from you about Movable Type since the launch of the Professional Network a few months ago, and this release addresses many of your requests.

The focus for Movable Type 3.16 is on code quality and cleaning up little issues and bugs that have crept into the code base, either in the past year or, in some cases, since Movable Type was first released.

To get started, you can get Movable Type now, or log in to your account to upgrade. Or, read on to find out more details.

A solid, high-quality platform

First, above all you've told...

continue reading ...

35. I've Installed (Some Of) The Movable Type 3.11 Plugin Pack

Eat Drink Sleep MT, News, 17 KB, 453 words

Having recently installed Movable Type 3.11, I decided to have a look at the newly-available Plugin Pack for Movable Type. One plugin - MT-Blacklist - is very worth while; others are interesting but not particularly useful for me, and others don't even interest me.

I installed MT-Blacklist because this past week we've been getting assaulted by comment spam. Over the past year we've gotten one or two comment spams per week, but this past week we've gotten over 60! This plugin looks at every comment (and trackback) left on this site. If it's spam, it's never posted; if it's questionable it's put in a "moderation"...

continue reading ...

As we mentioned in our original post on Text Formatting, we hoped that Text Formatting plugins would make it easier for non-technical users to author and format weblog content. We released 2.6 just last week, and already plugin developers have implemented some exciting new Text Formatting options: • Timothy Appnel released a beta of his TikiText text formatting. • Brad Choate released version 1.1 of his Textile plugin. • Gregor Purdy released a POD text formatting text formatting plugin. • And, since we forgot to mention it previously, Adam Kalsey released MovableJive, a "port of some classic text filters".

Previous Entry:...

continue reading ...

37. SQL Plugin

Brad Choate, Plugins, 170 KB, 8520 words

Now that Movable Type supports a real database with the MySQL support in version 2.2, it's time for some new tags that can let you select entries, comments and categories using any criteria you'd like. Click the 'more' link for full docs and download link.

Availability

You can download this plugin here: mtsql-1_52.zip

Installation

To install, place the 'sql.pl' file in your Movable Type 'plugins'...

continue reading ...

38. BigTemplateWindow

alogblog, Plugins, 20 KB, 1292 words

I'm happy I could provide this plugin to the MT community.

This plugin, BigTemplateWindow, is for a really big template editing window. The size of template editing box is only limited by that of your monitor. :) First I developed this just for a big template box. In the process of doing it, several useful features was added. I hope almost all MT users could be a little happy by using this.

Requirement

IE or Firefox/Mozilla.

The use of TAB key and other features was developed and tested only on IE and Firefox/Mozilla browsers. Adaptation into Opera and other browsers are...

continue reading ...

39. Announcing the FeedBurner plugin for Movable Type

David Raynes, Plugins, 9 KB, 111 words

I am currently working on a new and exciting plugin for Movable Type. A plugin that will integrate the creation, modification, deletion, and statistics of FeedBurner feeds. I will be pushing out development releases for those brave souls who enjoy playing with software that has not even reached beta testing yet.

This will be quite a lot of fun.

continue reading ...

40. Blendy - Blog Entry Distributor

alogblog, Plugins, 19 KB, 1170 words

I would categorize a BLOG content into mainly two groups. One for Broadcasting my opinion, which can be one about a social, political, technical, or entertainmental stuffs, to the world. I want as many people as possible to listen my voice. And the other is wholly for LOGging my personal affairs. I don't care who would see it or not.

Then, what means do I have in order to broadcate my post? How can I provide more opportunity for the world to take something from my posts? It can be possible by using meta blog sites, various syndication feeds, trackback pings or so. Are you satisfied?

...

continue reading ...

Comments

You want to post some comment? Please use the announcement post on the Movable Type Weblog.

If you want to give some feedback concerning a specific query, please use the feedback button that is shown after a search has completed.

mgs | September 27th 2005