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

161. Templates Archives

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

Coming soon...

Back to top | Permalink | Comments (0)

Rebuild with indexes

Coming soon...

Back to top | Permalink |...

continue reading ...

162. Connection errors (MySQL)

Six Apart Knowledgebase, Manuals, 30 KB, 841 words

Question

When running the script, I get an error message that says Got an error: Bad ObjectDriver config: Connection error: [some error].

Answer

Too many connections

Your MySQL server is not permitting any more connections to your database; you'll need to contact your host for resolution of this error.

Can't connect to local MySQL server through socket '/path/to/socket'

• If your SQL database server is on localhost, but the socket is not in a standard location, you'll need to set the path using the DBSocket setting in mt-config.cgi1: DBSocket /path/to/mysql.sock...

continue reading ...

163. Photon

Six Apart ProNet Weblog, News, 14 KB, 197 words

Daikini Software has just released Photon, a clever new utility for exporting images from iPhoto on the Macintosh to a TypePad or Movable Type photo album. Based on the past work Daikini's done with PhotoToTypePad, it should be worth checking out.

Trackbacks:

Karmakars.com - Photon from daikini.com - August 31, 2004 08:46 PMA great little app from decaffeinated.org called Photon Its a neat app. I have just downloaded a copy and seems to work beautifully. If you have a photoblog and would like to publish through iPhoto onto your MT or Typepad...

