<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Huddled Masses - Latest Comments in Previous, Next links</title><link>http://huddledmasses.disqus.com/</link><description>Joel Bennett's development blog...</description><language>en</language><lastBuildDate>Sat, 26 Jun 2004 23:19:15 -0000</lastBuildDate><item><title>Re: Previous, Next links</title><link>http://HuddledMasses.org/prev-next_links/#comment-2583786</link><description>Sorry, I had a problem with it when I installed a nightly release, and I unthinkingly renamed the file instead of just disabling it temporarily [blush]</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jaykul</dc:creator><pubDate>Sat, 26 Jun 2004 23:19:15 -0000</pubDate></item><item><title>Re: Previous, Next links</title><link>http://HuddledMasses.org/prev-next_links/#comment-2583785</link><description>The plugin file is gone or isn't working - can you bring it back?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tinuviel</dc:creator><pubDate>Wed, 23 Jun 2004 11:55:22 -0000</pubDate></item><item><title>Re: Previous, Next links</title><link>http://HuddledMasses.org/prev-next_links/#comment-2583784</link><description>*David*: I think the only change would be to the next to last line of code (line 86):&lt;br&gt;&lt;br&gt;bc[phphtmlsql].     return get_settings('home').$qstr."/"; &lt;br&gt;&lt;br&gt;*Jerome*: the styles are CSS, so just put them in one of your current style sheets (eg: wp-styles.css)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joel "Jaykul" Bennett</dc:creator><pubDate>Thu, 03 Jun 2004 23:53:52 -0000</pubDate></item><item><title>Re: Previous, Next links</title><link>http://HuddledMasses.org/prev-next_links/#comment-2583783</link><description>Just to check...&lt;br&gt;Where exactly do i put the codes concerning the styles?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jerome</dc:creator><pubDate>Thu, 03 Jun 2004 08:17:21 -0000</pubDate></item><item><title>Re: Previous, Next links</title><link>http://HuddledMasses.org/prev-next_links/#comment-2583782</link><description>What change would be needed to make it instead of /page1 to end on /, like /page1/?&lt;br&gt;&lt;br&gt;TIA!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David</dc:creator><pubDate>Wed, 02 Jun 2004 12:37:41 -0000</pubDate></item><item><title>Re: Previous, Next links</title><link>http://HuddledMasses.org/prev-next_links/#comment-2583781</link><description>You're right.  I've corrected those two things, and actually another place where I'd placed $querystring_separator instead of $querystring_equal ... thanks for the feedback.  I'll try to remember to test the search and nested categories next time [;-)]&lt;br&gt;&lt;br&gt;Man, with all that code in your comment, I'm rethinking my css formatting strategy [:-p]</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joel a??Jaykula?? Bennett</dc:creator><pubDate>Fri, 28 May 2004 18:42:21 -0000</pubDate></item><item><title>Re: Previous, Next links</title><link>http://HuddledMasses.org/prev-next_links/#comment-2583780</link><description>Aha !  A simple mistake sorts out the extra ampersand - towards the end of the &lt;code&gt;get_pagenum_link&lt;/code&gt; function, change the line after the &lt;code&gt;if stristr&lt;/code&gt; to read:&lt;br&gt;&lt;br&gt;&lt;code&gt;$qstr .=  $querystring_separator.$page_querystring.$querystring_equal.$pagenum;&lt;br&gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;It's just a typo - there is a &lt;code&gt;global&lt;/code&gt; definition for &lt;code&gt;$querystring_equal&lt;/code&gt; above this point, but it's never used.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ian</dc:creator><pubDate>Fri, 28 May 2004 10:22:17 -0000</pubDate></item><item><title>Re: Previous, Next links</title><link>http://HuddledMasses.org/prev-next_links/#comment-2583779</link><description>Neat !&lt;br&gt;&lt;br&gt;I have two comments to make: the first is that I had to change the first RewriteRule statement syntax to cope with sub-categories (basically it needs to be able to pass a / in $1), so it now looks like this:&lt;br&gt;&lt;br&gt;&lt;code&gt;RewriteRule ^category/(.*)?page/?([0-9]{1,})?/? /index.php?category_name=$1&amp;paged;=$2 [QSA,L]&lt;/code&gt;&lt;br&gt;&lt;br&gt;and the second is that with the system as it stands, searching isn't so hot.  On a search for the letter 'a' (I wanted to make sure the paged limit was hit !) I end up with the following URL for the second page:&lt;br&gt;&lt;br&gt;&lt;code&gt;http://my.demo.blog/index.php?s=a&amp;paged;&amp;2&lt;/code&gt;&lt;br&gt;&lt;br&gt;which isn't so great.  I'm not sure yet why the = has become a 2, but so far that's the only real show stopper from taking this plug-in live.&lt;br&gt;&lt;br&gt;Thank you &lt;em&gt;very&lt;/em&gt; much for making such an easy to use and neat Prev/Next.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ian</dc:creator><pubDate>Fri, 28 May 2004 07:38:29 -0000</pubDate></item></channel></rss>