<?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>Fri, 25 May 2012 13:47:11 +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>smell-bag on "Forum base page different to forum index page"</title>
			<link>http://bbpress.org/forums/topic/forum-base-page-different-to-forum-index-page#post-101732</link>
			<pubDate>Thu, 19 Apr 2012 02:12:08 +0000</pubDate>
			<dc:creator>smell-bag</dc:creator>
			<guid isPermaLink="false">101732@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi all,</p>
<p>Why is the forum base page different from the  templated forum index page I have created?</p>
<p>My Forum index page works great.  But in order for it to show it must have a different slug to the forum base set in the bbpress options.  </p>
<p>This is where things seem to be wrong - when I view my forum index i get the slug home-&#62;forums-&#62;forum-index  (with forum-index being the slug of my template page)</p>
<p>Surely this is very wrong, the index age should be the forum root surely? after all it is an index?</p>
<p>Secondly, I cannot work out which template file is used for this mysterious "forums" base page.  It's basically a list of h2 titles with the names of all the forums in, where does it come from?</p>
<p>Here are links so you can see for yourself:</p>
<p>my index page:<br />
<a href="http://lazybricks.blueleafstudio.net/forum-index/" rel="nofollow">http://lazybricks.blueleafstudio.net/forum-index/</a></p>
<p>the forum base page:<br />
<a href="http://lazybricks.blueleafstudio.net/forums/" rel="nofollow">http://lazybricks.blueleafstudio.net/forums/</a></p>
<p>Try clicking the root link in the breadcrumbs (the one next to home), it switches between the two!  Odd behaviour indeed. </p>
<p>I only want the forum index to show, that should be the 'root' or 'base' of the forums.  However if i give my index page the same slug as the forum base (i.e. forums) then i get the page i don't want, not the pretty templated one.</p>
<p>I have been stuck on this one thing for a whole day after creating a lovely index page and I don't want to be stopped by this!</p>
<p>If anyone can help it would be very much appreciated,</p>
<p>Thanks in advance
</p>]]></description>
					</item>
		<item>
			<title>mr_pilot on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101109</link>
			<pubDate>Wed, 04 Apr 2012 05:39:20 +0000</pubDate>
			<dc:creator>mr_pilot</dc:creator>
			<guid isPermaLink="false">101109@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks John!</p>
<p>You´re right, that´s pretty deep in the core. Though from a SEO perspective it´s also a nightmare to start a project with URLs you have to rewrite later ;) - Let me know if I can contribute in this special case, the project itsels made huge steps forward - thanks for your work.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101094</link>
			<pubDate>Tue, 03 Apr 2012 22:40:39 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101094@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>mr_pilot,</p>
<p>The BuddyPress permalink structure is hardcoded to look for specific criteria in specific positions. It doesn't really scale well, and we're going to change it in future versions to use proper rewrite rules, but until then it would be a huge nightmare to change; even then, your changes would end up broken when we make improvements to the API.</p>
<p>The rewrite rules themselves get created in register_post_type() in /wp-includes/post.php. Lots of complex logic in there, and I doubt there are many better examples on how to write your own rewrite rules completely from scratch than inside that function.
</p>]]></description>
					</item>
		<item>
			<title>mr_pilot on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101068</link>
			<pubDate>Tue, 03 Apr 2012 12:59:31 +0000</pubDate>
			<dc:creator>mr_pilot</dc:creator>
			<guid isPermaLink="false">101068@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi!</p>
<p>I´m running a wordpress/buddypess/bbpress combination and I also need to change the permalink structure, in a bit different way then eleram - I´m looking for a more logic structure in all forums: example.com/forum/name-of-forum/name-of-post/</p>
<p>-&#62; replace slug "forum" by name of forum<br />
-&#62; replace "topic" by name of topic</p>
<p>I can customize the code, but I´m not sure where to look on.</p>
<p>@John: "WordPress handles the rewrite rules for bbPress's content types" -&#62; where do I have to look for (bbpress´ custom post types) to adjust the permalink logic? </p>
<p>Of course I will share my customization as soon a sfinished.</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101054</link>
			<pubDate>Mon, 02 Apr 2012 20:01:27 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101054@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Correct, but you'll need to be creative, since you'll want to unset or override existing rules.
</p>]]></description>
					</item>
		<item>
			<title>eleram on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101053</link>
			<pubDate>Mon, 02 Apr 2012 19:27:02 +0000</pubDate>
			<dc:creator>eleram</dc:creator>
			<guid isPermaLink="false">101053@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks John<br />
so I need to use "Rewrite API/add rewrite rule" in wordpress, isn't?!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101051</link>
			<pubDate>Mon, 02 Apr 2012 19:19:26 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101051@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Unfortunately not easily. WordPress handles the rewrite rules for bbPress's content types. It's possible to overload them, but you'll need to do so on your own.
</p>]]></description>
					</item>
		<item>
			<title>eleram on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101046</link>
			<pubDate>Mon, 02 Apr 2012 18:08:43 +0000</pubDate>
			<dc:creator>eleram</dc:creator>
			<guid isPermaLink="false">101046@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>How can I do this?!</p>
<p><a href="http://127.0.0.1/wp/" rel="nofollow">http://127.0.0.1/wp/</a> %Topic_slug% /%topic_name%</p>
<p>to :</p>
<p><a href="http://127.0.0.1/wp/" rel="nofollow">http://127.0.0.1/wp/</a> %Topic_slug% / %topic_ID%</p>
<p>Example:</p>
<p>h ttp://127.0.0.1/wp/topic/test-topic</p>
<p>to</p>
<p>h ttp://127.0.0.1/wp/topic/1234
</p>]]></description>
					</item>
		<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>

	</channel>
</rss>