mactobias - links for 2005-01-18 - January 18, 2005 11:18 AMStopdesign | New Photo Galleries iphoto to MovableType (categories:...

continue reading ...

164. Publishing Queued Comments

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

Publishing Queued Comments

Problem

You want to publish comments that are queued for moderation.

Solution

Use the Publish action button on the Comments Listing screen.

Discussion

Depending on your Comment Policy settings, comments can be received but not published. These comments are in the moderation queue and need to be manually published to be viewed.

Publishing comments is typically done through the Comments Listing screen. Once a comment is deemed appropriate for publication, use the comment's associated checkbox to select it, and click the Publish action button.

Alternately, while viewing...

continue reading ...

165. Permalinks Point To The Wrong Archive Type

Six Apart Knowledgebase, Manuals, 26 KB, 368 words

Question

My permalinks are pointing to the wrong archive type. For example, I want them to point to the Individual Entry Archive, but instead they point to the Monthly Archive for the entry.

Answer

When you use the MTEntryPermalink tag, Movable Type will create links that point to the archive type you have set as your Preferred Archive Type in Settings > Publishing : Publishing Preferences1.

So, you can either change your Preferred Archive Type to Individual, or you can add the archive_type attribute to the MTEntryPermalink or MTEntryLink tag:...

continue reading ...

166. Exporting your Weblog Entries

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

Exporting your Weblog Entries

Problem

You want to make a backup of a weblog's entries, comments and TrackBacks.

Solution

Click the Export Entries tab of the Import/Export screen which can be reached via the Import/Export button on the Weblog Toolbar.

Discussion

Exporting your entries from Movable Type allows you to keep personal backups of your blog entries for safekeeping. This exported content is suitable for importing back into the system via the import mechanism. (See Importing Weblog Content.) In addition to exporting your entries for backup purposes, you can also use...

continue reading ...

167. Image Archives

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

The height of the image that was uploaded. Images tags can only be used in the "Uploaded Image Popup" system template.

Back to top | Permalink | Comments (0)

MTImageURL

The absolute URL of the image...

continue reading ...

168. Archive URL

Six Apart User Manual, Manuals, 22 KB, 402 words

Archive URL

If you have chosen Advanced Archive Publishing, this setting dictates the root URL for your archives.

Example: http://archives.example.com/

The rest of the URL for each archive file is created in the format specified in the Archive Map file path for each particular type of archive in the archive mapping section of the weblog's publishing settings screen.

If your Archive URL is identical to or underneath (in hierarchy) your Site URL, it is recommended that you do not use Advanced Archive publishing, but instead add the extra path information specified in the Archive...

continue reading ...

169. Global tag attribute filters

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

Global tag attribute filters

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

continue reading ...

170. Washington Post's Joel Achenbach blog

Six Apart ProNet Weblog, News, 13 KB, 59 words

The Washington Post has just launched Achenblog, their new TypePad-powered weblog by Post Magazine columnist Joel Achenbach. The launch was accompanied by a chat with Achenbach about the new site.

Trackbacks:

Previous Entry: Introduction to Nofollow

Next Entry: Improvements to TypePad Mixed Media Templates

continue reading ...

171. MTCalendar

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

MTCalendar

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

continue reading ...

172. CommentSearchCutoff

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

CommentSearchCutoff

The default number of days to search on a regular search (SearchCutoff) or on a new comment search (CommentSearchCutoff).

The default for SearchCutoff is to search from the beginning of your weblog (all of your entries), and the default for CommentSearchCutoff is the last month of comments.

Examples: SearchCutoff 7 CommentSearchCutoff 7

Permalink...

continue reading ...

173. Using Advanced Search and Replace Functions

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

Using Advanced Search and Replace Functions

Problem

You need to find or replace data, and the quick search box is not sufficient.

Solution

Use the Search & Replace tool to find and optionally replace text found in the content.

Discussion

The quick search box found on nearly every screen of the Movable Type interface is great for quickly looking up information, but could fall short if you need something more granular. In these cases you can use the Advanced Search and Replace tool to find text and optionally replace, it in a wide variety of items in the application. These...

continue reading ...

174. Archive map file path

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

Archive map file path

The archive map file path specifies a template which is used in forming output file paths and URLs to each of your archive files. The most popular archive map file paths are provided in the dropdown for each archive type. In addition, you can use the Custom choice to customize the setting to your liking.

Customized archive map file paths can be formed using: • Movable Type template tags (e.g. <MTArchiveDate format="%Y/%m/index.html">) • Format specifiers • Text, for including parent archive directories or arbitrary parts of the path • Any combination of...

continue reading ...

175. SearchCutoff

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

SearchCutoff

The default number of days to search on a regular search (SearchCutoff) or on a new comment search (CommentSearchCutoff).

The default for SearchCutoff is to search from the beginning of your weblog (all of your entries), and the default for CommentSearchCutoff is the last month of comments.

Examples: SearchCutoff 7 CommentSearchCutoff 7

Permalink...

continue reading ...

176. Interview with Chuck about Blogumentary

Six Apart ProNet Weblog, News, 13 KB, 58 words

The Twin Cities' City Pages has always been a very blog-friendly publication, and now they've got an Interview with Chuck Olsen about his Blogumentary documentary about weblogs, which premieres tonight.

Trackbacks:

Previous Entry: Hewn and Hammered on TypePad

Next Entry: Kanoodle/TypePad partnership

continue reading ...

177. Meet Hana, Toph and TophToph

Six Apart Mena's Corner, News, 13 KB, 181 words

From the it's-great-to-have- a-Japanese-subsidiary department, comes Toph and TophToph, TypePad's new mascot originating from Japan. Last year Six Apart KK (the Japanese subsidiary) held a public competition to come up with our very own character/mascot. After voting, Toph, designed by TypePad blogger, "Kotori", was the winner.

But it gets better: Toph has a backstory in which I give him to a little 10 year-old girl named Hana and they share a summer vacation together. Hana and Toph's vacation is documented on her very own weblog.

Kotori, the creator, notes that: • "Toph and TophToph are best friends." • "Toph and TophToph don't understand complicated things." • "Toph and TophToph's bodies...

continue reading ...

178. MTPings

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

MTPings

A context-sensitive container tag that lists all of the pings sent to a particular entry, category or weblog. If used in an entry context the tagset will list all pings for the entry. Likewise for a TrackBack-enabled category in context. If not in an entry or category context, a weblog context is assumed and all associated pings are listed.

MTComments requires a lastn attribute when used in a weblog context. Is that NOT the case with MTPings?

Attributes: • category - This attribute creates a specific category context regardless of its placement. • lastn - Display the last...

continue reading ...

179. GlobalSanitizeSpec

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

GlobalSanitizeSpec

Movable Type has a sanitize function that is automatically run against all comments and TrackBacks submitted to your blog and also any content produced by a template tag with the sanitize attribute defined (see Global Filters for more details).

This is done to remove any code (HTML or otherwise) that could compromise the security of your site. The function works by only allowing certain HTML tags defined by this setting. Any other tags, and all processing instructions (PHP or Javascript, for example) are stripped.

By default, Sanitize is turned on...

continue reading ...

180. Entry categories

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

Entry categories

These fields allow you to choose one primary category and any number of secondary categories. The MTEntryCategory tag displays the primary category for an entry. Secondary categories can be displayed using the MTEntryCategories tag, as in <$MTEntryCategories glue=", "$>.

Movable Type supports the use of subcategories, with a more complex set of template tags necessary for display. For more information on this and other topics related to categories, see the Categories chapter of the manual.

...

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