<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.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>Gravity Support Forums Tag: buddypress - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/buddypress</link>
		<description>Gravity Support Forums Tag: buddypress - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:21:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/tags/buddypress" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Autofill Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/autofill-fields#post-376141</link>
			<pubDate>Sat, 27 Jul 2013 07:00:56 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you still require assistance with this please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62; or a &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;priority support ticket&#60;/a&#62; if you are a developer license holder. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Can I Pre-Populate Or Call From Buddypress Profile Data?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-pre-populate-or-call-from-buddypress-profile-data#post-376063</link>
			<pubDate>Thu, 25 Jul 2013 08:41:33 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you still require assistance with this please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62; or a &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;priority support ticket&#60;/a&#62; if you are a developer license holder. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Daniel Foltynek on "Dynamically populating BuddyPress Profile fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populating-buddypress-profile-fields#post-373700</link>
			<pubDate>Wed, 10 Jul 2013 14:36:47 +0000</pubDate>
			<dc:creator>Daniel Foltynek</dc:creator>
			<guid isPermaLink="false">373700@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David, thank you very much for your help, your snippet I will use for my future issues, I got that working with another BP code now:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_field_value_city&#38;quot;, &#38;quot;populate_city&#38;quot;);
function populate_city($value){
     global $current_user;
     get_currentuserinfo();
     return xprofile_get_field_data(&#38;#39;city&#38;#39;, $current_user-&#38;gt;ID);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This code with &#34;xprofile_get_field_data&#34; and parameter= city works, now I will also search for drop down solution, thanks again and you can mark as &#34;RESOLVED&#34; this thread.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Dynamically populating BuddyPress Profile fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populating-buddypress-profile-fields#post-373561</link>
			<pubDate>Wed, 10 Jul 2013 13:33:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">373561@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Assuming you have the parameter of the field set to phone, then you should be able to swap out:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$phone = bp_profile_field_data( array(&#38;#39;user_id&#38;#39;=&#38;gt;$current_user_id,&#38;#39;field&#38;#39;=&#38;gt;&#38;#39;phone&#38;#39; ));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;for&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$phone = &#38;quot;(555) 555-0123&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Daniel Foltynek on "Dynamically populating BuddyPress Profile fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populating-buddypress-profile-fields#post-373509</link>
			<pubDate>Wed, 10 Jul 2013 13:06:06 +0000</pubDate>
			<dc:creator>Daniel Foltynek</dc:creator>
			<guid isPermaLink="false">373509@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dave I would love to do that, but honestly my PHP knowledge is very bad so I don't know exactly how: &#34;...to force a phone to have a value &#34;test&#34; (the code). Can you help me to give me that code and I will immediately try it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Dynamically populating BuddyPress Profile fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populating-buddypress-profile-fields#post-373484</link>
			<pubDate>Wed, 10 Jul 2013 12:52:46 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">373484@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Daniel, can you try what I asked tatertot to do please and see what happens?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Daniel Foltynek on "Dynamically populating BuddyPress Profile fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-populating-buddypress-profile-fields#post-373471</link>
			<pubDate>Wed, 10 Jul 2013 12:47:05 +0000</pubDate>
			<dc:creator>Daniel Foltynek</dc:creator>
			<guid isPermaLink="false">373471@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@tatertot did you make it work? , I have the same problem pre populate buddypress profile fields and your code doesn't work for me too:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//Buddypress prepolute phone
    add_filter(&#38;quot;form_field_value_phone&#38;quot;, &#38;quot;populate_phone&#38;quot;);
    function populate_phone() {
            $current_user = wp_get_current_user();
            $current_user_id = $current_user-&#38;gt;ID;
            $phone = bp_profile_field_data( array(&#38;#39;user_id&#38;#39;=&#38;gt;$current_user_id,&#38;#39;field&#38;#39;=&#38;gt;&#38;#39;phone&#38;#39; ));
            return $phone;
    }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "User registration &#38; custom post type submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-custom-post-type-submission#post-373267</link>
			<pubDate>Wed, 10 Jul 2013 10:36:37 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">373267@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am not sure about their buddypress user, but using Gravity Forms' User Registration add-on available to developers and a third party Custom Post Type or Directory add-on, you should be able to get most of what you've listed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>giellemme on "User registration &#38; custom post type submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-custom-post-type-submission#post-372645</link>
			<pubDate>Wed, 10 Jul 2013 02:59:47 +0000</pubDate>
			<dc:creator>giellemme</dc:creator>
			<guid isPermaLink="false">372645@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there i need to create a form to let users input their data for a sort of web directory. Their data will be saved to a custom post type. I would like them to submit their form and create their wordpress/buddypress user at the same time. Is this possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Daniel Foltynek on "Can I Pre-Populate Or Call From Buddypress Profile Data?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-pre-populate-or-call-from-buddypress-profile-data#post-366712</link>
			<pubDate>Sun, 07 Jul 2013 16:50:19 +0000</pubDate>
			<dc:creator>Daniel Foltynek</dc:creator>
			<guid isPermaLink="false">366712@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am succesfully pre populating wordpress user meta, but I have searched all the forum and I didn't find an answer how to prepopulate buddypress profile data assuming that I don't know user id, I simply want the logged in user to have pre populate first_name and last_name from wordpress and some other fields from buddypress profile groups, is it difficult? I hope that buddypress profile fields works very similarly to user_meta, I tried many combinations from this website and nothing works for me - (the name of the field in buddypress profile is Phone - group_id=5&#38;amp;field_id=59 - this is the slug from edit profile page :&#60;br /&#62;
This is the example which doesn't work in functions.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;form_field_value_phone&#38;quot;, &#38;quot;populate_phone&#38;quot;);
function populate_phone() {
	$current_user = wp_get_current_user();
	$current_user_id = $current_user-&#38;gt;ID;
	$phone = bp_profile_field_data( array(&#38;#39;user_id&#38;#39;=&#38;gt;$current_user_id,&#38;#39;field&#38;#39;=&#38;gt;&#38;#39;Phone&#38;#39; ));
	return $phone;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Can you help me to get it work ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
