<?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: Removing Profile Fields</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Removing Profile Fields</description>
<language>en</language>
<pubDate>Sun, 12 Oct 2008 17:00:58 +0000</pubDate>

<item>
<title>livibetter on "Removing Profile Fields"</title>
<link>http://bbpress.org/forums/topic/profile-fields#post-11715</link>
<pubDate>Mon, 29 Oct 2007 06:22:12 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">11715@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Use this code as a plugin.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function Hook_get_profile_info_keys($keys) {
    unset($keys[&#38;#39;interest&#38;#39;]);
    return $keys;
    }

add_filter(&#38;#39;get_profile_info_keys&#38;#39;, &#38;#39;Hook_get_profile_info_keys&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Lookfab on "Removing Profile Fields"</title>
<link>http://bbpress.org/forums/topic/profile-fields#post-11712</link>
<pubDate>Mon, 29 Oct 2007 03:48:31 +0000</pubDate>
<dc:creator>Lookfab</dc:creator>
<guid isPermaLink="false">11712@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there any way to change the fields in the profile? For example, if I wanted to remove the &#34;Interests&#34; field, would that be possible from the theme? &#60;/p&#62;
&#60;p&#62;In looking around these forums for an answer I see there is a plug-in for customizing the profile, but I wondered whether there is a simple theme-based solution.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
