<?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; Tag: slugs - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/slugs</link>
		<description>bbPress Support Forums &#187; Tag: slugs - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 20:29:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/slugs" rel="self" type="application/rss+xml" />

		<item>
			<title>Themes Community on "Page slug cannot match forum slug?"</title>
			<link>http://bbpress.org/forums/topic/page-slug-cannot-match-forum-slug#post-96838</link>
			<pubDate>Sat, 07 Jan 2012 01:16:53 +0000</pubDate>
			<dc:creator>Themes Community</dc:creator>
			<guid isPermaLink="false">96838@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have latest bbPress installation but I get different permalink not like what you said above.</p>
<p>Sample:<br />
Page <a href="http://themescommunity.com/faqs/" rel="nofollow">http://themescommunity.com/faqs/</a><br />
Forum <a href="http://themescommunity.com/" rel="nofollow">http://themescommunity.com/</a> forums/forum/faqs/ -&#62; I don't have faqs forum this is just a sample. See the "/forums/forum/" that make different url.</p>
<p>Buy you saying that your <a href="http://www.domain.com/gaming/" rel="nofollow">http://www.domain.com/gaming/</a> redirected to <a href="http://www.domain.com/forums/forum/gaming/" rel="nofollow">http://www.domain.com/forums/forum/gaming/</a></p>
<p>Can you provide more details about it, real url maybe. Does it related to your wp permalinks setup?
</p>]]></description>
					</item>
		<item>
			<title>Hedgehog84 on "Page slug cannot match forum slug?"</title>
			<link>http://bbpress.org/forums/topic/page-slug-cannot-match-forum-slug#post-96813</link>
			<pubDate>Fri, 06 Jan 2012 16:00:16 +0000</pubDate>
			<dc:creator>Hedgehog84</dc:creator>
			<guid isPermaLink="false">96813@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Bump! :)</p>
<p>If my question is not clear, please let me know.<br />
I'm running the latest version of both WordPress and bbPress (3.3.1 &#38; 2.0.2).
</p>]]></description>
					</item>
		<item>
			<title>Hedgehog84 on "Page slug cannot match forum slug?"</title>
			<link>http://bbpress.org/forums/topic/page-slug-cannot-match-forum-slug#post-96691</link>
			<pubDate>Wed, 04 Jan 2012 14:30:50 +0000</pubDate>
			<dc:creator>Hedgehog84</dc:creator>
			<guid isPermaLink="false">96691@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello guys,</p>
<p>I've tried to search the forum, but i couldn't find a similar question. I'm sorry if this is a double post anyway.</p>
<p>At the moment i'm having a website that runs WordPress with a mingle forum. I'm no longer happy with this forum, so my decision was to make use of bbPress and I'm checking this out now.</p>
<p>The problem i run into, is that i cannot have the same slug for pages, as I use for forums. Let's say the slug i want to use is called <em>'gaming'</em>. The permalink displayed here is <a href="http://www.domain.com/forums/forum/" rel="nofollow">http://www.domain.com/forums/forum/</a><em>gaming</em>/. Now i want to add a page to WordPress about gaming. In this case it will rename the slug to <em>gaming-2</em>, as if the slug was already used by another page.</p>
<p>When i enter the URL <a href="http://www.domain.com/" rel="nofollow">http://www.domain.com/</a><em>gaming</em>/ it does redirect me to <a href="http://www.domain.com/forums/forum/" rel="nofollow">http://www.domain.com/forums/forum/</a><em>gaming</em>/. But I want the WordPress page to show up on the first URL and this specific forum only on the later.</p>
<p>I tried to look some further and found out both WP pages as BBP forums were saved in the '<em>wp_posts</em>' table. Editing the '<em>post_name</em>' column here solves my problem, but it would be nice if other administrators, without database permissions could get this done too.</p>
<p>I hope I just miss something obvious here, would be great if someone can help me out!</p>
<p>Cheers,</p>
<p>Hedgehog
</p>]]></description>
					</item>
		<item>
			<title>Jonathan on "Forum Home Permalink Incorrect?"</title>
			<link>http://bbpress.org/forums/topic/forum-home-permalink-incorrect#post-92703</link>
			<pubDate>Wed, 28 Sep 2011 04:26:32 +0000</pubDate>
			<dc:creator>Jonathan</dc:creator>
			<guid isPermaLink="false">92703@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>We're using WordPress 3.2.1, BuddyPress 1.5, and bbPress 2.0 and seem to have run across an issue with the forum home permalink not being correctly set, or so it seems. Perhaps I'm missing something :). Any help is greatly appreciated!</p>
