<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Immovable Type?</title>
	<link>http://ask.metafilter.com/72302/Immovable-Type/</link>
	<description>Comments on Ask MetaFilter post Immovable Type?</description>
	<pubDate>Mon, 24 Sep 2007 20:30:27 -0800</pubDate>
	<lastBuildDate>Mon, 24 Sep 2007 20:30:27 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Immovable Type?</title>
		<link>http://ask.metafilter.com/72302/Immovable-Type</link>	
		<description>Movable Type question involving the counting and sequential numbering of entries within one specific blog on a multi-blog system. &lt;br /&gt;&lt;br /&gt; Let&apos;s say I have six Movable Type blogs on the same system/install, each containing 100 entries.*  I create a new seventh blog, with only 5 entries in that one.  Within the individual entry archive template for the seventh blog, how do I structure my tags to output &quot;this is &lt;b&gt;entry #N&lt;/b&gt; of &lt;b&gt;5&lt;/b&gt; in this blog&quot; on the resulting pages?  (N would be replaced by the actual sequential order of that entry in the blog, such as &quot;3 of 5&quot;, &quot;4 of 5&quot;, etc., as determined by either the entry&apos;s published date or just the sequence in which the entry was added to the blog, it doesn&apos;t matter.)&lt;br&gt;
&lt;br&gt;
It sounds simple (and maybe I&apos;m missing something here), but the only likely tag I&apos;ve found for this, &lt;a href=&quot;http://www.mttags.com/entry/mtentryid.html&quot;&gt;MTEntryID&lt;/a&gt;, exports the &lt;i&gt;system&lt;/i&gt; ID of the entry in question (which could be #703 or something, or 000703 if you use leading zeroes).  That is, it&apos;s being counted sequentially relative to the overall install/system, and not to the one blog in which I&apos;m interested.&lt;br&gt;
&lt;br&gt;
I can get a &lt;i&gt;total&lt;/i&gt; count of entries within just the seventh blog -- the &quot;...of 5...&quot; part -- using &lt;a href=&quot;http://www.mttags.com/blog/mtblogentrycount.html&quot;&gt;MTBlogEntryCount&lt;/a&gt;, so that&apos;s no problem.  But isn&apos;t there something similarly blog-specific with regards to entry numbering?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;&lt;small&gt;*In actuality, the largest MT install I manage has 95 blogs on it and over 400,000 comments.&lt;/small&gt;&lt;/small&gt;</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.72302</guid>
		<pubDate>Mon, 24 Sep 2007 15:39:08 -0800</pubDate>
		<dc:creator>Asparagirl</dc:creator>
		
			<category>movabletype</category>
		
			<category>blog</category>
		
			<category>blogging</category>
		
			<category>software</category>
		
			<category>entry</category>
		
	</item> <item>
		<title>By: anildash</title>
		<link>http://ask.metafilter.com/72302/Immovable-Type#1076964</link>	
		<description>ah, good question. MT doesn&apos;t natively offer a sequential count of posts per blog in version 3, as I recall. There may be a plugin for it, but it might also be a useful impetus to move to MT4. Email me, &apos;cause any blog with 400k entries should have enterprise support which can take care of this pretty quickly.&lt;br&gt;
&lt;br&gt;
The short answer is, though, there&apos;s no native tag for the count you want to display.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72302-1076964</guid>
		<pubDate>Mon, 24 Sep 2007 20:30:27 -0800</pubDate>
		<dc:creator>anildash</dc:creator>
	</item><item>
		<title>By: Su</title>
		<link>http://ask.metafilter.com/72302/Immovable-Type#1077170</link>	
		<description>If this is important and you feel like being a guinea pig, (and upgrading isn&apos;t an option) I&apos;ve got an obscure plugin that outputs this number. I can&apos;t remember the last time I used it, but MT&apos;s support for legacy plugins has a pretty good record. Either way, can&apos;t hurt; it&apos;ll just either work or not. Address is in my profile.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72302-1077170</guid>
		<pubDate>Tue, 25 Sep 2007 04:04:41 -0800</pubDate>
		<dc:creator>Su</dc:creator>
	</item><item>
		<title>By: Asparagirl</title>
		<link>http://ask.metafilter.com/72302/Immovable-Type#1077659</link>	
		<description>Thanks, &lt;b&gt;Anil&lt;/b&gt;, but we&apos;re not planning on upgrading to 4.0 Enterprise until later this year or early next year.  (That&apos;s a tribute to how well even good old version 3.2 has held up!)  I was hoping there was some code I could pop in for the present time to tide us over...  Also, we&apos;re at 400,000+ &lt;i&gt;comments&lt;/i&gt;, not entries.&lt;br&gt;
&lt;br&gt;
And thanks, &lt;b&gt;Su&lt;/b&gt;, I&apos;m willing to try out that plugin!  E-mail coming your way shortly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72302-1077659</guid>
		<pubDate>Tue, 25 Sep 2007 12:59:07 -0800</pubDate>
		<dc:creator>Asparagirl</dc:creator>
	</item><item>
		<title>By: anildash</title>
		<link>http://ask.metafilter.com/72302/Immovable-Type#1078241</link>	
		<description>Sweet! If you have the time/inclination, do pass along word of how that worked. Su, as always, my hero! :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72302-1078241</guid>
		<pubDate>Tue, 25 Sep 2007 23:16:35 -0800</pubDate>
		<dc:creator>anildash</dc:creator>
	</item><item>
		<title>By: fooljay</title>
		<link>http://ask.metafilter.com/72302/Immovable-Type#1081109</link>	
		<description>Asparagirl, what version of MT are you using?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72302-1081109</guid>
		<pubDate>Fri, 28 Sep 2007 11:51:01 -0800</pubDate>
		<dc:creator>fooljay</dc:creator>
	</item><item>
		<title>By: Asparagirl</title>
		<link>http://ask.metafilter.com/72302/Immovable-Type#1086770</link>	
		<description>Su&apos;s Movable Type plugin &quot;EntryNumber&quot; is tiny and perfect and is doing exactly what needs to be done (and on an old version 3.2 system at that).  Hooray!&lt;br&gt;
&lt;br&gt;
(Jay offered me one of his plugins too.  Thanks!)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72302-1086770</guid>
		<pubDate>Wed, 03 Oct 2007 17:21:01 -0800</pubDate>
		<dc:creator>Asparagirl</dc:creator>
	</item>
	</channel>
</rss>
