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

121. TrackBack Archives

Six Apart User Manual, Manuals, 34 KB, 576 words

Conditional tag that displays its contents if TrackBack pings are enabled for the entry in context.

Back to top | Permalink | Comments (0)

MTIfPingsActive

Conditional tag that displays...

continue reading ...

122. TypeKey Archives

Six Apart User Manual, Manuals, 28 KB, 416 words

A conditional tag that displays its contents if the email addresses of all registered users are required by the weblog.

Back to top | Permalink | Comments (0)

MTIfRegistrationAllowed

...

continue reading ...

123. Calendar Archives

Six Apart User Manual, Manuals, 29 KB, 540 words

A container tag representing a calendar month that lists a single calendar "cell" in the calendar display.

Attributes: • month - An optional attribute that specifies the calendar month and year the tagset is to generate. The value must be in YYYYMM format.

The month attribute also recognizes two special values. Given a value of "last," the calendar will be generated for the previous month from the current date. Using a value of "this" will generate a calendar for the current month.

The default behavior is to generate a monthly calendar based on the archive in context. When used in the context of an...

continue reading ...

124. Working with Category Tags

Six Apart User Manual, Manuals, 25 KB, 740 words

Working with Category Tags

Problems

You need to display category data in your published pages.

Solutions

Use the template tags prefixed with MTCategory.

Discussion

Category tags can be used to display a list of categories and their information in both hierarchical and non-hierarchical forms. These tags can be used in MTArchiveList archive_type="category", MTEntryCategories, MTCategories or MTSubCategories tag contexts. Category tags may also be used anywhere in a Category Archive template.