<p><strong>The Code</strong></p>
<p>We're attempting to simply output the basename of the permalink and use that in an IF/ELSE statement using the following to generate:</p>
<p><code><br />
&#60;?php</p>
<p>$gettheslug = basename(get_permalink());</p>
<p>?&#62;<br />
</code></p>
<p><strong>The Problem</strong></p>
<p>For the purpose of this post, we'll say that we have bbPress set to <a href="http://site.ext/community/" rel="nofollow">http://site.ext/community/</a>. We need to grab 'community' from the URL, which is what the code above 'should' do, but doesn't. Instead, it's grabbing the basename for the last forum we created and continues to update as we create new forums/categories.</p>
<p>To get the basename, we've simply echo'ed out $gettheslug in the header. This works for all other areas of the website, except with the bbPress portion which is what's so confusing :).</p>
<p>Perhaps we're doing something wrong, perhaps I'm doing something wrong. As above, any help is much appreciated.
</p>]]></description>
					</item>
		<item>
			<title>UG-Ltd.de on "Can/How Do I Change Permalink Slugs?"</title>
			<link>http://bbpress.org/forums/topic/canhow-do-i-change-permalink-slugs#post-89597</link>
			<pubDate>Mon, 11 Jul 2011 08:48:15 +0000</pubDate>
			<dc:creator>UG-Ltd.de</dc:creator>
			<guid isPermaLink="false">89597@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This would be great, because special letters in some languages need to be convertet, mostly manually.
</p>]]></description>
					</item>
		<item>
			<title>Paulzxz on "How to use the &#039;Forum&#039; page"</title>
			<link>http://bbpress.org/forums/topic/remove-randomly-appearing-slug-from-url#post-88580</link>
			<pubDate>Wed, 08 Jun 2011 20:08:32 +0000</pubDate>
			<dc:creator>Paulzxz</dc:creator>
			<guid isPermaLink="false">88580@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would like my bbpress forums to sit on the URL: <a href="http://www.mysite.com/forum/" rel="nofollow">http://www.mysite.com/forum/</a></p>
<p>Just like on this site: <a href="http://bbpress.org/forums/" rel="nofollow">http://bbpress.org/forums/</a> displays all of the forums available. On my website the URL <a href="http://www.mysite.com/forums/" rel="nofollow">http://www.mysite.com/forums/</a> just throws a 404 and I don't know 'where' that page is...?</p>
<p>Many thanks for your help in advance,</p>
<p>Paul
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "Permalinks Problem - rewrite-rules.php does not work"</title>
			<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-67793</link>
			<pubDate>Wed, 28 Apr 2010 05:22:52 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">67793@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>ioloman please start a new topic.   This one is 2 years old.
</p>]]></description>
					</item>
		<item>
			<title>ioloman on "Permalinks Problem - rewrite-rules.php does not work"</title>
			<link>http://bbpress.org/forums/topic/permalinks-problem-rewrite-rulesphp-does-not-work#post-67790</link>
			<pubDate>Wed, 28 Apr 2010 01:58:21 +0000</pubDate>
			<dc:creator>ioloman</dc:creator>
			<guid isPermaLink="false">67790@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have the same issue , and i think there's a conflict between the two htaccess files! </p>
