<?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: Getting rid of ?replies=#</title>
		<link>http://bbpress.org/forums/topic/getting-rid-of-replies</link>
		<description>bbPress Support Forums &#187; Topic: Getting rid of ?replies=#</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 11:27:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/getting-rid-of-replies" rel="self" type="application/rss+xml" />

		<item>
			<title>Simon99 on "Getting rid of ?replies=#"</title>
			<link>http://bbpress.org/forums/topic/getting-rid-of-replies#post-8689</link>
			<pubDate>Wed, 04 Jul 2007 16:11:11 +0000</pubDate>
			<dc:creator>Simon99</dc:creator>
			<guid isPermaLink="false">8689@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Aha, glad I spent an extra couple of minutes searching, as I was about to ask this same question. bbpress looks great btw, I really like the slimline approach. :)
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (mdawaffe) on "Getting rid of ?replies=#"</title>
			<link>http://bbpress.org/forums/topic/getting-rid-of-replies#post-8676</link>
			<pubDate>Tue, 03 Jul 2007 16:52:50 +0000</pubDate>
			<dc:creator>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">8676@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><code>under_title</code> looks like a pretty lame hook; I doubt you can trust it's existence in every theme and it may get removed entirely in some later version of bbPress.</p>
<p>If you need to add content to a topic page there, I'd just edit your custom theme.
</p>]]></description>
					</item>
		<item>
			<title>Beer on "Getting rid of ?replies=#"</title>
			<link>http://bbpress.org/forums/topic/getting-rid-of-replies#post-8652</link>
			<pubDate>Sat, 30 Jun 2007 13:58:38 +0000</pubDate>
			<dc:creator>Beer</dc:creator>
			<guid isPermaLink="false">8652@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for this.</p>
<p>Do you know anything about the 'under_title' hook or where it might be documented?
</p>]]></description>
					</item>
		<item>
			<title>M on "Getting rid of ?replies=#"</title>
			<link>http://bbpress.org/forums/topic/getting-rid-of-replies#post-8639</link>
			<pubDate>Sat, 30 Jun 2007 01:29:54 +0000</pubDate>
			<dc:creator>M</dc:creator>
			<guid isPermaLink="false">8639@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Another something I never knew I always wanted! Thanks. :)
</p>]]></description>
					</item>
		<item>
			<title>Trent Adams on "Getting rid of ?replies=#"</title>
			<link>http://bbpress.org/forums/topic/getting-rid-of-replies#post-8610</link>
			<pubDate>Fri, 29 Jun 2007 14:23:11 +0000</pubDate>
			<dc:creator>Trent Adams</dc:creator>
			<guid isPermaLink="false">8610@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Slick!    Applies this one and it looks "MUCH" better!   Thanks mdawaffe!</p>
<p>Trent
</p>]]></description>
					</item>
		<item>
			<title>fel64 on "Getting rid of ?replies=#"</title>
			<link>http://bbpress.org/forums/topic/getting-rid-of-replies#post-8607</link>
			<pubDate>Fri, 29 Jun 2007 13:10:45 +0000</pubDate>
			<dc:creator>fel64</dc:creator>
			<guid isPermaLink="false">8607@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thank you very much. I didn't realise it would be as simple as removing a filter, that's cool :)
</p>]]></description>
					</item>
		<item>
			<title>Michael Adams (mdawaffe) on "Getting rid of ?replies=#"</title>
			<link>http://bbpress.org/forums/topic/getting-rid-of-replies#post-8604</link>
			<pubDate>Fri, 29 Jun 2007 07:06:08 +0000</pubDate>
			<dc:creator>Michael Adams (mdawaffe)</dc:creator>
			<guid isPermaLink="false">8604@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Make a new file in your my-plugins/ directory with the following code in it.  Then activate the plugin in your bbPress' admin panels.</p>
<pre><code>&#60;?php
/*
Plugin Name: No ?replies
Description: Get rid of the ?replies=# ugliness in topic links
Plugin URI: <a href="http://bbpress.org/forums/topic/getting-rid-of-replies" rel="nofollow">http://bbpress.org/forums/topic/getting-rid-of-replies</a>
Author: fel64
Version: 1.0
*/ 

remove_filter( &#39;get_topic_link&#39;, &#39;bb_add_replies_to_topic_link&#39; );

?&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>fel64 on "Getting rid of ?replies=#"</title>
			<link>http://bbpress.org/forums/topic/getting-rid-of-replies#post-8552</link>
			<pubDate>Thu, 28 Jun 2007 12:53:54 +0000</pubDate>
			<dc:creator>fel64</dc:creator>
			<guid isPermaLink="false">8552@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>On the end of URLs in <a href="http://forums.loinhead.net/">my forums </a> it always attaches a <code>?replies=#</code> to the topic link (or redirects you if you open a topic without that in the url) where # is the number of replies to the topic. It's really ugly and I want to get rid of it; no other forums apart from this one that I've seen have it! I'm using slug permalinks but I believe it was there before that. I've got the rules from <code>bb-admin/rewrite-rules.php</code> in my .htaccess because Multiviews didn't seem to work for me. Anyone know how to get rid of that?
</p>]]></description>
					</item>

	</channel>
</rss>

