<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>scriptygoddess &#187; MT Plugins</title>
	<atom:link href="http://www.scriptygoddess.com/archives/category/movable-type/mt-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com</link>
	<description></description>
	<lastBuildDate>Thu, 08 Dec 2011 18:23:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MT Paginate</title>
		<link>http://www.scriptygoddess.com/archives/2004/01/02/mt-paginate/</link>
		<comments>http://www.scriptygoddess.com/archives/2004/01/02/mt-paginate/#comments</comments>
		<pubDate>Sat, 03 Jan 2004 00:47:39 +0000</pubDate>
		<dc:creator>Jennifer</dc:creator>
				<category><![CDATA[MT Plugins]]></category>

		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/01/02/mt-paginate/</guid>
		<description><![CDATA[MT Paginate: Just implemented this plugin on another (lesser known) site I run. Very easy &#8211; Very cool. I was easily able to take my category archives and paginate them so that one page wasn&#039;t loading tons and tons of entries (there was one category that was more &#034;top heavy&#034; than the others). The pagination [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nonplus.net/software/mt/MTPaginate.htm">MT Paginate</a>: Just implemented this plugin on another (lesser known) site I run. Very easy &#8211; Very cool. I was easily able to take my category archives and paginate them so that one page wasn&#039;t loading tons and tons of entries (there was one category that was more &#034;top heavy&#034; than the others). The pagination won&#039;t show up unless the archive needs it. Very well done!!</p>
<p>[Found on <a href="http://mt-plugins.org/archives/entry/paginate.php">MT-Plugins.org</a>]<br />
<span id="more-1170"></span><br />
As requested, I&#039;ll give a little more info. Promise you won&#039;t laugh. I have a <a href="http://www.hipmonkey.com/justforfun/">Vin Diesel fan blog</a>. The &#034;misc.&#034; picture category was getting out of hand &#8211; so I wanted to paginate it so that all misc. photos wouldn&#039;t load up on the one page (there&#039;s ALOT of them&#8230; ok, you promised you wouldn&#039;t laugh!!) ;o)</p>
<p>First &#8211; to install the plugin &#8211; you need to upload it into your plugins folder (in your MT folder)</p>
<p>Here&#039;s what the main content on that template looks like (the MTPaginate tags are in bold)</p>
<h3>&lt;p align=&#034;center&#034;&gt;| &lt;a href=&#034;&lt;$MTBlogURL$&gt;&#034;&gt;Main&lt;/a&gt; |&lt;/p&gt;<br />
&lt;h1 align=&#034;center&#034;&gt;~~ &lt;$MTArchiveCategory$&gt; ~~&lt;/h1&gt;<br />
<b>&lt;MTPaginate&gt;<br />
&lt;!&#8211;The next part is what generates the &#034;page navigation&#034; &#8211;&gt;<br />
&lt;MTPaginateIfMultiplePages&gt;<br />
&lt;p&gt;&lt;$MTPaginateNavigator style=&#034;links&#034; format=&#034;%d&#034; $&gt;&lt;/p&gt;<br />
&lt;/MTPaginateIfMultiplePages&gt;<br />
&lt;!&#8211; This part determines how many posts will go on the page, I set it to 10 &#8211;&gt;<br />
&lt;MTPaginateContent max_sections=&#034;10&#034;&gt;<br /></b><br />
&lt;MTEntries&gt;<br />
&lt;$MTEntryTrackbackData$&gt;<br />
&lt;MTDateHeader&gt;<br />
&lt;h1&gt;&lt;$MTEntryDate format=&#034;%x&#034;$&gt;&lt;/h1&gt;<br />
&lt;/MTDateHeader&gt;<br />
&lt;div class=&#034;blogbody&#034;&gt;<br />
&lt;a name=&#034;&lt;$MTEntryID pad=&#034;1&#034;$&gt;&#034;&gt;&lt;/a&gt;<br />
&lt;p&gt;&lt;b&gt;&lt;$MTEntryTitle$&gt;&lt;/b&gt;&lt;/p&gt;<br />
&lt;$MTEntryBody$&gt;<br />
&lt;MTEntryIfExtended&gt;<br />
&lt;$MTEntryMore$&gt;<br />
&lt;/MTEntryIfExtended&gt;<br />
&lt;p&gt;<br />
&lt;a href=&#034;&lt;$MTEntryPermalink$&gt;&#034;&gt;&lt;$MTEntryDate format=&#034;%X&#034;$&gt;&lt;/a&gt;<br />
&lt;MTEntryIfAllowComments&gt;<br />
 | &lt;a href=&#034;&lt;$MTEntryPermalink$&gt;#comments&#034;&gt;Comments (&lt;$MTEntryCommentCount$&gt;)&lt;/a&gt;<br />
&lt;/MTEntryIfAllowComments&gt;<br />
&lt;MTEntryIfAllowPings&gt;<br />
 | &lt;a href=&#034;&lt;$MTCGIPath$&gt;&lt;$MTTrackbackScript$&gt;?__mode=view&amp;entry_id=&lt;$MTEntryID$&gt;&#034; onclick=&#034;OpenTrackback(this.href); return false&#034;&gt;TrackBack&lt;/a&gt;<br />
&lt;/MTEntryIfAllowPings&gt;<br />
&lt;/p&gt;<br />
<b>&lt;$MTPaginateSectionBreak$&gt; </b><br />
&lt;/MTEntries&gt;<br />
<b>&lt;/MTPaginateContent&gt;<br />
&lt;/MTPaginate&gt;</b></h3>
<p>A little more explanation of the page navigation tag:<br />
<b>&lt;$MTPaginateNavigator style=&#034;links&#034; format=&#034;%d&#034; $&gt;</b><br />
There can be other values for &#034;style&#034; and &#034;format&#034;. I have mine set to &#034;links&#034; because I wanted text links, instead of a pop-up menu. Format is how the text links are structred. I just wanted the numbers, but if you wanted it to display like: &#034;Page 1 | Page 2 | Page 3.. etc.&#034; the value of format would have been <b>&#034;Page %d&#034;</b></p>
<p>From what I could tell from the documentation, there are many other ways to use this. For example, if you have very long posts, you could paginate the content of a specific post (or at least that&#039;s what it looked like. I haven&#039;t tried it so I can&#039;t say for sure)</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.scriptygoddess.com/archives/2004/01/02/mt-paginate/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>MT-Blacklist 1.5 Released</title>
		<link>http://www.scriptygoddess.com/archives/2003/10/28/mt-blacklist-15-released/</link>
		<comments>http://www.scriptygoddess.com/archives/2003/10/28/mt-blacklist-15-released/#comments</comments>
		<pubDate>Tue, 28 Oct 2003 19:26:14 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[MT Plugins]]></category>

		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/10/28/mt-blacklist-15-released/</guid>
		<description><![CDATA[Just released today &#8211; MT-Blacklist Version 1.5! Defend your blog! If you are using Adam Kalsey&#039;s comment notification hack, you might need to make some changes. See more details here. Other hacks and plugins may require additional tweaking, so remember &#8211; do a backup first! No related posts. Related posts brought to you by Yet [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Just released today &#8211; <a title="MT-Blacklist Version 1.5 released :: The Daily Journey :: JayAllen.org" href="http://www.jayallen.org/journey/2003/10/mtblacklist_version_15_released">MT-Blacklist Version 1.5</a>!  Defend your blog!</p>
<p>If you are using Adam Kalsey&#039;s <a href="http://www.kalsey.com/2002/08/comment_notification_hack/">comment notification hack</a>, you might need to make some changes.  See more details <a href="http://www.scriptygoddess.com/archives/004336.php#004336">here</a>.  Other hacks and plugins may require additional tweaking, so remember &#8211; do a backup first!</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.scriptygoddess.com/archives/2003/10/28/mt-blacklist-15-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

