<?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: Automation Progress: It Posts!</title>
	<link>http://remstate.com/2007/05/20/automation-progress-it-posts/</link>
	<description>Create the Internet of your Dreams</description>
	<pubDate>Fri, 29 Aug 2008 22:13:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Boogieboa</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-4407</link>
		<dc:creator>Boogieboa</dc:creator>
		<pubDate>Fri, 03 Aug 2007 10:51:59 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-4407</guid>
		<description>Great plugin - just what I need but I have a problem with it. The Table of Content is not working properly and links to everything but the other titles in the series. For example, I have the popularity plugin installed on my blog and the Table of Content is linking to Alex King's website instead of items in the series. Any ideas on how to correct this problem would be appreciated since I'm not too fond of Organize Series plugin as an alternative to this one. I'm using Wordpress 2.1

Cheers,</description>
		<content:encoded><![CDATA[<p>Great plugin - just what I need but I have a problem with it. The Table of Content is not working properly and links to everything but the other titles in the series. For example, I have the popularity plugin installed on my blog and the Table of Content is linking to Alex King&#8217;s website instead of items in the series. Any ideas on how to correct this problem would be appreciated since I&#8217;m not too fond of Organize Series plugin as an alternative to this one. I&#8217;m using Wordpress 2.1</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2385</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Thu, 24 May 2007 03:11:44 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2385</guid>
		<description>@Robin

Yeah, that's probably a good idea. Thanks for the patch. :)</description>
		<content:encoded><![CDATA[<p>@Robin</p>
<p>Yeah, that&#8217;s probably a good idea. Thanks for the patch. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Message</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2378</link>
		<dc:creator>Robin Message</dc:creator>
		<pubDate>Wed, 23 May 2007 16:49:30 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2378</guid>
		<description>I didn't like the way posts in series still had empty HTML wrapper for series links show up, so this diff removes it. Feel free to include if you wish.

Otherwise, excellent plugin, just what I needed.
Thanks,
Robin Message
&lt;a href="http://likecooking.com" rel="nofollow"&gt;Like Cooking? Recipes, Techniques and Ideas for better cookery&lt;/a&gt;


     function in_series_linker_content_filter($content) {
         $options = get_option('in_series');
        
+        $series = InSeries::adv_CurrentSeries();
+        if($series==NULL)return $content;
        
        $output = InSeriesInternal::FormatHtml($options['format_post'], InSeriesInternal::get_the_ID());
        $output = str_replace("%prev", InSeriesInternal::PrevHtml(), $output);</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t like the way posts in series still had empty HTML wrapper for series links show up, so this diff removes it. Feel free to include if you wish.</p>
<p>Otherwise, excellent plugin, just what I needed.<br />
Thanks,<br />
Robin Message<br />
<a href="http://likecooking.com" rel="nofollow">Like Cooking? Recipes, Techniques and Ideas for better cookery</a></p>
<p>     function in_series_linker_content_filter($content) {<br />
         $options = get_option(&#8217;in_series&#8217;);</p>
<p>+        $series = InSeries::adv_CurrentSeries();<br />
+        if($series==NULL)return $content;</p>
<p>        $output = InSeriesInternal::FormatHtml($options[&#8217;format_post&#8217;], InSeriesInternal::get_the_ID());<br />
        $output = str_replace(&#8221;%prev&#8221;, InSeriesInternal::PrevHtml(), $output);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2376</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Wed, 23 May 2007 15:29:25 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2376</guid>
		<description>@Eric

From the admin panel, go to the "Options" tab, and the "Series" sub-tab. There will be a "Post layout" field (first field on the form). Change where the %content is in relation to the other components, e.g. "%toc %content" could become "%content %toc".

More information on the configuration options can be found in the &lt;a href="http://svn.wp-plugins.org/in-series/tags/3.0.5/readme.txt" rel="nofollow"&gt;3.0.5 readme.txt&lt;/a&gt; file, which should have come with the download (I assume you are using version 3.0.5 of In Series).</description>
		<content:encoded><![CDATA[<p>@Eric</p>
<p>From the admin panel, go to the &#8220;Options&#8221; tab, and the &#8220;Series&#8221; sub-tab. There will be a &#8220;Post layout&#8221; field (first field on the form). Change where the %content is in relation to the other components, e.g. &#8220;%toc %content&#8221; could become &#8220;%content %toc&#8221;.</p>
<p>More information on the configuration options can be found in the <a href="http://svn.wp-plugins.org/in-series/tags/3.0.5/readme.txt" rel="nofollow">3.0.5 readme.txt</a> file, which should have come with the download (I assume you are using version 3.0.5 of In Series).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2375</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 23 May 2007 15:18:33 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2375</guid>
		<description>Hello,

What do I have to do to show the TOC at the bottom of a post instead of at the top?

Thank you.

Regards,

Chillamor</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>What do I have to do to show the TOC at the bottom of a post instead of at the top?</p>
<p>Thank you.</p>
<p>Regards,</p>
<p>Chillamor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2368</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Wed, 23 May 2007 05:27:58 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2368</guid>
		<description>@Anthony

All right; I have &lt;em&gt;not&lt;/em&gt; tested with WordPress 2.2 yet. This looks incredibly similar to the problem that Henrik was having; it may in fact be a WordPress bug revolving around inconsistent use of The Loop and/or &lt;code&gt;the_content()&lt;/code&gt;. Thanks for the report; I'll look into it.</description>
		<content:encoded><![CDATA[<p>@Anthony</p>
<p>All right; I have <em>not</em> tested with WordPress 2.2 yet. This looks incredibly similar to the problem that Henrik was having; it may in fact be a WordPress bug revolving around inconsistent use of The Loop and/or <code>the_content()</code>. Thanks for the report; I&#8217;ll look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2367</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 23 May 2007 02:01:15 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2367</guid>
		<description>You can view screen shots for the &lt;a href="http://www.taac.us/2.png" rel="nofollow"&gt;front page&lt;/a&gt; and for the &lt;a href="http://www.taac.us/1.png" rel="nofollow"&gt;single post using In Series&lt;/a&gt; at those links. 

The text widgets are what comes with Wordpress and the new integrated widgets that is has now. 

Thanks.

Anthony</description>
		<content:encoded><![CDATA[<p>You can view screen shots for the <a href="http://www.taac.us/2.png" rel="nofollow">front page</a> and for the <a href="http://www.taac.us/1.png" rel="nofollow">single post using In Series</a> at those links. </p>
<p>The text widgets are what comes with Wordpress and the new integrated widgets that is has now. </p>
<p>Thanks.</p>
<p>Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2366</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Wed, 23 May 2007 01:16:41 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2366</guid>
		<description>Hey Anthony,

What was the original set of plugin(s) you were using? It might be similar to &lt;a href="http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2197" rel="nofollow"&gt;a problem another user was having&lt;/a&gt;. Since you've fixed your site, I can't see what result of the issue is; do you have a screenshot available?</description>
		<content:encoded><![CDATA[<p>Hey Anthony,</p>
<p>What was the original set of plugin(s) you were using? It might be similar to <a href="http://remstate.com/2007/05/09/next-30-release-real-soon-now/#comment-2197" rel="nofollow">a problem another user was having</a>. Since you&#8217;ve fixed your site, I can&#8217;t see what result of the issue is; do you have a screenshot available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2364</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 22 May 2007 21:58:35 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2364</guid>
		<description>Hello,

Just so you know, I was able to correct this problem by removing all the text widgets and replacing them with Samsarin PHP Widget plugin. This seems to fix the problem for some unknown reason. 

Thanks,

Anthony</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Just so you know, I was able to correct this problem by removing all the text widgets and replacing them with Samsarin PHP Widget plugin. This seems to fix the problem for some unknown reason. </p>
<p>Thanks,</p>
<p>Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2363</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 22 May 2007 21:41:46 +0000</pubDate>
		<guid>http://remstate.com/2007/05/20/automation-progress-it-posts/#comment-2363</guid>
		<description>Hello,

Your In Series plugin looks like just the thing I need. But I have only one problem. &lt;a href="http://www.taac.us/wordpress/archives/778" rel="nofollow"&gt;As you can see&lt;/a&gt;, on the sidebar the postings table of contents gets added to the text widget on the sidebar. 

I have tried both 3.0.5 and 2.2.2 and both appear to have the same issues. I hope that you can find a solution to this issue. 

Thanks.

Anthony</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Your In Series plugin looks like just the thing I need. But I have only one problem. <a href="http://www.taac.us/wordpress/archives/778" rel="nofollow">As you can see</a>, on the sidebar the postings table of contents gets added to the text widget on the sidebar. </p>
<p>I have tried both 3.0.5 and 2.2.2 and both appear to have the same issues. I hope that you can find a solution to this issue. </p>
<p>Thanks.</p>
<p>Anthony</p>
]]></content:encoded>
	</item>
</channel>
</rss>
