<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Neurotic Forums &#187; Forum: Organize Series WordPress Plugin - Recent Posts</title>
		<link>http://unfoldingneurons.com/forums/forum/organize-series-wordpress-plugin</link>
		<description>Neurotic Forums &raquo; Forum: Organize Series WordPress Plugin - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 21 Mar 2010 09:13:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://unfoldingneurons.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://unfoldingneurons.com/forums/rss/forum/organize-series-wordpress-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>Darren on "W3.org Validation Issue"</title>
			<link>http://unfoldingneurons.com/forums/topic/w3org-validation-issue#post-834</link>
			<pubDate>Fri, 18 Dec 2009 18:24:27 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">834@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I've changed it from a id selector to a class selector.  That will fix the validation issues. Thanks for the catch.&#60;/p&#62;
&#60;p&#62;This will show up in the latest release of OrgSeries (hopefully out this weekend)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rughooking on "Want to list series items in a sidebar"</title>
			<link>http://unfoldingneurons.com/forums/topic/want-to-list-series-items-in-a-sidebar#post-832</link>
			<pubDate>Wed, 16 Dec 2009 20:13:26 +0000</pubDate>
			<dc:creator>rughooking</dc:creator>
			<guid isPermaLink="false">832@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I am trying to figure out the best way to show a list of items in a series when the visitor clicks on a series title from the sidebar widget.  Basically it is the code that displays in the Organize Series widget when a single item is displayed.&#60;/p&#62;
&#60;p&#62;What code should I use?  I will add this to my sidebar-xxx.php file.  I want the item list to show on the single series page AND on the initial page that shows after clicking an series in the sidebar widget.  All other times it should show the series list.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "W3.org Validation Issue"</title>
			<link>http://unfoldingneurons.com/forums/topic/w3org-validation-issue#post-820</link>
			<pubDate>Thu, 10 Dec 2009 16:41:01 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">820@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;dang, I hate it when I make errors like this.  Duly noted and I will get it in the next release as soon as I possibly can.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JSnellingJr on "W3.org Validation Issue"</title>
			<link>http://unfoldingneurons.com/forums/topic/w3org-validation-issue#post-819</link>
			<pubDate>Thu, 10 Dec 2009 12:16:00 +0000</pubDate>
			<dc:creator>JSnellingJr</dc:creator>
			<guid isPermaLink="false">819@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm recieving a validation error on my site since activating Version 2.1.6 on my domain.  The error is tied to %series_title_linked%.  In the script it adds an id=&#34;series-#&#34;, when I have more than one of these id's on the page validation fails.  Is there an easy way to add the post number to the id as well so that it would be unique?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Latest version problem editing posts"</title>
			<link>http://unfoldingneurons.com/forums/topic/latest-version-problem-editing-posts#post-641</link>
			<pubDate>Sun, 13 Sep 2009 14:32:48 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">641@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I appreciate your post.  The problem is I am unable to reproduce this.  I've also turned on WP_DEBUG to see if anything shows up and I'm not getting any of these errors.  I'm running Organize Series 2.1.1 on three blogs without experiencing any of these errors.  This suggests to me that there could be a plugin conflict of some sort.&#60;/p&#62;
&#60;p&#62;To troubleshoot.  Try disabling all plugins and just enable Organize Series.  If you don't get the same problem then there is another plugin that is conflicting.  Until I know what that plugin is there is nothing I can do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jczorkmid on "Latest version problem editing posts"</title>
			<link>http://unfoldingneurons.com/forums/topic/latest-version-problem-editing-posts#post-640</link>
			<pubDate>Sun, 13 Sep 2009 09:05:59 +0000</pubDate>
			<dc:creator>jczorkmid</dc:creator>
			<guid isPermaLink="false">640@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I have this same problem (using WordPress 2.8.4).  &#60;/p&#62;
