<?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: 6 Hours Fighting a Rowdy Apostrophe</title>
	<link>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/</link>
	<description>Create the Internet of your Dreams</description>
	<pubDate>Thu, 04 Dec 2008 21:49:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5700</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Wed, 12 Sep 2007 15:25:07 +0000</pubDate>
		<guid>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5700</guid>
		<description>Use &lt;code&gt;InSeries::adv_CurrentSeries&lt;/code&gt; to tell whether or not the current post is in a series. If the response is NULL, then the post is &lt;em&gt;not&lt;/em&gt; in a series, and you should not output the box.

Also, it looks like you have several XHTML errors in your page -- you may want to close those &lt;code&gt;&#60;meta&#62;&lt;/code&gt; tags, and fix your call to &lt;code&gt;InSeries::ToC()&lt;/code&gt; so that it's in a proper &lt;code&gt;&#60;&lt;strong&gt;?&lt;/strong&gt;php &#8230; &lt;strong&gt;?&lt;/strong&gt;&#62;&lt;/code&gt; block.

Hope that gets everything working all right for you. :)</description>
		<content:encoded><![CDATA[<p>Use <code>InSeries::adv_CurrentSeries</code> to tell whether or not the current post is in a series. If the response is NULL, then the post is <em>not</em> in a series, and you should not output the box.</p>
<p>Also, it looks like you have several XHTML errors in your page &#8212; you may want to close those <code>&lt;meta&gt;</code> tags, and fix your call to <code>InSeries::ToC()</code> so that it&#8217;s in a proper <code>&lt;<strong>?</strong>php &hellip; <strong>?</strong>&gt;</code> block.</p>
<p>Hope that gets everything working all right for you. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5689</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 12 Sep 2007 09:12:48 +0000</pubDate>
		<guid>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5689</guid>
		<description>Thanks, applied those and mostly looks good except for one thing,

On each page with a post that is not part of a series it shows the box as well, please have a look at: http://www.rugpijnweg.nl/rugpijn-behandeling/
Here you see a box that should not be there.

On pages that are part of a series it now starts to look ok, except I have to do some formatting of the ol tag.

SO my question is, how to get rid of the box, on posts pages that are not part of a series.

thanks for you reply!

Robert</description>
		<content:encoded><![CDATA[<p>Thanks, applied those and mostly looks good except for one thing,</p>
<p>On each page with a post that is not part of a series it shows the box as well, please have a look at: <a href="http://www.rugpijnweg.nl/rugpijn-behandeling/" rel="nofollow">http://www.rugpijnweg.nl/rugpijn-behandeling/</a><br />
Here you see a box that should not be there.</p>
<p>On pages that are part of a series it now starts to look ok, except I have to do some formatting of the ol tag.</p>
<p>SO my question is, how to get rid of the box, on posts pages that are not part of a series.</p>
<p>thanks for you reply!</p>
<p>Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5677</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Tue, 11 Sep 2007 22:33:45 +0000</pubDate>
		<guid>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5677</guid>
		<description>Yes, to both -- though putting the ToC in a box on the right will require a little more work, depending on exactly how you want to do it. I'll start with changing the Next and Previous links, since that's relatively easy. :)

To change how the Next and Previous links render, follow the instructions in the &lt;a href="http://wordpress.org/extend/plugins/in-series/other_notes/" title="In Series 3.0 README (display formatting section)" rel="nofollow"&gt;readme&lt;/a&gt; to get to the configuration screen. Then, simply change the Previous and Next format fields to contain "&lt;code&gt;&#60;a href=&apos;%url&apos; title=&apos;%title&apos;&#62;%title&#60;/a&#62;&lt;/code&gt;" (without the quotes) -- this will render the title of the previous/next series as the link text, instead of the static text.

As for the ToC, you will need to either use CSS to make the ToC render in the manner you want, &lt;em&gt;or&lt;/em&gt; modify your site's theme to insert the ToC information in a more suitable location. By default, the table of contents is wrapped in a &lt;code&gt;&#60;div&#62;&lt;/code&gt; tag, with its class attribute set to "series_toc". You can use this to, e.g., float the whole div off to the right (or whatever you want to do). If you want to go the route of modifying your theme, you'll want to use the InSeries::ToC() function, which will insert the same ToC data as before, but in a location that's outside of the post's content. You'll probably still want to style it with CSS somehow, but you may need to go the second route if you're having a hard time getting the ToC to show up in the part of the screen where you want.</description>
		<content:encoded><![CDATA[<p>Yes, to both &#8212; though putting the ToC in a box on the right will require a little more work, depending on exactly how you want to do it. I&#8217;ll start with changing the Next and Previous links, since that&#8217;s relatively easy. :)</p>
<p>To change how the Next and Previous links render, follow the instructions in the <a href="http://wordpress.org/extend/plugins/in-series/other_notes/" title="In Series 3.0 README (display formatting section)" rel="nofollow">readme</a> to get to the configuration screen. Then, simply change the Previous and Next format fields to contain &#8220;<code>&lt;a href=&apos;%url&apos; title=&apos;%title&apos;&gt;%title&lt;/a&gt;</code>&#8221; (without the quotes) &#8212; this will render the title of the previous/next series as the link text, instead of the static text.</p>
<p>As for the ToC, you will need to either use CSS to make the ToC render in the manner you want, <em>or</em> modify your site&#8217;s theme to insert the ToC information in a more suitable location. By default, the table of contents is wrapped in a <code>&lt;div&gt;</code> tag, with its class attribute set to &#8220;series_toc&#8221;. You can use this to, e.g., float the whole div off to the right (or whatever you want to do). If you want to go the route of modifying your theme, you&#8217;ll want to use the InSeries::ToC() function, which will insert the same ToC data as before, but in a location that&#8217;s outside of the post&#8217;s content. You&#8217;ll probably still want to style it with CSS somehow, but you may need to go the second route if you&#8217;re having a hard time getting the ToC to show up in the part of the screen where you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5675</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 11 Sep 2007 22:12:31 +0000</pubDate>
		<guid>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5675</guid>
		<description>Great plugin, I now have two plugins up and running, in series and orgseries, I like this one better!

I have a question though: would it be possible to have the toc in a box on the right, which can be configured?

and would it be possible to have the Next in series at the bottom be changed to the title of the next article, or the two behind each other.

I tried to look at things myself, but am not a programmer.

thanks

Robert</description>
		<content:encoded><![CDATA[<p>Great plugin, I now have two plugins up and running, in series and orgseries, I like this one better!</p>
<p>I have a question though: would it be possible to have the toc in a box on the right, which can be configured?</p>
<p>and would it be possible to have the Next in series at the bottom be changed to the title of the next article, or the two behind each other.</p>
<p>I tried to look at things myself, but am not a programmer.</p>
<p>thanks</p>
<p>Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quandary</title>
		<link>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5537</link>
		<dc:creator>Quandary</dc:creator>
		<pubDate>Fri, 07 Sep 2007 04:16:33 +0000</pubDate>
		<guid>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5537</guid>
		<description>Well thanks -- I try my best. Some days are just like this one, while some are just totally smooth sailing all the way through. That said, I seem to experience a lot more of the former in testing and QA than I do in dev or architecting. Maybe that's why everyone wants to be a dev. ;)</description>
		<content:encoded><![CDATA[<p>Well thanks &#8212; I try my best. Some days are just like this one, while some are just totally smooth sailing all the way through. That said, I seem to experience a lot more of the former in testing and QA than I do in dev or architecting. Maybe that&#8217;s why everyone wants to be a dev. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dwebman</title>
		<link>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5536</link>
		<dc:creator>dwebman</dc:creator>
		<pubDate>Fri, 07 Sep 2007 03:57:31 +0000</pubDate>
		<guid>http://remstate.com/2007/09/06/6-hours-fighting-a-rowdy-apostrophe/#comment-5536</guid>
		<description>I admire your fortitude.  Step up to the bar.</description>
		<content:encoded><![CDATA[<p>I admire your fortitude.  Step up to the bar.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