<p>@stereopoly , does your forum work correctly with the existence of htaccess file in the forum folder ?
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-67006</link>
			<pubDate>Thu, 08 Apr 2010 23:44:46 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">67006@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>see <a href="http://bbpress.org/forums/topic/name-based-permalinks-without-page-and-forums" rel="nofollow">http://bbpress.org/forums/topic/name-based-permalinks-without-page-and-forums</a>
</p>]]></description>
					</item>
		<item>
			<title>Dailytalker on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-60629</link>
			<pubDate>Sat, 14 Nov 2009 11:35:42 +0000</pubDate>
			<dc:creator>Dailytalker</dc:creator>
			<guid isPermaLink="false">60629@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I’ve just followed your instructions and was also able to remove “forum” and “topic” from the urls.</p>
<p>But something is wrong because the pages cannot be found.  This is my rewrite code (it is a bit different from your code because I am using the newest version of bbpress):</p>
<p># BEGIN bbPress</p>
<p>Options -MultiViews</p>
<p>&#60;IfModule mod_rewrite.c&#62;<br />
RewriteEngine On<br />
RewriteBase /forum/</p>
<p>    Options +FollowSymlinks</p>
<p>RewriteRule ^page/([0-9]+)/?$ /index.php?page=$1 [L,QSA]<br />
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ forum.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]<br />
RewriteRule ^forum/?$ [R=302,L,QSA]</p>
<p>RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]<br />
RewriteRule ^topic/?$ /forum/ [R=302,L,QSA]</p>
<p>RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ tags.php?tag=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^tags/([^/]+)/?$ tags.php?tag=$1 [L,QSA]<br />
RewriteRule ^tags/?$ tags.php [L,QSA]</p>
<p>RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/([^/]+)/?$ profile.php?id=$1&#38;tab=$2 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&#38;tab=$2&#38;page=$3 [L,QSA]<br />
RewriteRule ^profile/([^/]+)/?$ profile.php?id=$1 [L,QSA]<br />
RewriteRule ^profile/?$ profile.php [L,QSA]</p>
<p>RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ view.php?view=$1&#38;page=$2 [L,QSA]<br />
RewriteRule ^view/([^/]+)/?$ view.php?view=$1 [L,QSA]</p>
<p>RewriteRule ^rss/?$ rss.php [L,QSA]<br />
RewriteRule ^rss/topics/?$ rss.php?topics=1 [L,QSA]<br />
RewriteRule ^rss/forum/([^/]+)/?$ rss.php?forum=$1 [L,QSA]<br />
RewriteRule ^rss/forum/([^/]+)/topics/?$ rss.php?forum=$1&#38;topics=1 [L,QSA]<br />
RewriteRule ^rss/topic/([^/]+)/?$ rss.php?topic=$1 [L,QSA]<br />
RewriteRule ^rss/tags/([^/]+)/?$ rss.php?tag=$1 [L,QSA]<br />
RewriteRule ^rss/tags/([^/]+)/topics/?$ /forum/rss.php?tag=$1&#38;topics=1 [L,QSA]<br />
RewriteRule ^rss/profile/([^/]+)/?$ rss.php?profile=$1 [L,QSA]<br />
RewriteRule ^rss/view/([^/]+)/?$ /forum/rss.php?view=$1 [L,QSA]</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^.*$ /forum/index.php [L]<br />
&#60;/IfModule&#62;</p>
<p># END bbPress</p>
<p>Probably I made something wrong with point four where you say that the lines 46 and 48 have to be switched. What do I actually have do do there?</p>
<p>Quote: "4. Open up bb-post.php at the root of your bbPress install and simply switch lines number 46 and 48"</p>
<p>Is it this code?<br />
$link = get_post_link($post_id);</p>
<p>$topic = get_topic( $topic_id, false );
</p>]]></description>
					</item>
		<item>
			<title>Alekseo on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-59769</link>
			<pubDate>Tue, 20 Oct 2009 13:51:35 +0000</pubDate>
			<dc:creator>Alekseo</dc:creator>
			<guid isPermaLink="false">59769@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Anyone got this working atm? And im also wondering if this is the way to remove the topic/ from individual posts and then insert the /forums/FORUMNAME/postname instead?
