<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: Title Tags</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Title Tags</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 12:40:07 +0000</pubDate>

<item>
<title>sclark74 on "Title Tags"</title>
<link>http://bbpress.org/forums/topic/title-tags#post-9047</link>
<pubDate>Tue, 17 Jul 2007 21:21:54 +0000</pubDate>
<dc:creator>sclark74</dc:creator>
<guid isPermaLink="false">9047@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Awesome - I will let you know how it goes.  Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Title Tags"</title>
<link>http://bbpress.org/forums/topic/title-tags#post-9045</link>
<pubDate>Tue, 17 Jul 2007 21:12:46 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">9045@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh, sorry. Yeah. I getchoo. Yes. The filter you want to use is bb_title. The way filters work is that you tell bbpress what you want to filter, bbpress gives you the input and you return the output. In this case:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: Title Modifier
Author: You
*/
add_filter(&#38;#39;bb_title&#38;#39;, &#38;#39;titlemodify&#38;#39;);

function titlemodify( $title ) {
//your code that does something to $title;
return $title;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Paste this into an empty text file, save it as &#60;code&#62;whateveryouwant.php&#60;/code&#62;, edit the code so it actually does something with &#60;code&#62;$title&#60;/code&#62;, then upload and activate.
&#60;/p&#62;</description>
</item>
<item>
<title>sclark74 on "Title Tags"</title>
<link>http://bbpress.org/forums/topic/title-tags#post-9044</link>
<pubDate>Tue, 17 Jul 2007 20:57:12 +0000</pubDate>
<dc:creator>sclark74</dc:creator>
<guid isPermaLink="false">9044@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry if Im not being clear enough - Im a newbie.  I mean the text that shows up in the browsers title bar: &#38;lt;title&#38;gt;&#38;lt;/title&#38;gt;.  When I enter a name for a forum in the Forum Managment Inteface, that name appears in the title tag, however I want the title tag to contain more text than the forum name.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Title Tags"</title>
<link>http://bbpress.org/forums/topic/title-tags#post-9043</link>
<pubDate>Tue, 17 Jul 2007 20:45:34 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">9043@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What do you mean by title tag? I don't understand. Do you mean the text that appears next to the bb icon at the top of the page?
&#60;/p&#62;</description>
</item>
<item>
<title>sclark74 on "Title Tags"</title>
<link>http://bbpress.org/forums/topic/title-tags#post-9042</link>
<pubDate>Tue, 17 Jul 2007 20:38:49 +0000</pubDate>
<dc:creator>sclark74</dc:creator>
<guid isPermaLink="false">9042@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello.    Can anyone please tell me how to customize title tags in the forums?  How can I have a title tag that is different from the name of the forum?&#60;/p&#62;
&#60;p&#62;I looked around for this info, but was unable to find it.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
