Learning Movable Type is Up Again!

spacer

by Maarten Schenk

4 comments

It has been a while, but Learning Movable Type is finally alive again!  Many thanks to site founder Elise Bauer who has graciously passed me the torch.  You might know me from my other MT-related site and from the (almost) six years I spent working at Six Apart Europe, where I did (among other things) the support for all European Movable Type users.  So what is the plan with this site?

Continue Reading »

posted on June 20, 2011 under Announcements.

Create a Custom Feed Reader with Blogger Blog List

spacer

by Elise Bauer

7 comments

Have you ever wanted an easy way of showing a simple feed of your favorite sites within your blog? Blogger has a cool new feature called Blog List for Blogger blogs, and even if you are using Movable Type, or another blogging platform, you can make use of this Blogger feature to pull feeds into your blog.

Here's what it looks like on my site - Simply Recipes: Food Blog Updates:

spacer

Which is driven off of this Blogspot page: foodbloglinks.blogspot.com/.

It's very easy to set up. Here are the steps in detail:

Continue Reading »

posted on June 27, 2008 under Feeds, General Tips and Tricks and tagged with .

MultiBlog and Upgrading to MT4

spacer

by Elise Bauer

1 comment

If you use the MultiBlog plugin by David Rayners and you upgrade to MT4, when you go to rebuild your site, you may get the following error message:

"Publish error in template 'Main Index': No handler exists for tag MultiBlogEntries"

The MultiBlog functionality is now part of MT4. All you have to do to update your templates is to change every instance of the tags MTMultiBlogEntries or MTMulitBlog to MTEntries and rebuild your templates.

So <MTMultiBlogEntries include_blogs="2,5" lastn="10"> and </MTMultiBlogEntries> become <MTEntries include_blogs="2,5" lastn="10"> and </MTEntries>.

posted on June 8, 2008 under Plugins and tagged with .

Get An Email List of All Authors On Your System

spacer

by Jesse Gardner

5 comments

This article was first published at Movable Tweak.

This little snip of code will dump out a list of all the users and their email addresses on your install in a comma-delimited format that you can easily import into your email client. It’s particularly useful on larger installs:

<mt:Authors include_blogs="all">
    <mt:IfNonEmpty tag="AuthorEmail">
        <mt:IfNonEmpty tag="AuthorDisplayName">"<mt:AuthorDisplayName />" </mt:IfNonEmpty>
        &lt;<mt:AuthorEmail />&gt;,
    </mt:IfNonEmpty>
</mt:Authors>

And the Authors tag allows for all sorts of cool filtering attributes so you can get at any group of authors in the system, ordered however you like:

  • display_name: Specifies a particular author to select.
  • lastn: Limits the selection of authors to the specified number.
  • sortby: Supported values: displayname, name, created_on.
  • sort_order: Supported values: ascend, descend.
  • roles: comma separated list of values. eg “Author, Commenter”
  • need_entry: 1 | 0 (default is 1)
  • status: Supported values: enabled, disabled. Default is enabled.

Note: Some people have asked about creating an email list of all the commenters on the system, and it’s very simple. The code stays the same, but you just need to specify roles=”Commenter” and need_entry=”0” (since most commenters won’t have written an entry). Here’s the code to do it:

 <mt:Authors include_blogs="all" roles="Commenter" need_entry="0" sort_by="display_name"><mt:IfNonEmpty tag="AuthorEmail"><mt:IfNonEmpty tag="AuthorDisplayName">"<mt:AuthorDisplayName />" </mt:IfNonEmpty>&lt;<mt:AuthorEmail />&gt;, </mt:IfNonEmpty>
 </mt:Authors>

Notice the code is much more compressed than the code given previously. If you tried the previous code, you probably noticed that the spacing is crazy because of all the hard returns and spaces we have in there. This second set of code I posted will give you a highly compact list of email addresses than can literally be copied and pasted into an email client.

Just make sure you use this for good, not evil.

posted on March 13, 2008 under Authors, Email, Templates and tagged with .

Upgrading to MT4

spacer

by Elise Bauer

Leave a comment

Over the last few major version changes, Learning Movable Type has published guides to upgrading safely, without risk of messing up your blog. The most recent tutorial was A Safe Way to Upgrade to MT3.3.

The three main steps that still hold for safely upgrading to MT4 (from MT3) are:

  1. Make a back up of your database.
  2. Make sure all the plugins you use for your site have upgrades that are compatible with the new version.
  3. Install MT into a new directory in your cgi-bin. Do NOT overwrite your existing MT directory.

The Movable Type ProNet community has done a stellar job in outlining everything you need to know to do a successful upgrade to MT4. These instructions can be found at the MT Community Wiki in the Community Generated Upgrade Guide.

Please see the instructions at the Community Wiki for the specific details on how to safely upgrade your MT blog to MT version 4.

posted on February 16, 2008 under Install and tagged with .

Previous Entries

  • Creating a Google Toolbar Button for Your Blog » February 15, 2008
  • Template Macros: The coolest template trick you don't know about » February 15, 2008
  • How to Customize Default Styles in MT4 » February 10, 2008
  • Running Publish Queue under daemontools » January 27, 2008
  • Fighting Hotlinkers with htaccess » January 27, 2008
  • List Random Authors » January 23, 2008
  • Share This Post in Movable Type 4 » January 19, 2008
  • How to Export Tags from Movable Type 3.3x » December 14, 2007

Topics

  • Announcements
  • Authors
  • Beginner Tips
  • Book Reviews
  • Categories
  • Comments and Trackbacks
  • Definitions
  • Dynamic Publishing
  • Email
  • Exploring MT
  • Feeds
  • General Tips and Tricks
  • HTML and Javascript
  • Images
  • Install
  • Marketing and Money
  • Opinion
  • PHP
  • Plugins
  • Reference
  • Security
  • Servers
  • Spam
  • Style
  • Tags
  • Templates
  • Tutorials for Old Versions of MT
  • Weblog Goodies

Recent Discussion

  • jamroks on Learning Movable Type is Up Again!
  • supat on Learning Movable Type is Up Again!
  • Stan on Learning Movable Type is Up Again!
  • Bill on Learning Movable Type is Up Again!
  • Mark on Create a Custom Feed Reader with Blogger Blog List
  • evan on Background Patterns

Contributors

spacer Elise Bauer
135 Articles
spacer Jesse Gardner
7 Articles
spacer Michelle Jones
7 Articles
spacer Chad Everett
6 Articles
spacer Arvind Satyanarayan
5 Articles
spacer Byrne Reese
3 Articles
spacer Maarten Schenk
2 Articles
spacer Toni Hambilton
2 Articles
spacer Andrey Serebryakov
1 Articles
spacer Chris Vannoy
1 Articles
spacer Christian Watson
1 Articles
  • spacer

Resources

  • Movable Type
  • MovableType.org
  • MT Support Forums
  • MT Documentation
  • Template Tag Reference
  • Movable Type Wiki
  • MT Design Assistant
  • MT ProNet
  • MT-Plugins
  • MT Links
  • Movalog
  • Movable Tweak
  • MT-Hacks
  • Majordojo
  • Don't Back Down
  • Appnel Solutions Code Log
  • Simple Bits HTML Encoder
  • PHP Nuke HTML Encoder
  • Everything Typepad
  • Movable Type Consultants

MT Community Search

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.