</p>]]></description>
					</item>
		<item>
			<title>AphelionZ on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-58308</link>
			<pubDate>Sun, 20 Sep 2009 08:56:57 +0000</pubDate>
			<dc:creator>AphelionZ</dc:creator>
			<guid isPermaLink="false">58308@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Whoops! Sorry. Fixed.
</p>]]></description>
					</item>
		<item>
			<title>kirpi.it on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-58304</link>
			<pubDate>Sun, 20 Sep 2009 06:12:24 +0000</pubDate>
			<dc:creator>kirpi.it</dc:creator>
			<guid isPermaLink="false">58304@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Point 4 in your linked page does not read in full, AphelionZ: it is cut...
</p>]]></description>
					</item>
		<item>
			<title>AphelionZ on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-58280</link>
			<pubDate>Sat, 19 Sep 2009 19:15:54 +0000</pubDate>
			<dc:creator>AphelionZ</dc:creator>
			<guid isPermaLink="false">58280@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I updated this plugin with some fixes - new posts, and paging. Also, I used a better way of removing the forum/ and topic/ from the urls that doesn't involve str_replace.</p>
<p><a href="http://blog.markroberthenderson.com/getting-rid-of-forums-and-topic-from-bbpress-permalinks-updated-plugin/" rel="nofollow">http://blog.markroberthenderson.com/getting-rid-of-forums-and-topic-from-bbpress-permalinks-updated-plugin/</a>
</p>]]></description>
					</item>
		<item>
			<title>Tommie Hansen on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-41386</link>
			<pubDate>Tue, 21 Jul 2009 07:16:31 +0000</pubDate>
			<dc:creator>Tommie Hansen</dc:creator>
			<guid isPermaLink="false">41386@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hm, this doesn't seem to work that well with bbPress 1.01 unfortunately. Posting new posts seem to go to hell and it just redirects one to FORUM-URL/</p>
<p>Any updates?</p>
<p>Forum:<br />
<a href="http://www.callofduty.se/forum/" rel="nofollow">http://www.callofduty.se/forum/</a>
</p>]]></description>
					</item>
		<item>
			<title>Michael3185 on "Topic slugs &amp; numeric IDs"</title>
			<link>http://bbpress.org/forums/topic/topic-slugs-amp-numeric-ids#post-37736</link>
			<pubDate>Sun, 28 Jun 2009 18:55:51 +0000</pubDate>
			<dc:creator>Michael3185</dc:creator>
			<guid isPermaLink="false">37736@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I just moved it all back out of the sub-folder, and everything's fine now. For some reasons a new install wouldn't work in the sub-folder either, but no matter. Thanks guys.
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "Topic slugs &amp; numeric IDs"</title>
			<link>http://bbpress.org/forums/topic/topic-slugs-amp-numeric-ids#post-37714</link>
			<pubDate>Sun, 28 Jun 2009 05:34:27 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">37714@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You don't have to, and shouldn't really edit the slugs in the database ever.
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "Topic slugs &amp; numeric IDs"</title>
			<link>http://bbpress.org/forums/topic/topic-slugs-amp-numeric-ids#post-37709</link>
			<pubDate>Sun, 28 Jun 2009 02:44:41 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">37709@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I am guessing you need to change your </p>
<p><code>RewriteBase</code><br />
&#160;&#160;from<br />
<code>RewriteBase /</code><br />
&#160;&#160;to<br />
<code>RewriteBase /forum/</code> </p>
<p>where <strong>forum</strong> is the name of your subfolder.
</p>]]></description>
					</item>
		<item>
			<title>Michael3185 on "Topic slugs &amp; numeric IDs"</title>
			<link>http://bbpress.org/forums/topic/topic-slugs-amp-numeric-ids#post-37703</link>
			<pubDate>Sat, 27 Jun 2009 20:06:47 +0000</pubDate>
			<dc:creator>Michael3185</dc:creator>
			<guid isPermaLink="false">37703@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ah, that I haven't. I copied it into the folder. Mind you, it doesn't seem to have anything defined in it which points to the old path. Here's the content;</p>
