<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuddyPress.org | Hardeep Asrani | Activity</title>
	<link>https://buddypress.org/members/hardeepasrani/activity/</link>
	<atom:link href="https://buddypress.org/members/hardeepasrani/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Hardeep Asrani.</description>
	<lastBuildDate>Mon, 06 Apr 2026 09:42:28 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">9111c4829ccb8121a58e6dda4693f801</guid>
				<title>Hardeep Asrani replied to the topic [Resolved] xProfile field being created with every reload in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/xprofile-field-being-created-with-every-reload/#post-188373</link>
				<pubDate>Sun, 24 Aug 2014 20:12:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Amazing!!</p>
<p>Where&#8217;s the mark as resolved or close the topic option?</p>
<p>Or maybe adding a tag would do that? Let me try&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">31fb372bb85a76d517a758b9939e5e41</guid>
				<title>Hardeep Asrani replied to the topic [Resolved] xProfile field being created with every reload in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/xprofile-field-being-created-with-every-reload/#post-188368</link>
				<pubDate>Sun, 24 Aug 2014 19:23:37 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/shanebp/" rel="nofollow ugc">@shanebp</a></p>
<p>Okay, it worked!!! That&#8217;s a lot!!</p>
<p>One more thing &#8211; can you please tell me what if it&#8217;s in the functions.php file, do I need to use the bp_init then or something else?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b5c5c0cc67fa5bc6a0d31ad7f09acc25</guid>
				<title>Hardeep Asrani replied to the topic [Resolved] xProfile field being created with every reload in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/xprofile-field-being-created-with-every-reload/#post-188355</link>
				<pubDate>Sun, 24 Aug 2014 11:17:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>That&#8217;s not what I&#8217;m looking for.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4d0f6b569d3ebcad481b02ed99e0490b</guid>
				<title>Hardeep Asrani replied to the topic [Resolved] xProfile field being created with every reload in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/xprofile-field-being-created-with-every-reload/#post-188347</link>
				<pubDate>Sun, 24 Aug 2014 06:14:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Because I&#8217;m trying to create a plugin out of it.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">73bb803706df257514bced9c1b23f0ad</guid>
				<title>Hardeep Asrani started the topic [Resolved] xProfile field being created with every reload in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/xprofile-field-being-created-with-every-reload/</link>
				<pubDate>Sat, 23 Aug 2014 20:02:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m using following snippet to create xProfile fields in a custom plugin:</p>
