Recently in Movable Type Plugins Category

I find blogging_tips.jpgmyself wondering about this, not only because Problogger asked about it way back when, but because I'm sitting here looking at this site.  One of the features of WordPress is that you can have multiple index pages.  Movable Type doesn't do that out of the box but it's a two second fix with Alden Bates' Paged Archives plugin, a plugin that that I've blogged about before.  If you check out the main index page for this site, you should see the links near the bottom of the content column.

It's not a big change.  I mean we already use category pages as well as monthly ones.  I also have a complete post list, something that WordPress doesn't do out of the box.  I did a test of 5 Posts on the front page instead of the normal 10 but quickly changed it back.  I hate it when the sidebar is longer than the content.  You're usually stuck with that on individual post pages unless you normally write a bloody book each and every post.

The image is from Sue's post about Blogging Tips with EDUBlogs.  It came up when I did a few keyword searches for an images to use on this post.  Maybe we can get her to do an article on the subject.

Damn Spam

| | Comments (0) | TrackBacks (0)
damn_spam.png
What's with all of the trackback spam lately?  That picture to the left there is the count for the last 20 hours or so since my last post.  Add 600 trackbacks that I've already deleted as well as the 303 comment spams from the other page and you get 2,886 of those little annoying buggers.  All caught by TypePad AntiSpam of course but then you have to go through and double check them.  At least I hope folks do that like I do.  Would hate to see something get caught by accident.

edit: OK, I found one issue that I fixed.  MT Auto Ban was not configured correctly.  That's now been fixed and hopefully will be dropping bad IP addresses into the correct block list. (Just in the five minutes I've been looking at the plugin, I received 147 more trackbacks that got flagged as spam.) Maybe that'll give me some breathing room.
Some thing that has bothered me for quite some time is how Movable Type does it's comment links. Instead of just a normal link to a website, it does this weird internal redirect. I'm sure the software does this to help prevent spam but with all of the protection built in, there's really no need for something like that.

It's easy to fix.  Here's the code for the Comment Detail template.  You'll find it under Design -> Templates -> Quickfilters -> Template Modules.

<div class="comment"<MTIfArchiveTypeEnabled archive_type="Individual"> id="comment-<$MTCommentID$>"</MTIfArchiveTypeEnabled>>
    <div class="inner">
        <div class="comment-header">
            <$MTCommentAuthorLink default_name="Anonymous" show_email="0"$> <MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> said:
        </div>
        <div class="comment-content">
            <$MTCommentBody$>
        </div>
        <div class="comment-footer">
            <a href="#comment-<$MTCommentID$>" title="Permalink to this comment"><$MTCommentDate format="%x %X"$></a>
        </div>
    </div>
</div>

See the line up there with $MTCommentAuthorLink? That's where the "Commenter bla-bla says:" get generated along with the link. All you have to do to get rid of the weird redirect link is add in no_redirect="1" to the line.

So the new line will look like this:

<$MTCommentAuthorLink default_name="Anonymous" show_email="0" no_redirect="1"$> <MTIfNonEmpty tag="CommentAuthorIdentity"><$MTCommentAuthorIdentity$></MTIfNonEmpty> said:

Why am I posting this? Because it's missing from the docs. Rather annoying actually. Almost like reading Wordpress' codex once again. There used to be a plugin for this but it's no longer needed.


Hopefully this will help someone else out. (And maybe get the docs edited to show this feature.)

Now I'm off to regenerate about 200 comments. :)

edit: Also considering that I don't use nofollow on this blog, I think it's important for folks to get credit for their comments.

reedit: You have to do the same to the Recent Comments widget.

Just wondering if anyone else would like to make a suggestion of a plugin or two (or three) that they would like to see installed here for use? I'm using the Paged Archives one currently. Granted its broken but I do hope I can get that fixed soon.

November 2008

Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

About this Archive

This page is a archive of recent entries in the Fanfiction.net category.

Fanfiction is the previous category.

Featured Desktop is the next category.

Find recent content on the main index or look in the archives to find all content.