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

61. Lost Password

Six Apart Knowledgebase, Manuals, 27 KB, 557 words

Question

I've forgotten my password, and never received the email when I tried to recover it; or I forgot or did not set my password hint, so I cannot recover my password.

Answer

Check Spam Filters First

If you are not receiving the password recovery emails, and you know sendmail is working on your server (i.e., you still receive comment and TrackBack notifications), check your spam filters to see if the emails have been misdirected.

Using a Version Below 3.2?

If you're running a version of Movable Type prior to 3.2, you may be able to reset...

continue reading ...

62. Configuration Directives Archives

Six Apart User Manual, Manuals, 191 KB, 7959 words

This section of the appendix details all configuration directives that can be defined in mt-config.cgi. Through use of these directives, you can control numerous aspects of the system.

Except for those which define things specific to your system (e.g. CGIPath and your database settings), all of them have defaults set by Movable Type. This means that not every directive will appear in mt-config.cgi. If you wish to override the default for a setting which does not appear in the file, simply add it and the desired value to your mt-config.cgi.

...

continue reading ...

63. EmailVerificationSecret

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

EmailVerificationSecret

If you are exposing the mt-add-notify.cgi interface to users, allowing them to sign up for site update notifications, you should set this value to something that outsiders would not be able to guess. This allows Movable Type to secure the notification signup process so that visitors have to verify their email addresses.

Permalink ...

continue reading ...

64. Using SMTP Instead Of sendmail

Six Apart Knowledgebase, Manuals, 28 KB, 574 words

Question

My webserver doesn't have sendmail; how do I use SMTP instead?

Answer

If you have tried to get sendmail working, or if you know that your webserver doesn't have sendmail (for example, if you're on a Windows server), Movable Type allows you to send email messages through SMTP. To do this, you will need to install the Mail::Sendmail Perl module; if you are on a Windows server, you can do this using Activestate's ppm tool. Launch ppm, then at the prompt, type install Mail::Sendmail

and ppm will do all of the work to install the module. If...

continue reading ...

65. Changelog Archives

Six Apart User Manual, Manuals, 216 KB, 20293 words

• Initial beta release

Back to top | Permalink | Comments (0)

0.02 (2001.09.25)

• Added FTP URLs to installation instructions. (Daniel Talsky) • Fix some warnings. (Caroline van Oosten de Boer)...

continue reading ...

66. 0.03 (2001.09.26)

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

0.03 (2001.09.26)

• Added Bookmarklet posting functionality, with a link to setup on the main project administration menu. • In List Entries, if a post does not have a title display [No title] instead as a link. • Changed login cookie path from / to /path/to/mt/. For example, if you installed MT at /my/mt/mt.cgi, the path for the cookie would now be /my/mt/. • MT::Util::send_mt_mail now checks for more default locations of sendmail, instead of giving up, until it finds one that works. It now checks /usr/lib/sendmail, /usr/sbin/sendmail, and /usr/ucblib/sendmail...

continue reading ...

67. Blog Feedback Settings in Movable Type 3.2

Six Apart ProNet Weblog, News, 21 KB, 852 words

We've worked hard to make sure all the configuration settings for your weblogs are more intuitively organized and simplified, while still retaining all the power and control that Movable Type affords.

New in Movable Type 3.2 is a reorganization of weblog configuration into a few weblog settings screens. One of the most notable is the Feedback settings, which govern comments and TrackBacks. At the simplest level, there's a blog-level on/off switch for both comments and TrackBacks, and the options for each have been reduced to cover all the common scenarios for enabling feedback on a blog. You can easily require authentication, make it optional, or not require it at all, and it's...

continue reading ...

68. Notifier 2.3 released

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

Chad Everett's Notifier plugin was one of the plugins released as part of our plugin pack of contest winners when Movable Type 3.1 came out, and now he's updated this indispensable plugin to version 2.3. Notifier now lets you subscribe to email notification for new posts on a Movable Type weblog, as well as notification for new comments.

Chad's also started a Dropcash campaign to help him get a Mac for testing his plugins. Mac fans, go give him a dollar or two.

Trackbacks:

Previous Entry: Microsoft Research on blogs vs. email

Next Entry: Forrester's blog analysis

continue reading ...

69. MT-Notifier 1.1.0

Don't Back Down, News, 7 KB, 278 words

I've added some redirect information to the confirmation screen that will allow the user to go directly to the entry or the blog that was used in the subscription. I decided to use this rather than a referrer field, as it was a bit easier. Please let me know what you think.

I also added some extra information to the notification email, so you can see the name of the author of the comment (and their URL, if specified). To do this, I flipped some things around a bit, so your notifications will look slightly different than they did with version 1.0.

I modified the plugin to pull the "from" name from the author of the entry that is being commented on. If this author has no email value in...

continue reading ...

70. Avoiding duplicate comments and trackback pings

PubHacks, Tutorials, 9 KB, 524 words

(Reprinted from here)

When a visitor submits a comment, sometimes it takes a while for the comment page to refresh to reflect that their comment was successfully added. During this time, the user may click the "Post" button again (and again) which causes their comment to be submitted multiple times.

