<?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: PROFILE - user specified fields</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: PROFILE - user specified fields</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 12:33:39 +0000</pubDate>

<item>
<title>Mistainu on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2697</link>
<pubDate>Sat, 30 Dec 2006 11:13:21 +0000</pubDate>
<dc:creator>Mistainu</dc:creator>
<guid isPermaLink="false">2697@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;first an initiative would have to be put out. i REALLY think it will benefit bbPress, hope it gets into the bbPress Core files somehow.
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2688</link>
<pubDate>Sat, 30 Dec 2006 00:22:46 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">2688@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah, ok.. I'll have to try/test that then Josh.. thanks for pointing that out.. ;) :)&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2672</link>
<pubDate>Fri, 29 Dec 2006 07:29:16 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">2672@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think he means he wants the ability to add new ones or take away some on his own, possibly through a nice interface.  It's not a bad idea.  &#60;/p&#62;
&#60;p&#62;For now, though, if you want to change it, make a file in your my-plugins directory and put this in it:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;br /&#62;
function get_profile_info_keys_personal() {&#60;br /&#62;
	return array(&#38;#39;user_email&#38;#39; =&#38;gt; array(1, __(&#38;#39;Email&#38;#39;)), &#38;#39;user_url&#38;#39; =&#38;gt; array(0, __(&#38;#39;Website&#38;#39;)), &#38;#39;from&#38;#39; =&#38;gt; array(0, __(&#38;#39;Location&#38;#39;)), &#38;#39;occ&#38;#39; =&#38;gt; array(0, __(&#38;#39;Occupation&#38;#39;)), &#38;#39;interest&#38;#39; =&#38;gt; array(0, __(&#38;#39;Interests&#38;#39;)));&#60;br /&#62;
}&#60;br /&#62;
add_filter(&#38;#39;get_profile_info_keys&#38;#39;,	&#38;#39;get_profile_info_keys_personal&#38;#39;);&#60;br /&#62;
?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then you can add or take away whatever you want.&#60;/p&#62;
&#60;p&#62;However, you will need to know a little more about how other plugins work.  For instance if you use my avatar plugin, you would need to add into that file &#60;code&#62;&#38;#39;avatar_loc&#38;#39; =&#38;gt; array(0,__(&#38;#39;Avatar URL&#38;#39;))&#60;/code&#62; (into that long line) and comment out part of my plugin.&#60;/p&#62;
&#60;p&#62;A plugin to do all of that automatically wouldn't be hard, but would need to be done in such a way so that people can write plugins to interface it (so, for instance, I could interface it from my avatar plugin to make sure that the part I need is inserted into the line).&#60;/p&#62;
&#60;p&#62;I only mention that so that if anyone decides to tackle the plugin before I do, they're sure to account for that ;)
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2671</link>
<pubDate>Fri, 29 Dec 2006 07:18:26 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">2671@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Some of that is already implemented into the bbPress forum software, for the messengers.. try this thread..&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/404?replies=11&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/404?replies=11&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>Mistainu on "PROFILE - user specified fields"</title>
<link>http://bbpress.org/forums/topic/profile-user-specified-fields#post-2670</link>
<pubDate>Fri, 29 Dec 2006 07:10:33 +0000</pubDate>
<dc:creator>Mistainu</dc:creator>
<guid isPermaLink="false">2670@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;this really cool feature is available in Vanilla and i really do think bbPress should use it too. rather than everyone creating a specific plugin and/or hack for adding new fields: DOB, website, messengers, quote, interests, etc... why not have it user specified?&#60;/p&#62;
&#60;p&#62;like say i'm in my profile editing page, i can choose to fill in the existing fields, or add new ones of my choice. say i create a new field: &#34;mobile number&#34;, then i fill in the field's data and save it for my profile. nobody else will have this &#34;mobile number&#34; field in his/her profile page except me (unless they add such a one too).&#60;/p&#62;
&#60;p&#62;in a future version, i suppose some ajax could be employed where as we type in the &#34;field name&#34; there would be a live search suggesting similar (if not matching) existing fields.&#60;/p&#62;
&#60;p&#62;what do you guys think?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