&#60;p&#62;I've tracked it down to this.  Around line 270 of wp-includes/classes.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( !empty( $this-&#38;gt;query_vars[$wpvar] ) ) {
     $this-&#38;gt;query_vars[$wpvar] = (string) $this-&#38;gt;query_vars[$wpvar];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When Organize Series 2.1 is enabled, one of the entries in query_vars is 'taxonomy', containing:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;stdClass Object
(
    [hierarchical] =&#38;gt;
    [update_count_callback] =&#38;gt; _update_post_term_count
    [rewrite] =&#38;gt;
    [query_var] =&#38;gt;
    [label] =&#38;gt; Series
    [name] =&#38;gt; series
    [object_type] =&#38;gt; post
)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This causes:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;PHP Catchable fatal error:  Object of class stdClass could not be converte
d to string&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Darren on "Latest version problem editing posts"</title>
			<link>http://unfoldingneurons.com/forums/topic/latest-version-problem-editing-posts#post-628</link>
			<pubDate>Thu, 10 Sep 2009 17:49:00 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">628@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Are you using the latest version of WordPress (currently WordPress 2.8.4)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Latest version problem editing posts"</title>
			<link>http://unfoldingneurons.com/forums/topic/latest-version-problem-editing-posts#post-626</link>
			<pubDate>Thu, 10 Sep 2009 13:34:59 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">626@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I just upgraded Organize Series to version 2.1 in my Wordpress dashboard and with the plugin activated I can no longer edit posts or pages.  When I deactivate it, everything works fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Cannot get series nav to show below post"</title>
			<link>http://unfoldingneurons.com/forums/topic/cannot-get-series-nav-to-show-below-post#post-583</link>
			<pubDate>Fri, 14 Aug 2009 12:35:20 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">583@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Two quick things off the top of my head:&#60;/p&#62;
&#60;p&#62;1. have you checked the options for Series Navigation on the series options page (in your WordPress admin)&#60;/p&#62;
&#60;p&#62;2. If you are trying to manually position the nav links, I think they need to be included in the loop (I'm writing this from memory...)&#60;/p&#62;
&#60;p&#62;3. Sometimes problems are theme related.  Try doing what you want using a default theme - if it works there then you know you've got a problem with the theme you're trying to use (because the theme is missing some WordPress hooks).&#60;/p&#62;
&#60;p&#62;4. One more thing...series navigation links are ONLY for single_post pages.&#60;/p&#62;
&#60;p&#62;If this doesn't help let me know and I'll take a more through check later today.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Table of Contents Pages"</title>
			<link>http://unfoldingneurons.com/forums/topic/table-of-contents-pages#post-509</link>
			<pubDate>Sun, 14 Jun 2009 22:17:29 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">509@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Sorry for not responding sooner.  I was on vacation. Sorry but your request doesn't make sense.  Are you talking about each &#34;page&#34; being a archive for a particular series?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "%series_title_linked% in posts is not linked"</title>
			<link>http://unfoldingneurons.com/forums/topic/series_title_linked-in-posts-is-not-linked#post-415</link>
			<pubDate>Sun, 18 Jan 2009 16:17:16 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">415@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Glad it now works for you sv...are you using a caching plugin?  Perhaps the cache got refreshed?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "%series_title_linked% in posts is not linked"</title>
			<link>http://unfoldingneurons.com/forums/topic/series_title_linked-in-posts-is-not-linked#post-414</link>
			<pubDate>Sun, 18 Jan 2009 09:11:27 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">414@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Strange! But today it works OK. I didn't do ANYTHING!&#60;br /&#62;