<p><code></code>`<br />
add_action(&#8216;bp_init&#8217;, &#8216;field_xprofile_twitter&#8217;);</p>
<p>function field_xprofile_twitter()<br />
{<br />
    global $wpdb;<br />
    xprofile_insert_field(<br />
        array (<br />
            field_group_id =&gt; 1,<br />
            name =&gt; &#8216;WWWYKI&#8217;,<br />
            can_delete =&gt; false, // Doesn&#8217;t work *&hellip;<span class="activity-read-more" id="activity-read-more-293148"><a href="http://buddypress.org/support/topic/xprofile-field-being-created-with-every-reload/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">490d6fd6d9b9f33288ef9450377ec751</guid>
				<title>Hardeep Asrani replied to the topic Overrding BuddyPress files in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/overrding-buddypress-files/#post-182545</link>
				<pubDate>Tue, 06 May 2014 12:44:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>Here&#8217;s how it looks like a plugin: <a href="https://sites.google.com/site/hardeepasrani/bp-plugin-override.zip?attredirects=0&#038;d=1" rel="nofollow ugc">https://sites.google.com/site/hardeepasrani/bp-plugin-override.zip?attredirects=0&#038;d=1</a></p>
<p>Hope you can help with this&#8230;Thanks!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">343b274ca4da38f67f0aaf2b7ae8b8ba</guid>
				<title>Hardeep Asrani replied to the topic Overrding BuddyPress files in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/overrding-buddypress-files/#post-182538</link>
				<pubDate>Tue, 06 May 2014 10:54:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>And it will be like <code>pluginfolder/pluginfile.php</code> ? Or something else?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">735e632cb5365f3f876486f696c3e555</guid>
				<title>Hardeep Asrani replied to the topic Overrding BuddyPress files in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/overrding-buddypress-files/#post-182530</link>
				<pubDate>Tue, 06 May 2014 05:44:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>Would I have to do any modifications on your code, and the plugin structure will be like:</p>
<p><code>my-plugin/buddypress/members/single/member-header.php</code></p>
<p>??</p>
<p>Thanks for the help 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">64718225f469d066e54a6e38ea6fb315</guid>
				<title>Hardeep Asrani started the topic Overrding BuddyPress files in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/overrding-buddypress-files/</link>
				<pubDate>Mon, 05 May 2014 10:56:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to override following file from BuddyPress core:</p>
<p>/bp-templates/bp-legacy/buddypress/members/single/member-header.php</p>
<p>in my custom plugin, by adding it as:</p>
<p>my-plugin/buddypress/bp-templates/bp-legacy/buddypress/members/single/member-header.php</p>
<p>and it&#8217;s not working. Am I doing it right? Or is there something missing or I need to add&hellip;<span class="activity-read-more" id="activity-read-more-238752"><a href="http://buddypress.org/support/topic/overrding-buddypress-files/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7947bbe050eba9d7cef987927f1ae815</guid>
				<title>Hardeep Asrani replied to the topic Creating xProfiles using functions.php in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/creating-xprofiles-using-functions-php/#post-182444</link>
				<pubDate>Sun, 04 May 2014 06:27:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>This isn&#8217;t doing the job either:</p>
<p><code>function field_xprofile_twitter()<br />
{</p>
<p>$group_args = array(<br />
     &#039;name&#039; =&gt; &#039;Social Networks&#039;<br />
     );<br />
$group_id = xprofile_insert_field_group( $group_args ); // group&#039;s ID</p>
<p>xprofile_insert_field( $xfield_args );<br />
$xfield_args =  array (<br />
           field_group_id  =&gt; $group_id,<br />
           name            =&gt; &#039;Twitter&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-238104"><a href="http://buddypress.org/support/topic/creating-xprofiles-using-functions-php/#post-182444" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">faead0f60f196cc7a964fb24460c3ab0</guid>
				<title>Hardeep Asrani replied to the topic Creating xProfiles using functions.php in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/creating-xprofiles-using-functions-php/#post-182415</link>
				<pubDate>Sat, 03 May 2014 19:36:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>I used the following code, and it&#8217;s not doing the job:</p>
<p><code>function field_xprofile_twitter()<br />
{</p>
<p>$group_args = array(<br />
     &#039;name&#039; =&gt; &#039;Social Networks&#039;<br />
     );<br />
$group_id = xprofile_insert_field_group( $group_args ); // group&#039;s ID</p>
<p>xprofile_insert_field(<br />
    array (<br />
           field_group_id  =&gt; $group_id,<br />
           name            =&gt; &#039;Twitter&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-237902"><a href="http://buddypress.org/support/topic/creating-xprofiles-using-functions-php/#post-182415" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a187de1981d10beaab84d74ad6fe6f35</guid>
				<title>Hardeep Asrani replied to the topic Creating xProfiles using functions.php in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/creating-xprofiles-using-functions-php/#post-182411</link>
				<pubDate>Sat, 03 May 2014 19:16:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for passing the info 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b220ba2a59e27bfe88de92c6adafd93</guid>
				<title>Hardeep Asrani started the topic Creating xProfiles using functions.php in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/creating-xprofiles-using-functions-php/</link>
				<pubDate>Sat, 03 May 2014 18:42:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>I wanted to create a function which will automatically add a xProfile field. Is it possible to do it using a custom plugin or functions.php?</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>