<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Category next/previous - Call for help&#8230;</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/</link>
	<description></description>
	<pubDate>Mon, 13 Oct 2008 18:02:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Lynda</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6187</link>
		<dc:creator>Lynda</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6187</guid>
		<description>I have an idea for something that *might* work, but it's 100% completely different than what you're trying here.

I'll see if I can get anywhere with it. heh.</description>
		<content:encoded><![CDATA[<p>I have an idea for something that *might* work, but it&#039;s 100% completely different than what you&#039;re trying here.</p>
<p>I&#039;ll see if I can get anywhere with it. heh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynda</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6188</link>
		<dc:creator>Lynda</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6188</guid>
		<description>Scrap my idea.  :)   Jenn, what isn't working with this?  Is it getting the previous links?  Because it *seems* to get the next links just fine (??)

I haven't played around with this as much as you have, so a little more detail as to what you think is going wrong would narrow the problem down.

I created something like this for my blog and I thought the array list looked weird.  It certainly didn't list all my entries, is it supposed to?  It seems to me if it doesn't, that would cause a problem.

I'll keep fiddling with it.  More detail when you get a chance would be great.</description>
		<content:encoded><![CDATA[<p>Scrap my idea.  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Jenn, what isn&#039;t working with this?  Is it getting the previous links?  Because it *seems* to get the next links just fine (??)</p>
<p>I haven&#039;t played around with this as much as you have, so a little more detail as to what you think is going wrong would narrow the problem down.</p>
<p>I created something like this for my blog and I thought the array list looked weird.  It certainly didn&#039;t list all my entries, is it supposed to?  It seems to me if it doesn&#039;t, that would cause a problem.</p>
<p>I&#039;ll keep fiddling with it.  More detail when you get a chance would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6189</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6189</guid>
		<description>The script (as it is) is running right now. (no array's for projects - so check out a different post)

Each category seems to point to ONE entry with that link. As if there's only one entry in the array - or something...

I think when I try to transfer the array's into the generically named variables - it's not working... at least I think so.

I'm going to run a test on that categoryArray.php file to see what in fact is in those arrays...</description>
		<content:encoded><![CDATA[<p>The script (as it is) is running right now. (no array&#039;s for projects - so check out a different post)</p>
<p>Each category seems to point to ONE entry with that link. As if there&#039;s only one entry in the array - or something&#8230;</p>
<p>I think when I try to transfer the array&#039;s into the generically named variables - it&#039;s not working&#8230; at least I think so.</p>
<p>I&#039;m going to run a test on that categoryArray.php file to see what in fact is in those arrays&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynda</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6190</link>
		<dc:creator>Lynda</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6190</guid>
		<description>I took this:

&lt;h3&gt;if ($thisKeyPrevious  

and turned it into this:

&lt;h3&gt;if ($thisKeyPrevious &gt; 0) {&lt;/h3&gt;

and I at least got the previous link to show up.  But it didn't point to anything.  thisKeyPrevious should be greater than 0, no?   GT and LT signs always confused me.&lt;/h3&gt;</description>
		<content:encoded><![CDATA[<p>I took this:</p>
<h3>if ($thisKeyPrevious  </p>
<p>and turned it into this:</p>
</h3>
<h3>if ($thisKeyPrevious > 0) {</h3>
<p>and I at least got the previous link to show up.  But it didn&#039;t point to anything.  thisKeyPrevious should be greater than 0, no?   GT and LT signs always confused me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6191</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6191</guid>
		<description>HOLD THE PHONE!!! I think it's working...
instead of using that each($arrayname) thing... I just used a for loop to transfer the contents of the array...

Looks like it's working... yes?

(as for the greater than less than - I'm doing it a little sloppy - if it's LESS THAN Zero, I want it to print nothing... otherwise it should print the stuff... probably more efficiently would be to say if it's greater than or equal to zero - print the stuff)... let's see if that works...</description>
		<content:encoded><![CDATA[<p>HOLD THE PHONE!!! I think it&#039;s working&#8230;<br />
instead of using that each($arrayname) thing&#8230; I just used a for loop to transfer the contents of the array&#8230;</p>
<p>Looks like it&#039;s working&#8230; yes?</p>
<p>(as for the greater than less than - I&#039;m doing it a little sloppy - if it&#039;s LESS THAN Zero, I want it to print nothing&#8230; otherwise it should print the stuff&#8230; probably more efficiently would be to say if it&#039;s greater than or equal to zero - print the stuff)&#8230; let&#039;s see if that works&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6192</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6192</guid>
		<description>well...not entirely... we're getting closer... the bookmarks category is a little weird...
here's my test array page:
&lt;a href="http://www.scriptygoddess.com/TestCategoryArrays.php"&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>well&#8230;not entirely&#8230; we&#039;re getting closer&#8230; the bookmarks category is a little weird&#8230;<br />
here&#039;s my test array page:<br />
<a href="http://www.scriptygoddess.com/TestCategoryArrays.php">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynda</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6193</link>
		<dc:creator>Lynda</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6193</guid>
		<description>I only setup two categories to test this in my blog, Very Short Blips and Restricted.  Both *seem* to be working:

&lt;a href="http://posh.digitalwoe.com/archives/001275.php"&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I only setup two categories to test this in my blog, Very Short Blips and Restricted.  Both *seem* to be working:</p>
<p><a href="http://posh.digitalwoe.com/archives/001275.php">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynda</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6194</link>
		<dc:creator>Lynda</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6194</guid>
		<description>Why is the bookmarks category "a little weird" ?

When using the reverse array thing, I'm getting errors on any pages not setup with arrays.  I even tried moving that !$abort line up and it didn't help.

Otherwise, of course, I get everything backwards.   Maybe instead of reversing the array you can just switch around what is defined as "next" and "previous"  ?

Probably not being any help at all.  :)</description>
		<content:encoded><![CDATA[<p>Why is the bookmarks category &#034;a little weird&#034; ?</p>
<p>When using the reverse array thing, I&#039;m getting errors on any pages not setup with arrays.  I even tried moving that !$abort line up and it didn&#039;t help.</p>
<p>Otherwise, of course, I get everything backwards.   Maybe instead of reversing the array you can just switch around what is defined as &#034;next&#034; and &#034;previous&#034;  ?</p>
<p>Probably not being any help at all.  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynda</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6195</link>
		<dc:creator>Lynda</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6195</guid>
		<description>Hmmm.  Okay.  I reversed the definition of Previous and Next and took out an error that was causing all my glitches (I had &lt;h3&gt;if (!$abort=="true"); {&lt;/h3&gt; for some reason) and everything SEEMS to be fine.

Might be missing something.</description>
		<content:encoded><![CDATA[<p>Hmmm.  Okay.  I reversed the definition of Previous and Next and took out an error that was causing all my glitches (I had<br />
<h3>if (!$abort==&#034;true&#034;); {</h3>
<p> for some reason) and everything SEEMS to be fine.</p>
<p>Might be missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6196</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2002/04/17/category-nextprevious-call-for-help/#comment-6196</guid>
		<description>I think it's the multiple array issue... 

I have a few posts that are MT hacks AND bookmarks... seems to be screwing things up...

check out that test page... you'll notice that some IDs are in ALL arrays! (??)</description>
		<content:encoded><![CDATA[<p>I think it&#039;s the multiple array issue&#8230; </p>
<p>I have a few posts that are MT hacks AND bookmarks&#8230; seems to be screwing things up&#8230;</p>
<p>check out that test page&#8230; you&#039;ll notice that some IDs are in ALL arrays! (??)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.351 seconds -->