Thanks again for your smart plugin!&#60;br /&#62;
Subscribing to your blog
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "help with series"</title>
			<link>http://unfoldingneurons.com/forums/topic/help-with-series#post-403</link>
			<pubDate>Tue, 13 Jan 2009 23:13:24 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">403@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Sorry prasdude but I'm not understanding what you want to be able to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Series Icons not working"</title>
			<link>http://unfoldingneurons.com/forums/topic/series-icons-not-working#post-396</link>
			<pubDate>Mon, 12 Jan 2009 23:29:22 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">396@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Need to know what version of OrgSeries you are using and what version of WordPress.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "cannot assign post to series"</title>
			<link>http://unfoldingneurons.com/forums/topic/cannot-assign-post-to-series#post-343</link>
			<pubDate>Mon, 13 Oct 2008 18:58:53 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">343@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Fixed in &#60;a href=&#34;http://unfoldingneurons.com/2008/organize-series-208beta-release&#34;&#62;Organize Series 2.0.8beta&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "cannot assign post to series"</title>
			<link>http://unfoldingneurons.com/forums/topic/cannot-assign-post-to-series#post-330</link>
			<pubDate>Thu, 21 Aug 2008 03:30:21 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">330@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Problem found - just don't know how to fix:&#60;/p&#62;
&#60;p&#62;[19-Aug-2008 02:01:04] PHP Warning:  include(../wp-content/plugins/organize-series/edit-series-form.php) [&#60;a href='function.include'&#62;function.include&#60;/a&#62;]: failed to open stream: No such file or directory in /home/andrielh/public_html/returningking/wp-content/plugins/organize-series/orgSeries-manage.php on line 111&#60;/p&#62;
&#60;p&#62;Line 111 is this:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php include('../wp-content/plugins/' . SERIES_DIR .'/edit-series-form.php'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;All appears correct to me.  I'm at a loss.  Path is good, file is there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "cannot assign post to series"</title>
			<link>http://unfoldingneurons.com/forums/topic/cannot-assign-post-to-series#post-329</link>
			<pubDate>Wed, 20 Aug 2008 14:48:12 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">329@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I've also noted in series options:&#60;/p&#62;
&#60;p&#62;Organize Series Plugin has been initialized. However it has been detected that you have had a previous version of the plugin installed. If you want you can import your existing series schema and old series options you had set up by selecting from the following intial options.&#60;/p&#62;
&#60;p&#62;I never had an old version- just made the edits noted.  But, it will not let me import &#34;new&#34; series, giving me this:&#60;/p&#62;
&#60;p&#62;Something went wrong with the import...are you sure you had a previous version of OrgSeries installed?&#60;/p&#62;
&#60;p&#62;??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-197</link>
			<pubDate>Mon, 05 May 2008 11:21:52 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">197@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;woohoo!  And another bug gone ;)  I'm going to release a new version with this fix and a few other small fixes I made.  Thanks for reporting and patiently working through this with me :)&#60;/p&#62;
&#60;p&#62;BTW...stay tuned to my blog because I'm releasing another plugin this week that might be of help to pastor's such as yourself :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raptor2000 on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-196</link>
			<pubDate>Mon, 05 May 2008 00:14:52 +0000</pubDate>
			<dc:creator>Raptor2000</dc:creator>
			<guid isPermaLink="false">196@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Commenting out that line was going to be my next step, but I ran out of time earlier.  I commented it out now, and it works.  Everything else seems alright as well.&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-195</link>
			<pubDate>Sun, 04 May 2008 21:47:08 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">195@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Okay, there's some duplication (that results in what you reported).  I really think this will finally nail it.  All you have to do is comment out line 160 which is:&#60;br /&#62;
&#60;code&#62;$toccheck = $url[&#38;#39;path&#38;#39;] . $toccheck;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Comment it out, try it out, and let me know how it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-194</link>
			<pubDate>Sun, 04 May 2008 21:33:56 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">194@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Yeah, your last post is the catch.  Looking over the test code I gave you it doesn't include the $url['path'] in the assembled $toccheck variable so it appears like things are correct when they aren't.  I'll try to get a fix done tonight.&#60;/p&#62;
&#60;p&#62;I &#60;em&#62;really&#60;/em&#62; appreciate your help with killing this bug :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raptor2000 on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-193</link>
			<pubDate>Sun, 04 May 2008 19:53:52 +0000</pubDate>
			<dc:creator>Raptor2000</dc:creator>
			<guid isPermaLink="false">193@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I added some echo statements to series-utility.php to figure out what is going on.  Just after the part you asked me to change there is a line&#60;br /&#62;