This hack modifies MovableType to simply ignore the same comment being entered multiple times for an entry. Two comments are considered the same if the comment text and the name, email address and url of the comment auther are exactly the same.

The original post says if you are using Blacklist you need to modify the MTBlacklist.pm file. This is not true if you are using Version 1.62 because Jay Allen took the mail functions out. So if you are using Blacklist, you should modify exlib/jayallen/MTBlPost.pm. For trackbacks, modify MTBlPing.pm....

continue reading ...

72. Advanced Topics Archives

Six Apart User Manual, Manuals, 62 KB, 5230 words

With broad platform integration of all the leading open standards, Movable Type has the potential to do much more, given additional expertise and knowledge on the user's part.

This chapters covers some of the more advanced features in addition to providing a starting point for more advanced topics not covered in this publication.

Architectural Overview

Movable Type is written in a highly modular Perl object-oriented style with an open code base (it's not open source -- an important distinction) that makes the browser-based tool quite flexible and easily modifiable, allowing it to adapt to any number of...

continue reading ...

73. 1.1 (2001.10.22)

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

1.1 (2001.10.22)

• Made <$MTDate$> work as a ``system date'', or the current date/time at which the page is being rebuilt. • Added Pragma: no-cache header to keep Opera from caching pages. (Jay) • Changed default templates to use iso-8859-1 (Latin 1) encoding instead of utf-8. • Added Blog Configuration option for the number of words in an auto-generated excerpt. • Added comment previewing, using the new Comment Preview template. Default templates now ship with comment previewing enabled, and the comments links on the main index...

continue reading ...

74. Customizing Movable Type's Interface with Application Templates

Six Apart Pronet Articles, Tutorials, 18 KB, 1777 words

Introduction

This article explains how you can customize the user interface of the Movable Type application. This is a powerful area of functionality that's easy to get started with and almost unlimited in its potential.

Some key points we'll cover: • How to create custom application templates for Movable Type's interface • The benefits of using application templates • Ideas for how to use application templates with your plugins or workflow • Links to some example application templates, to see what's possible and to inspire your own

Customizing the Movable Type user interface

To understand the potential of customizing your Movable Type interface, you'll need a little bit of background....

continue reading ...

75. Changing Account Information

Six Apart Knowledgebase, Manuals, 27 KB, 419 words

Question

How do I change the information on my account, such as my email address or password?

Answer

Changes to your account information must be made in your TypeKey Profile. Log into your TypeKey account and make your changes there; then, the next time you log into Your Account, you must say YES to "Share your email address?" so that it will update your account with us.

You can change your email address, password, and public name, but your username cannot be changed.

Note that if you change your email address, you will need to confirm...

continue reading ...

76. EmailReplyTo

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

EmailReplyTo

A value of true (1) enables use of the Reply-To email header for notification emails. This will prevent MT from using the commenter's email address as the from address and will put it in the reply-to header instead.

Permalink

...

continue reading ...

77. Known Issues with the Latest Version

Six Apart Knowledgebase, Manuals, 26 KB, 847 words

Question

A list of all known issues in the latest version of Movable Type. Please be sure to review this list before using the product or opening a support ticket.

Answer

As of Version 3.16, released April 18, 2005 • Configuration • A new application method ("app_path") prevents the login cookie from being set when Movable Type is installed in the root folder, rather than a subfolder. See Keep getting login screen for the solution. • Archives • It is impossible to produce files with no file extension by using the File extension for archive...

continue reading ...

78. Additional Logins for Help Ticket Access

Six Apart Knowledgebase, Manuals, 28 KB, 592 words

Question

Can I add additional logins to my account for others to open help tickets on my behalf, or on behalf of my organization?

Answer

Currently, we only allow one login for each account in the system. In order for others to have access to the Help System through your account, you would need to provide your login information to them. (Please note that the sharing of a login account merely to avoid purchasing multiple supported licenses is not permitted.)

If, in the future, you would like to remove access for this person, you could then change...

continue reading ...

79. Six Apart - Movable Type News - Movable Type 3.15 released

Six Apart News, News, 13 KB, 246 words

Version 3.15 fixes a vulnerability in the mail sending packages for all Movable Type versions in which the user has enabled comment notifications. This vulnerability allows a malicious user to send email through the application to any number of arbitrary users.

All Movable Type users should install this update.

If you already purchased Movable Type, or downloaded the free version, you’ll be able to download the new release for free from your Movable Type account.

For those users who don't want to do a full upgrade just yet, we are also making this fix available in the form of a plugin: zip (1K) or tar/gz (1K) archive. This plugin is compatible with all 3.x versions...

continue reading ...

80. MT-Notifier 2.3.5

Don't Back Down, News, 10 KB, 484 words

For a change of pace, a new version of MT-Notifier is available. I figured everyone was tired of new versions of MT-Approval. In any case, if you're paying close attention, you'll notice that I didn't mention anything about version 2.3.4. That's because it was done for all of a few hours before a bug reared its head, requiring the updates in 2.3.5.

New in version 2.3.4 is a logging feature. This logging feature isn't terribly complex, but it will write some information to the Movable Type activity log during most subscription actions. There are a few that don't log, simply because they don't go through the same subscription process that most of them do. But for the vast majority,...

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