<?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 | agorafolk | Mentions</title>
	<link>https://buddypress.org/members/agorafolk/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/agorafolk/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning agorafolk.</description>
	<lastBuildDate>Sat, 11 Apr 2026 22:08:30 +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">4ffcda8e43bd4150b7719ac6fa4e7e7a</guid>
				<title>Varun Dubey replied to the topic Display output Xprofile checkbox in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/display-output-xprofile-checkbox/#post-333124</link>
				<pubDate>Thu, 08 Feb 2024 05:42:45 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/agorafolk/" rel="nofollow ugc">@agorafolk</a> You can achieve this by customizing your theme or creating a custom plugin to manipulate the output of the xprofile field data.</p>
<p><code>// Assume $user_id is the ID of the user and $field_id is the ID of your checkbox field<br />
$selected_options = bp_get_profile_field_data( array( &#039;field&#039; =&gt; $field_id, &#039;user_id&#039; =&gt; $user_id ) );</p>
<p>// Split the&hellip;</code><span class="activity-read-more" id="activity-read-more-3575963"><a href="https://buddypress.org/support/topic/display-output-xprofile-checkbox/#post-333124" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">97b64ba5b153c24628313fbdfd74e971</guid>
				<title>Varun Dubey replied to the topic xprofile date output in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/xprofile-date-output/#post-333123</link>
				<pubDate>Thu, 08 Feb 2024 05:40:53 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/agorafolk/" rel="nofollow ugc">@agorafolk</a> you can use the date_i18n() function provided by WordPress, which formats the date according to your WordPress installation&#8217;s language setting.</p>
<p><code>// Assume $member_birthday contains the birthday date from the member&#039;s profile in the format &#039;1984-06-27 00:00:00&#039;<br />
$member_birthday = &#039;1984-06-27 00:00:00&#039;; // Replace this with the actual&hellip;</code><span class="activity-read-more" id="activity-read-more-3575962"><a href="https://buddypress.org/support/topic/xprofile-date-output/#post-333123" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>