The basic tags when working with non-hierarchical data are as follows. (For an...

continue reading ...

125. Displaying a Calendar Layout

Six Apart User Manual, Manuals, 26 KB, 854 words

Displaying a Calendar Layout

Problem

You want to create a calendar layout in your template.

Solution

Use the template tags prefixed with MTCalendar.

Discussion

Movable Type includes a collection of template tags prefixed with MTCalendar; these can be used for creating calendar layouts that serve either navigational or display purposes. MTCalendar tags are sufficiently generic to create calendars in many different formats; however, HTML tables are the most common, • MTCalendar

MTCalendar is a container tag representing a calendar month that lists a single calendar "cell" in...

continue reading ...

126. Global Filters Archives

Six Apart User Manual, Manuals, 20 KB, 875 words

The following is a list of global filters that can be applied to any tag. See global_filter for how these filters can be applied. • decode_html

With a value of "1" decodes all HTML entities in the tag value. • decode_xml

With a value of "1" decodes all XML entities in the tag value. • dirify

With a value of "1" encodes the tag value into a string suitable for usage in a file or directory name. "Dirification" is a multi-step process. First the value is converted to lower case. Any HTML tags and entities are stripped. Characters that are not alphanumeric, the underscore (_) or whitespace characters...

continue reading ...

127. Creating a Search Form

Six Apart User Manual, Manuals, 26 KB, 786 words

Creating a Search Form

Problem

Your system is configured to enable search. Now you want to make it available to readers of your weblog.

Solution

Add an HTML form to your template that submits a "search" field to the Movable Type Search script.

Discussion

Like any CGI application, we insert an HTML form into a layout to make those services accessible to readers. Here is a basic form that may be used: <form method="get" action="<$MTCGIPath$><$MTSearchScript$>"> <label for="search" accesskey="4">Search this...

continue reading ...

128. Getting Help Archives

Six Apart User Manual, Manuals, 24 KB, 827 words

Six Apart has a variety of support options and self-service resources for you to choose from. This chapter provides pointers to those options so that you can get help when you need it. An overview of Movable Type support options can be found online at http://www.sixapart.com/movabletype/support.

Users who have purchased a paid license for Movable Type 3.0 or above get access to Basic and Advanced personal support options.

Basic Support includes access to our Members-Only Knowledge Base and use of an online help ticket system to request assistance with Movable Types features. To access the Basic Support...

continue reading ...

129. Can I Control The Names Of My Files?

Six Apart Knowledgebase, Manuals, 28 KB, 691 words

Question

I don't like the default filenames Movable Type assigns to my files. Can these be changed?

Answer

Yes, you can control these filenames.

Index Templates

For Index Templates, you can change the Output File name on the Edit Template screen.

Archive Templates

For Archive Templates, you can use Archive File Templates (on the Settings > Publishing screen, under Archive Mapping1).

This feature lets you customize the names/paths of your archive files, using standard Movable Type tags. This allows you to impose a directory structure and...

continue reading ...

130. Commenter Archives

Six Apart User Manual, Manuals, 19 KB, 241 words

The name of the commenter.

Back to top | Permalink | Comments (0)

MTCommenterNameThunk

Populates the comenter_name Javascript variable.

...

continue reading ...

131. Blog settings - entry defaults Archives

Six Apart User Manual, Manuals, 26 KB, 664 words

This setting determined the default setting for the Text formatting option for new entries. It can be overridden on a per-entry basis on the entry editing screen.

Back to top | Permalink | Comments (0)

Blog update pings

...

continue reading ...

132. Author permissions Archives

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

133. Editing a Template

Six Apart User Manual, Manuals, 25 KB, 815 words

Editing a Template

Problem

You want to create or edit a template for your weblog.

Solution

Use the template management screen.

Discussion

Movable Type automatically installs a number of default templates when a weblog is created. These templates are fine for getting started quickly; however most users will want to customize the templates to suit their own tastes and needs.

In order to edit a template, click the Templates button in the Weblog Toolbar to get to the Templates Listing Screen. The screen is divided up using tabs, one for each template type. Find the template and...

continue reading ...

134. Running Movable Type With mod_perl

Six Apart User Manual, Manuals, 25 KB, 732 words

Running Movable Type With mod_perl

Problem

You want to improve the performance of Movable Type by eliminating the overhead of CGI.

Solution

Run Movable Type under mod_perl 1.x.

Discussion

mod_perl embeds a Perl interpreter into the Apache server, so that dynamic content produced by Perl scripts can be served in response to incoming requests, without the significant overhead of re-launching the Perl interpreter for each request.

Movable Type can run under mod_perl 1.x in either Registry mode or as a set of full-fledged handlers. Note that in order to run under mod_perl, you must...

continue reading ...

135. Creating a Comment Submission Form

Six Apart User Manual, Manuals, 26 KB, 851 words

Creating a Comment Submission Form

Problem

You want to create a form that accepts comment submissions.

Solution

Create an HTML form that submits its input to the Movable Type comment script or instead use the MTCommentFields tag.

Discussion

"Displaying Comments" discusses how to lay out comments. If there isn't a way for readers to make comments, then there won't be any to display. Here is a simple, example form layout that could be used in an individual entry archive template. <form method="post"...

continue reading ...

136. Editing a Template using an External Editor

Six Apart User Manual, Manuals, 23 KB, 725 words

Editing a Template using an External Editor

Problem

You would rather use a text or web page editor to edit a template.

Solution

Link an external file to your template and edit the file.

Discussion

Some users will find it easier to edit the template layouts in a text editor like BBEdit or a web page editor like Adobe Go Live instead of the Movable Type browser interface. You can optionally link a Movable Type template to an external file. This allows you to edit your templates while keeping the copy that is inside Movable Type synchronized with the external file.

In the field labeled "Link...

continue reading ...

137. Default category for entries

Six Apart User Manual, Manuals, 21 KB, 390 words

Default category for entries

If you would like to choose a default category for all of the entries that you import, you can do so here. This might be useful if you already have a batch of entries in your Movable Type weblog, for example, and you wish to mark the newly-imported entries as Uncategorized.

If you do not choose a default category, the entries will not be assigned to a particular category (unless the entries you are importing use the PRIMARY CATEGORY or CATEGORY keys to specify their category).

If you choose a default category, and one or more entries use the PRIMARY...

continue reading ...

138. Converting Berkeley DB Files To New Version

Six Apart Knowledgebase, Manuals, 29 KB, 833 words

Question

I'm using the Berkeley DB, and after changing hosts/servers, I'm unable to login because the new server has a different version of Berkeley. How do I convert the database files to the new version?

Answer

Converting the DB files over to the format used by the new library version can be accomplished in several different ways, depending on the Berkeley DB versions involved. The files that need to be converted are all of the files in your db directory whose filenames end in either .db or .idx (the .lock files do not need to be converted).

The following steps require...

continue reading ...

139. Creating a Master Archive Index

Six Apart User Manual, Manuals, 24 KB, 643 words

Creating a Master Archive Index

Problem

You want to create a master index of your weblog's archives.

Solution

Create an index template using MTArchiveList and related tags.

Discussion

In "Creating an Archive Template" we discussed how to create pages that provide different views of a weblog's entries. No matter what type of archiving you use, you are likely to need a master list of all of your archives. Movable Type ships with such a listing as a template named Master Archive Index. In MT, the Master Archive Index is just an index template that uses the MTArchiveList tagset instead of...

continue reading ...

140. List All Entries In Same Month Or Category As Current Entry

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

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