« Quasi-Spam Filter Plugin | Main | Update-n-Ping Plugin »

recently_pinged_on Plugin

A plugin for adding 'recently_pinged_on' option to MTEntries container

recently-pinged-on.zip

0.10(2005.01.29): First Release
0.11(2005.01.29): Several fixes for better performance
0.12(2005.02.06): Performance tuning. And now MTEntryDate, MTEntriesHeader, MTEntriesFooter, MTEntryIfExtended, MTEntryIfAllowComments, MTEntryIfCommentsOpen, and MTEntryIfAllowPings can be used in MTEntries container.
0.15(2005.02.13): Now disables the plugin function if specified with lastn, days, or recently_commented_on options. And if using in category or date-based archives, the plugin lists up only pinged entries which are included in targeted archives.
0.16(2005.02.19): Fix an embarrassing bug.
0.18(2005.09.01): Fix for Movable Type 3.2.

The default MTEntries container tag does not have a function listing up recent incoming TB pings, as opposed to recent incoming comments. This plugin adds "recently_pinged_on" option to MTEntries and allows you to list up recent incoming pings as like comments.

EXAMPLE

<dl>
  <MTEntries recently_pinged_on="10">
    <dt><a href="<$MTEntryLink$>"><$MTEntryTitle$></a></dt>
    <MTPings lastn="5">
      <dd><a href="<$MTPingURL$>" rel="nofollow"><$MTPingBlogName$>: <$MTPingTitle$></a></dd>
    </MTPings>
  </MTEntries>
</dl>

SEE ALSO

Ogawa::Memoranda: recently_pinged_on Plugin (Totally in Japanese)

LICENSE

This code is released under the Artistic License. The terms of the Artistic License are described at http://www.perl.com/language/misc/Artistic.html.

AUTHOR & COPYRIGHT

Copyright 2005, Hirotaka Ogawa (hirotaka.ogawa at gmail.com)

TrackBack

TrackBack URL for this entry:
http://as-is.net/mt/en_US/mt-tb.cgi/6

Comments

Hello

I'd like to have other blogs ping my blog and show a list of these blogs. So I could ask them to ping me when they update their blogs and show it to others. Is that possible ?

thanks
Leo

I'm not sure what you really want to do, but, does the example in this article satisfy your requirement?

Or, you'd like to list every other blogs which sent pings to your blog, just one time? I mean, suppose blogA pings to your blog and then blogB pings to yours and then blogB pings to yours again. In this case, you wanted to list just blogB and blogA?

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)