<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>bbPress Support Forums &#187; Topic: Navigation error</title>
		<link>http://bbpress.org/forums/topic/navigation-isses</link>
		<description>bbPress Support Forums &#187; Topic: Navigation error</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 06:38:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/navigation-isses" rel="self" type="application/rss+xml" />

		<item>
			<title>Kar-l on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-40898</link>
			<pubDate>Tue, 21 Jul 2009 02:33:18 +0000</pubDate>
			<dc:creator>Kar-l</dc:creator>
			<guid isPermaLink="false">40898@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>My solution was to remove pagination from the front page. Lame, but it was all I could do.
</p>]]></description>
					</item>
		<item>
			<title>nedsferatu on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-40053</link>
			<pubDate>Mon, 20 Jul 2009 16:08:31 +0000</pubDate>
			<dc:creator>nedsferatu</dc:creator>
			<guid isPermaLink="false">40053@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have the same issue, have you found a resolution? thanks!
</p>]]></description>
					</item>
		<item>
			<title>taboo on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38837</link>
			<pubDate>Mon, 13 Jul 2009 20:28:49 +0000</pubDate>
			<dc:creator>taboo</dc:creator>
			<guid isPermaLink="false">38837@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I don't think the issue is connected with modrewrite. I also tried turning just every possible plugin off, using default theme... and the pagination is still off. Please could someone help? Maybe I could use a different function?
</p>]]></description>
					</item>
		<item>
			<title>taboo on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38208</link>
			<pubDate>Mon, 06 Jul 2009 19:30:02 +0000</pubDate>
			<dc:creator>taboo</dc:creator>
			<guid isPermaLink="false">38208@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I don't use Hidden Forums plugin. I also tried disabling all the plugins - still the same navagation issue.</p>
<p>Then I disovered that if I use "none" permalink structure (/forums.php?id=1) everything works fine. If I use either "numeric" or "name based" (my preference) the problem is back.</p>
<p>Really noone faces such an issue?</p>
<p>my .htaccess looks like that now:<br />
<pre><code># BEGIN bbPress

Options -MultiViews

&#60;IfModule mod_rewrite.c&#62;
RewriteEngine On
RewriteBase /

RewriteRule ^page/([0-9]+)/?$ /index.php?page= [L,QSA]
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=&#38;page= [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /forum.php?id= [L,QSA]
RewriteRule ^forum/?$ / [R=302,L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=&#38;page= [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /topic.php?id= [L,QSA]
RewriteRule ^topic/?$ / [R=302,L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=&#38;page= [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /tags.php?tag= [L,QSA]
RewriteRule ^tags/?$ /tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=&#38;page= [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=&#38;tab= [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=&#38;tab=&#38;page= [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /profile.php?id= [L,QSA]
RewriteRule ^profile/?$ /profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=&#38;page= [L,QSA]
RewriteRule ^view/([^/]+)/?$ /view.php?view= [L,QSA]
RewriteRule ^rss/?$ /rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum= [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /rss.php?forum=&#38;topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic= [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag= [L,QSA]
RewriteRule ^rss/tags/([^/]+)/topics/?$ /rss.php?tag=&#38;topics=1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile= [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view= [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /index.php [L]
&#60;/IfModule&#62;

# END bbPress</code></pre>]]></description>
					</item>
		<item>
			<title>taboo on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38117</link>
			<pubDate>Sun, 05 Jul 2009 19:35:11 +0000</pubDate>
			<dc:creator>taboo</dc:creator>
			<guid isPermaLink="false">38117@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Still front page is no good (forums and posts are fine).</p>
<p>link named [page 1] links to [page 6]</p>
<p>Should I file a bug report?
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38103</link>
			<pubDate>Sun, 05 Jul 2009 13:00:11 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">38103@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ah, that may have been the issue.  Are you guys using the latest version of Hidden Forums (v 0.0.9)?  There was a patch for a related issue there (this patch is incorporated into the latest version of Hidden Forums):<br />
<a href="http://bbpress.org/plugins/topic/hidden-forums/page/5/#post-3412" rel="nofollow">http://bbpress.org/plugins/topic/hidden-forums/page/5/#post-3412</a></p>
<p>This fixed my pagination...
</p>]]></description>
					</item>
		<item>
			<title>timskii on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38094</link>
			<pubDate>Sun, 05 Jul 2009 10:19:30 +0000</pubDate>
			<dc:creator>timskii</dc:creator>
			<guid isPermaLink="false">38094@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I concluded this issue was related to the use of the Hidden Forums plugin, which continued to paginate all the topics it couldn't see.</p>
<p>However, I then stopped using the function in my templates, so would not have noticed other bugs.
</p>]]></description>
					</item>
		<item>
			<title>taboo on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38093</link>
			<pubDate>Sun, 05 Jul 2009 09:55:14 +0000</pubDate>
			<dc:creator>taboo</dc:creator>
			<guid isPermaLink="false">38093@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you. I will try that.</p>
<p>Still bbPress should count pages right, so I believe it's a bug...
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38074</link>
			<pubDate>Sat, 04 Jul 2009 22:41:19 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">38074@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Make sure to follow all the instructions here!<br />
<a href="http://bbpress.org/plugins/topic/front-page-topics/installation/" rel="nofollow">http://bbpress.org/plugins/topic/front-page-topics/installation/</a>
</p>]]></description>
					</item>
		<item>
			<title>taboo on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38070</link>
			<pubDate>Sat, 04 Jul 2009 21:25:42 +0000</pubDate>
			<dc:creator>taboo</dc:creator>
			<guid isPermaLink="false">38070@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks, but it didn't help... :(<br />
After activating the plugin it looks just the same.
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38068</link>
			<pubDate>Sat, 04 Jul 2009 20:41:10 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">38068@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I ran into a similar issue with paging.  I forget how I fixed it - I think maybe I switched to this plugin for pagination?<br />
<a href="http://bbpress.org/plugins/topic/front-page-topics/" rel="nofollow">http://bbpress.org/plugins/topic/front-page-topics/</a>
</p>]]></description>
					</item>
		<item>
			<title>taboo on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38067</link>
			<pubDate>Sat, 04 Jul 2009 20:36:18 +0000</pubDate>
			<dc:creator>taboo</dc:creator>
			<guid isPermaLink="false">38067@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>An URL: <a href="http://forum.vulvodynia.pl/page/4" rel="nofollow">http://forum.vulvodynia.pl/page/4</a>
</p>]]></description>
					</item>
		<item>
			<title>taboo on "Navigation error"</title>
			<link>http://bbpress.org/forums/topic/navigation-isses#post-38044</link>
			<pubDate>Sat, 04 Jul 2009 15:18:53 +0000</pubDate>
			<dc:creator>taboo</dc:creator>
			<guid isPermaLink="false">38044@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Navigation on the front page is screwed (I use CSS modified kakumei): when I go to page 2 (/page/2) the link attached to text "page 1" is the very same page 2 (/page/2) and not "/" as it should be.</p>
<p>the code:<br />
<code>&#60;?php bb_latest_topics_pages( array( &#39;before&#39; =&#62; &#39;&#60;div class=&#34;nav&#34;&#62;&#39;, &#39;after&#39; =&#62; &#39;&#60;/div&#62;&#39; ) ); ?&#62;</code></p>
<p>Any clues please?`
</p>]]></description>
					</item>

	</channel>
</rss>

