<?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: Topic slugs &amp; numeric IDs</title>
		<link>http://bbpress.org/forums/topic/topic-slugs-amp-numeric-ids</link>
		<description>bbPress Support Forums &#187; Topic: Topic slugs &amp; numeric IDs</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 06:01:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/topic-slugs-amp-numeric-ids" rel="self" type="application/rss+xml" />

		<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>

	</channel>
</rss>