<pre><code>Options -MultiViews

&#60;IfModule mod_rewrite.c&#62;
RewriteEngine On
RewriteBase /
RewriteRule ^pm/?(.*)$ /my-plugins/bbpm/index.php? [L]
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;</code></pre>
<p>I have no idea what any of it does!
</p>]]></description>
					</item>
		<item>
			<title>chrishajer on "Topic slugs &amp; numeric IDs"</title>
			<link>http://bbpress.org/forums/topic/topic-slugs-amp-numeric-ids#post-37702</link>
			<pubDate>Sat, 27 Jun 2009 19:42:36 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">37702@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Sounds like there is a conflict between .htaccess files now that the forum is in a subfolder after being moved.  Did you update your .htaccess rules for the new folder you installed the forum in?
</p>]]></description>
					</item>
		<item>
			<title>Michael3185 on "Topic slugs &amp; numeric IDs"</title>
			<link>http://bbpress.org/forums/topic/topic-slugs-amp-numeric-ids#post-37697</link>
			<pubDate>Sat, 27 Jun 2009 17:24:44 +0000</pubDate>
			<dc:creator>Michael3185</dc:creator>
			<guid isPermaLink="false">37697@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>That's what I altered manually johnhiler, through my cPanel. I've just checked it, and it correctly points to the forum folder, so the index.php comes up fine. As I say, permalinks of None are fine, but Names aren't, even though they're in the tables.</p>
<p>I had this a few weeks ago with another forum, and setting the URI in the DB fixed it. I may just drop the DB and run the installer to sort it out, as there's nothing much there yet anyway.
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Topic slugs &amp; numeric IDs"</title>
			<link>http://bbpress.org/forums/topic/topic-slugs-amp-numeric-ids#post-37696</link>
			<pubDate>Sat, 27 Jun 2009 17:11:53 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">37696@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>When you run this query, does your old URI show up anywhere?<br />
SELECT * FROM bb_topicmeta WHERE meta_key='uri'</p>
<p>As for the word "slugs", I'm pretty sure it comes from typesetting. :-)<br />
<a href="http://en.wikipedia.org/wiki/Slug_(typesetting)" rel="nofollow">http://en.wikipedia.org/wiki/Slug_(typesetting)</a>
</p>]]></description>
					</item>
		<item>
			<title>Michael3185 on "Topic slugs &amp; numeric IDs"</title>
			<link>http://bbpress.org/forums/topic/topic-slugs-amp-numeric-ids#post-37689</link>
			<pubDate>Sat, 27 Jun 2009 11:59:58 +0000</pubDate>
			<dc:creator>Michael3185</dc:creator>
			<guid isPermaLink="false">37689@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I don't fully grasp the relationship between 'slugs' and forum topics, and would appreciate a nod in the right direction.</p>
<p>I can see that when permalinks are set to None, the forum.php file is fed an ID and then grabs the topic(s). When I originally set up one of the forums I set the permalinks to Name based (pretty..?) and all worked fine. However, I moved the forum into a sub-folder, and changed the URI in the topicmeta DB table, so the forum index page appears in the browser. But, while I can navigate fine with permalinks set to None (ie., topics passed by number), it refuses to work when set to Name.</p>
<p>I realised this might be the slugs in the DB, and so tried removing one and switching permalinks off/on. It fails to find the topic page. If I set permalinks back to None, it works ok.</p>
<p>Am I right in assuming it's using the slugs for topic navigation? If so, is there a way of rebuilding the slugs so that they work within the new sub-folder? (And incidentally, why are they called 'slugs'..?)
</p>]]></description>
					</item>
		<item>
			<title>Floch69 on "Slugs and accentuated chars"</title>
			<link>http://bbpress.org/forums/topic/slugs-and-accentuated-chars#post-37197</link>
			<pubDate>Thu, 18 Jun 2009 09:30:41 +0000</pubDate>
			<dc:creator>Floch69</dc:creator>
			<guid isPermaLink="false">37197@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>My mistake - i was using the function bb_slug_sanitize() in my import program to convert my old forum and forgot to set it in UTF8.<br />
