<?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 | King Ding | Activity</title>
	<link>https://buddypress.org/members/dazzerr/activity/</link>
	<atom:link href="https://buddypress.org/members/dazzerr/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for King Ding.</description>
	<lastBuildDate>Sat, 04 Apr 2026 18:22:07 +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">249eaf7e9187cacd2fe94d6a68e9e077</guid>
				<title>King Ding started the topic Send message after Woocommerce checkout in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/send-message-after-woocommerce-checkout/</link>
				<pubDate>Mon, 05 Jul 2021 06:00:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve created a function that sends a message to the current user after checking out with a woocommerce product. However, this only works if the user already has an account prior to checking out. Users of my website cannot create an account prior to checkout though, they must create their account <strong>at</strong> the checkout.</p>
<p>I&#8217;ve tried hooks such&hellip;<span class="activity-read-more" id="activity-read-more-2758429"><a href="https://buddypress.org/support/topic/send-message-after-woocommerce-checkout/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7c0701e0e0c8ca758bc9f38dd71413cf</guid>
				<title>King Ding replied to the topic Retrieving parent comment id via sql returns blank? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/retrieving-parent-comment-id-via-sql-returns-blank/#post-314106</link>
				<pubDate>Wed, 23 Sep 2020 06:29:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>Sorry to tripple post, but there&#8217;s no way I can edit my post. I have discovered that I simply forgot to surround {$parent_comment-&gt;comment_content} with &#8221;. However, I welcome your opinions on better alternatives to me query!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1993d9ca608c3cecccbff6c86ad5b28</guid>
				<title>King Ding replied to the topic Retrieving parent comment id via sql returns blank? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/retrieving-parent-comment-id-via-sql-returns-blank/#post-314105</link>
				<pubDate>Wed, 23 Sep 2020 05:31:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>After some tests, it seems that <code>$parent_comment-&gt;comment_content</code> in the sql line is the issue. This is me trying to retrieve a number (id) from the table: bp_activity <strong>IF</strong> the parent comment (recorded in the table comments &gt; comment_content) has the same content as an entry recorded in bp_activity. Perhaps there&#8217;s a better way to be doing this ? &#x1f914;&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">49e7a08ee0f628e0ba7b30f6856e29f9</guid>
				<title>King Ding replied to the topic How to add custom variable to bp_activity_add ? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-custom-variable-to-bp_activity_add/#post-314104</link>
				<pubDate>Wed, 23 Sep 2020 05:11:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for your time and answer <a href="https://buddypress.org/members/shanebp/" rel="nofollow ugc">@shanebp</a>! 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">574cf0814c823b747fbf616ea4f417d1</guid>
				<title>King Ding started the topic Retrieving parent comment id via sql returns blank? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/retrieving-parent-comment-id-via-sql-returns-blank/</link>
				<pubDate>Wed, 23 Sep 2020 05:10:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>In this function, I want <code>item_id =&gt; &#039;A NUMBER&#039;</code>. That number can be found on the corresponding table row retrieved from my database. I have tested the sql and it retrieves the intended values, but in the context of this function, it gives a blank value?</p>
<p><a href="https://pastebin.com/4qg11phZ" rel="nofollow ugc">https://pastebin.com/4qg11phZ</a></p>
<p>My apologies if there&#8217;s a lot of information that&#8217;s unnecessary&hellip;<span class="activity-read-more" id="activity-read-more-2453147"><a href="https://buddypress.org/support/topic/retrieving-parent-comment-id-via-sql-returns-blank/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0a1fbf648fc36975bc39bf98dd314cd9</guid>
				<title>King Ding started the topic How to add custom variable to bp_activity_add ? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-custom-variable-to-bp_activity_add/</link>
				<pubDate>Tue, 22 Sep 2020 01:52:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m creating a plugin that records wordpress comments as a bp_activity post. I&#8217;ve been successful at recording the activity, but there&#8217;s just one thing that I want to add&#8230; a new possible value! Here&#8217;s the plugin in a nutshell:</p>
<p><code>function kd_record_activity($comment_id, $approval) {<br />
    if($approval == 1) {<br />
        $comment =&hellip;</code><span class="activity-read-more" id="activity-read-more-2451745"><a href="https://buddypress.org/support/topic/how-to-add-custom-variable-to-bp_activity_add/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>