<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Next 3.0 release &#8220;Real Soon Now&#8221;</title>
	<link>http://remstate.com/2007/05/09/next-30-release-real-soon-now/</link>
	<description>Create the Internet of your Dreams</description>
	<pubDate>Sat, 11 Oct 2008 19:44:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2211</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Wed, 16 May 2007 15:13:31 +0000</pubDate>
		<guid>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2211</guid>
		<description>@Henrik

And just so I'm not leaving you in the cold, the problem should be solvable with a call to &lt;code&gt;setup_postdata($post)&lt;/code&gt;, which will set up all the other bits required to make "The Loop" switch over to the new post. It's a two-line change; I've sent you a copy via e-mail.</description>
		<content:encoded><![CDATA[<p>@Henrik</p>
<p>And just so I&#8217;m not leaving you in the cold, the problem should be solvable with a call to <code>setup_postdata($post)</code>, which will set up all the other bits required to make &#8220;The Loop&#8221; switch over to the new post. It&#8217;s a two-line change; I&#8217;ve sent you a copy via e-mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2210</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Wed, 16 May 2007 14:30:16 +0000</pubDate>
		<guid>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2210</guid>
		<description>@Henrik

The Customizable Post Listings plugin only sets &lt;code&gt;$post&lt;/code&gt;; it does &lt;em&gt;not&lt;/em&gt; set all of the other global values (among them &lt;code&gt;$id&lt;/code&gt;, which is what &lt;code&gt;get_the_ID&lt;/code&gt; uses) used by "The Loop." Any plugin that uses the WordPress template tags (including In Series) is going to choke in one way or another when Customizable Post Listings calls &lt;code&gt;apply_filters&lt;/code&gt; directly.</description>
		<content:encoded><![CDATA[<p>@Henrik</p>
<p>The Customizable Post Listings plugin only sets <code>$post</code>; it does <em>not</em> set all of the other global values (among them <code>$id</code>, which is what <code>get_the_ID</code> uses) used by &#8220;The Loop.&#8221; Any plugin that uses the WordPress template tags (including In Series) is going to choke in one way or another when Customizable Post Listings calls <code>apply_filters</code> directly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2208</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Wed, 16 May 2007 08:37:24 +0000</pubDate>
		<guid>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2208</guid>
		<description>As it didn't show up correctly, here's another attempt:

echo '&#60;ul&#62;&#60;li&#62;&#60;a href="/category/sideblog"&#62;Arkiv&#60;/a&#62;&#60;/li&#62;&#60;/ul&#62;';
echo '&#60;div id="sidoblogg"&#62;&#60;ul&#62;';
c2c_get_recent_posts(5,$format = "&#60;li&#62;&#60;h3&#62;%post_title%&#60;/h3&#62; %post_content%&#60;p&#62; (%post_date%)&#60;/p&#62;&#60;/li&#62;",$categories = '17');
echo '&#60;/ul&#62;&#60;/div&#62;';</description>
		<content:encoded><![CDATA[<p>As it didn&#8217;t show up correctly, here&#8217;s another attempt:</p>
<p>echo &#8216;&lt;ul&gt;&lt;li&gt;&lt;a href=&#8221;/category/sideblog&#8221;&gt;Arkiv&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&#8217;;<br />
echo &#8216;&lt;div id=&#8221;sidoblogg&#8221;&gt;&lt;ul&gt;&#8217;;<br />
c2c_get_recent_posts(5,$format = &#8220;&lt;li&gt;&lt;h3&gt;%post_title%&lt;/h3&gt; %post_content%&lt;p&gt; (%post_date%)&lt;/p&gt;&lt;/li&gt;&#8221;,$categories = &#8216;17&#8242;);<br />
echo &#8216;&lt;/ul&gt;&lt;/div&gt;&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2205</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Tue, 15 May 2007 21:14:47 +0000</pubDate>
		<guid>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2205</guid>
		<description>Thanks for the response.

Yes, actually, I'm using to plugins to accomplish this:
First, "customizable post listings" (http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/) to generate a listing.
Secondly, it's embedded in one of my favorites - "widgetize anything" (http://www.erik-rasmussen.com/blog/2006/11/30/widgetize-anything/).

The actual code within the widget:
echo '&#60;ul&#62;&#60;li&#62;&#60;a href="/category/sideblog"&#62;Arkiv&#60;/a&#38;gt:&#60;/li&#38;gt:&#60;/ul&#38;gt:';
echo '&#60;div id="sidoblogg"&#38;gt:&#60;ul&#38;gt:';
c2c_get_recent_posts(5,$format = "&#60;li&#38;gt:&#60;h3&#38;gt:%post_title%&#60;/h3&#38;gt: %post_content%&#60;p&#38;gt: (%post_date%)&#60;/p&#38;gt:&#60;/li&#38;gt:",$categories = '17');
echo '&#60;/ul&#38;gt:&#60;/div&#38;gt:';

(not sure whether this will display correctly, but hopefully it'll be enough to grasp the general idea).</description>
		<content:encoded><![CDATA[<p>Thanks for the response.</p>
<p>Yes, actually, I&#8217;m using to plugins to accomplish this:<br />
First, &#8220;customizable post listings&#8221; (http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/) to generate a listing.<br />
Secondly, it&#8217;s embedded in one of my favorites - &#8220;widgetize anything&#8221; (http://www.erik-rasmussen.com/blog/2006/11/30/widgetize-anything/).</p>
<p>The actual code within the widget:<br />
echo &#8216;&lt;ul&gt;&lt;li&gt;&lt;a href=&#8221;/category/sideblog&#8221;&gt;Arkiv&lt;/a&amp;gt:&lt;/li&amp;gt:&lt;/ul&amp;gt:&#8217;;<br />
echo &#8216;&lt;div id=&#8221;sidoblogg&#8221;&amp;gt:&lt;ul&amp;gt:&#8217;;<br />
c2c_get_recent_posts(5,$format = &#8220;&lt;li&amp;gt:&lt;h3&amp;gt:%post_title%&lt;/h3&amp;gt: %post_content%&lt;p&amp;gt: (%post_date%)&lt;/p&amp;gt:&lt;/li&amp;gt:&#8221;,$categories = &#8216;17&#8242;);<br />
echo &#8216;&lt;/ul&amp;gt:&lt;/div&amp;gt:&#8217;;</p>
<p>(not sure whether this will display correctly, but hopefully it&#8217;ll be enough to grasp the general idea).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2202</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Tue, 15 May 2007 15:21:25 +0000</pubDate>
		<guid>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2202</guid>
		<description>@Henrik

Are you using a plugin to accomplish this? If so, can you provide a link to it? I need to understand how that page is generated in order to figure out what's going on. In Series uses &lt;code&gt;get_the_ID()&lt;/code&gt; (if present) or &lt;code&gt;$post-&gt;ID&lt;/code&gt; (if not) to figure out the current post, then does a reverse-lookup to figure out which series data should be inserted. This lookup happens every time &lt;code&gt;the_content()&lt;/code&gt; is called, so my first inclination would be that the source is somehow abusing or circumventing "The Loop" to get its results.

Thanks for the report. :)</description>
		<content:encoded><![CDATA[<p>@Henrik</p>
<p>Are you using a plugin to accomplish this? If so, can you provide a link to it? I need to understand how that page is generated in order to figure out what&#8217;s going on. In Series uses <code>get_the_ID()</code> (if present) or <code>$post->ID</code> (if not) to figure out the current post, then does a reverse-lookup to figure out which series data should be inserted. This lookup happens every time <code>the_content()</code> is called, so my first inclination would be that the source is somehow abusing or circumventing &#8220;The Loop&#8221; to get its results.</p>
<p>Thanks for the report. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2197</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Tue, 15 May 2007 09:49:48 +0000</pubDate>
		<guid>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2197</guid>
		<description>I'm looking forward to it. Meanwhile, I believe I've discovered a bug of some sort... It appears that InSeries appends the TOC to every post, whether it's in a series or not (In the source there are two div's:  ). Under normal operation, this doesn't matter.

However, when viewing part of the series, the_content expands in all posts, even those that are not part of the series. As I have a sideblog (based on excluding a category on the front page, then listing it in the sidebar), where the full posts are shown in the sidebar, the TOC expands in every single post there as well, when viewing an InSeries post.

Example (unfortunately in Swedish): 
http://www.henriksjoholm.se/2007/04/17/i-kina/ is the first post in a series about China. When viewing this, you also see the TOC under the posts in the sidebar, heades "Bloggrannar" (blog neighbourhood).

Again, thanks for your great work!</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking forward to it. Meanwhile, I believe I&#8217;ve discovered a bug of some sort&#8230; It appears that InSeries appends the TOC to every post, whether it&#8217;s in a series or not (In the source there are two div&#8217;s:  ). Under normal operation, this doesn&#8217;t matter.</p>
<p>However, when viewing part of the series, the_content expands in all posts, even those that are not part of the series. As I have a sideblog (based on excluding a category on the front page, then listing it in the sidebar), where the full posts are shown in the sidebar, the TOC expands in every single post there as well, when viewing an InSeries post.</p>
<p>Example (unfortunately in Swedish):<br />
<a href="http://www.henriksjoholm.se/2007/04/17/i-kina/" rel="nofollow">http://www.henriksjoholm.se/2007/04/17/i-kina/</a> is the first post in a series about China. When viewing this, you also see the TOC under the posts in the sidebar, heades &#8220;Bloggrannar&#8221; (blog neighbourhood).</p>
<p>Again, thanks for your great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2186</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Mon, 14 May 2007 02:05:21 +0000</pubDate>
		<guid>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2186</guid>
		<description>I'm working on it. I swear. I think I have the replacement problem thoroughly solved; all that's left is to write up the new testcases, perform the test pass, and hope that there aren't any more bugs waiting. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on it. I swear. I think I have the replacement problem thoroughly solved; all that&#8217;s left is to write up the new testcases, perform the test pass, and hope that there aren&#8217;t any more bugs waiting. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ananda</title>
		<link>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2185</link>
		<dc:creator>Ananda</dc:creator>
		<pubDate>Mon, 14 May 2007 01:57:00 +0000</pubDate>
		<guid>http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2185</guid>
		<description>We're patiently waiting ;-)</description>
		<content:encoded><![CDATA[<p>We&#8217;re patiently waiting ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