Resolved.
</p>]]></description>
					</item>
		<item>
			<title>Floch69 on "Slugs and accentuated chars"</title>
			<link>http://bbpress.org/forums/topic/slugs-and-accentuated-chars#post-36929</link>
			<pubDate>Mon, 15 Jun 2009 08:39:13 +0000</pubDate>
			<dc:creator>Floch69</dc:creator>
			<guid isPermaLink="false">36929@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Would'nt it be possible to replace accentuated/specials characters such as é, è, ê, ë, â, à, ç by their equivalents, urls compatible chars in topic slugs?</p>
<p>This is not implemented currently, and i suppose it follows the same behaviour for tags.</p>
<p>has someone done that yet?
</p>]]></description>
					</item>
		<item>
			<title>anandsrinivasan on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-24607</link>
			<pubDate>Mon, 09 Mar 2009 14:42:46 +0000</pubDate>
			<dc:creator>anandsrinivasan</dc:creator>
			<guid isPermaLink="false">24607@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there a 'for dummies' version of the same. I am programming-handicapped and can understand nothing of what is been discussed here, though I too want to achieve the same thing :O</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>kilbot on "nicer slug url rewrite plugin (done!)"</title>
			<link>http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done#post-22988</link>
			<pubDate>Tue, 13 Jan 2009 03:53:59 +0000</pubDate>
			<dc:creator>kilbot</dc:creator>
			<guid isPermaLink="false">22988@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Has anyone got search results to work ok with this plugin?<br />
The post_link() on my search results are missing the base directory and forum slug (ie: they look like <a href="http://domain.tld//topic-slug#id)" rel="nofollow">http://domain.tld//topic-slug#id)</a></p>
<p>Also, the <a href="http://bbpress.org/plugins/topic/67">My Views</a> plugins don't seem to work properly, has anyone else noticed this?
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Permalinks - doubled &#039;forum&#039;"</title>
			<link>http://bbpress.org/forums/topic/permalinks-doubled-forum#post-22566</link>
			<pubDate>Sun, 04 Jan 2009 14:36:44 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">22566@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is not a bug. </p>
<p>Basically anything that is a forum has the word 'forum' in front of it. Anything that is a topic has 'topic' etc.</p>
<p>The fact that it is installed in your 'forum' directory is what is throwing you off.
</p>]]></description>
					</item>
		<item>
			<title>rokdd on "Permalinks - doubled &#039;forum&#039;"</title>
			<link>http://bbpress.org/forums/topic/permalinks-doubled-forum#post-22565</link>
			<pubDate>Sun, 04 Jan 2009 14:04:50 +0000</pubDate>
			<dc:creator>rokdd</dc:creator>
			<guid isPermaLink="false">22565@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hello..</p>
<p>i already recognized that there are many posts about the problems of permalinks. but nobody have the same issue. i created htaccess and tried both modes (Multiview and manual copy from bbpress). I have no wordpress installation, but guess that is no problem. My permalinks does not work.</p>
<p>site url: <a href="http://bauklimatik-dresden.de/forum/" rel="nofollow">http://bauklimatik-dresden.de/forum/</a><br />
but the permalinks are like this: <a href="http://bauklimatik-dresden.de/forum/forum/climatic-data" rel="nofollow">http://bauklimatik-dresden.de/forum/forum/climatic-data</a></p>
<p>i saw a lot of posts which have instead of forum forums? however i am not able to get it work...<br />
thanks for any help!
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "Can/How Do I Change Permalink Slugs?"</title>
			<link>http://bbpress.org/forums/topic/canhow-do-i-change-permalink-slugs#post-21642</link>
			<pubDate>Sun, 14 Dec 2008 13:07:04 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">21642@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Topic slugs can't be changed via the interface, you have to use a manual method like direct access through phpMyAdmin.
</p>]]></description>
					</item>

	</channel>
</rss>

