<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for ian</title><link>http://disqus.com/people/388f281dfde35869320a55d52141c8c4/</link><description></description><language>en</language><lastBuildDate>Fri, 28 May 2004 10:22:17 -0000</lastBuildDate><item><title>Re: Previous, Next links</title><link>http://huddledmasses.disqus.com/previous_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><item><title>Re: Previous, Next links</title><link>http://huddledmasses.disqus.com/previous_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></channel></rss>