&#60;code&#62;$toccheck = $url[&#38;#39;path&#38;#39;] . $toccheck;&#60;/code&#62;&#60;br /&#62;
But &#60;code&#62;$url[&#38;#39;path&#38;#39;]&#60;/code&#62; returns &#34;/test&#34;, so this creates the string &#34;/test/test/seriestoc/.&#60;/p&#62;
&#60;p&#62;You can see the out put of my echo statements on my test site (for the moment).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raptor2000 on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-192</link>
			<pubDate>Sun, 04 May 2008 19:18:41 +0000</pubDate>
			<dc:creator>Raptor2000</dc:creator>
			<guid isPermaLink="false">192@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I'm sorry that I wasn't clear.  What I mean is that on the plugin options page, under Series Table of Contents URL, There is text printed followed by a box.  The text (which I can't change), is &#60;strong&#62;&#60;a href=&#34;http://mysite.com/test/&#34; rel=&#34;nofollow&#34;&#62;http://mysite.com/test/&#60;/a&#62;&#60;/strong&#62; and the box contains &#60;strong&#62;seriestoc/&#60;/strong&#62;.  So I thought that maybe the series_toc_url contained only seriestoc/ without the /test/.  But now I looked into the database and it looks like the option is stored as /test/seriestoc/.  Since that is the same as what is produced for the TOCCHECK, it seems like it should work.&#60;/p&#62;
&#60;p&#62;I could try disabling some of the other plugins to see what happens, but it might be a few days before I have time for that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-188</link>
			<pubDate>Sat, 03 May 2008 20:52:49 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">188@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;As a last ditch suggestion.  Try copying the &#60;code&#62;seriestoc.php&#60;/code&#62; file into your theme directory.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-187</link>
			<pubDate>Sat, 03 May 2008 20:49:58 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">187@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Actually, the report for Request URL and TOCCHECK &#60;em&#62;are&#60;/em&#62; what I was expecting and should result in a correct page load.  The code I use compares the two (the request URL and the TOCCHECK) and if they are the same then the redirect should be to the &#60;code&#62;seriestoc.php&#60;/code&#62; file.&#60;/p&#62;
&#60;p&#62;I'm a bit confused with what you said in your last post:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;The series_toc_url from the plugin options page does not include /test/
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;...when you said &#60;a href=&#34;http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-169&#34;&#62;in the comment here&#60;/a&#62; that it does.  Am I missing something here?  As for the rest of your comment - the code is working as expected for the purpose of comparing the request url against the assembled seriestoc (which incidentally also allows for adding a complex seriestoc structure in the series options, like &#34;/test/gohere/seriestoc&#34;.&#60;/p&#62;
&#60;p&#62;So...this brings me back to being stumped as to what is happening on your test install.  Again, I've tested it locally with the fix and it works fine.  Do you have any other plugins installed on this test site?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raptor2000 on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-186</link>
			<pubDate>Sat, 03 May 2008 18:50:30 +0000</pubDate>
			<dc:creator>Raptor2000</dc:creator>
			<guid isPermaLink="false">186@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I see the problem.  The series_toc_url from the plugin options page does not include /test/, but the assembled TOCCHECK does.  So you need to take the full URI and strip off the entire blog address URL as specified in the WP general settings page.  I think that REQUEST_URI is returning everything after the domain name, so it gives you /test/seriestoc/ when you want to get only seriestoc/.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raptor2000 on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-185</link>
			<pubDate>Sat, 03 May 2008 17:35:52 +0000</pubDate>
			<dc:creator>Raptor2000</dc:creator>
			<guid isPermaLink="false">185@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Sorry, I've been busy the past few days.  I put your test code at the bottom of my header, and then tried to go to the series toc.  Here is the output:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Request URL = /test/seriestoc/
Assembled TOCCHECK = /test/seriestoc/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is that what you expected?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-182</link>
			<pubDate>Thu, 01 May 2008 00:46:52 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">182@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I'm surprised it didn't work - it worked on my test install using the same URL structure as yours.&#60;/p&#62;
&#60;p&#62;The problem with the old code was that &#60;code&#62;trim()&#60;/code&#62; removed all the slashes instead of just the ones from the front and end of the url prior to preparing for the url compare.  Using ltrim and rtrim limits the slash removal to just the front and end.&#60;/p&#62;
&#60;p&#62;There is the possibility that things didn't go well in the replace.  If you download the development version of orgSeries &#60;a href=&#34;http://downloads.wordpress.org/plugin/organize-series.zip&#34;&#62;HERE&#60;/a&#62; and then copy over the series-utility.php file (overwriting the old one) that will limit any possible manual errors.&#60;/p&#62;
&#60;p&#62;Alternatively if it &#60;em&#62;still&#60;/em&#62; doesn't work try putting this code somewhere in your theme files (on the index.php page for example) to help debug the code.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$toccheck = ltrim( $_SERVER[&#38;#39;REQUEST_URI&#38;#39;], &#38;#39;/&#38;#39; );
 $toccheck = rtrim( $_SERVER[&#38;#39;REQUEST_URI&#38;#39;], &#38;#39;/&#38;#39;);
 $toccheck = $toccheck . &#38;#39;/&#38;#39;;
 echo &#38;#39;Request URL = &#38;#39; . $_SERVER[&#38;#39;REQUEST_URI&#38;#39;] . &#38;#39;&#38;lt;br /&#38;gt;&#38;#39;;
 echo &#38;#39;Assembled TOCCHECK = &#38;#39; . $toccheck;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then go to a category archive page (which will simulate the seriestoc page).&#60;br /&#62;
I need to know what is being outputted for Request URL and Assembled TOCCHECK.  That will help me determine what's happening on your install.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raptor2000 on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-181</link>
			<pubDate>Wed, 30 Apr 2008 23:22:05 +0000</pubDate>
			<dc:creator>Raptor2000</dc:creator>
			<guid isPermaLink="false">181@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;I plugged in the replacement code, but the result is the same.  I still get a page not found error.  But it looks to me like the rtrim lines will wipe out what you did in the ltrim lines.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darren on "Problem with series TOC link"</title>
			<link>http://unfoldingneurons.com/forums/topic/problem-with-series-toc-link#post-178</link>
			<pubDate>Tue, 29 Apr 2008 15:37:07 +0000</pubDate>
			<dc:creator>Darren</dc:creator>
			<guid isPermaLink="false">178@http://unfoldingneurons.com/forums/</guid>
			<description>&#60;p&#62;Okay I've got a fix for you to try.&#60;/p&#62;
&#60;p&#62;IN the file &#60;code&#62;series-utility.php&#60;/code&#62;:&#60;/p&#62;
&#60;p&#62;REPLACE line 151-157 with the following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( stristr( $_SERVER[&#38;#39;REQUEST_URI&#38;#39;], &#38;#39;/&#38;#39; ) ) {
		$toccheck = ltrim( $_SERVER[&#38;#39;REQUEST_URI&#38;#39;], &#38;#39;/&#38;#39; );
		$toccheck = rtrim( $_SERVER[&#38;#39;REQUEST_URI&#38;#39;], &#38;#39;/&#38;#39;);
		$toccheck = $toccheck . &#38;#39;/&#38;#39;;
	} else {
		$toccheck = ltrim( $_SERVER[&#38;#39;REQUEST_URI&#38;#39;], &#38;#39;\\&#38;#39; );
		$toccheck = rtrim( $_SERVER[&#38;#39;REQUEST_URI&#38;#39;], &#38;#39;\\&#38;#39; );
		$toccheck = $toccheck . &#38;#39;\\&#38;#39;;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know if it works.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
