<?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 | DanielleRandal | Favorites</title>
	<link>https://buddypress.org/members/daniellerandal/activity/favorites/</link>
	<atom:link href="https://buddypress.org/members/daniellerandal/activity/favorites/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed of DanielleRandal&#039;s favorites.</description>
	<lastBuildDate>Sun, 12 Apr 2026 20:46:11 +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">61d35d57818cac0152fada2dac45ad3b</guid>
				<title>David Cavins replied to the topic Fatal Error When Activating Pending Account in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/fatal-error-when-activating-pending-account/#post-325861</link>
				<pubDate>Fri, 19 Aug 2022 15:10:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you for reporting this issue. The fix is in this commit: <a href="https://buddypress.trac.wordpress.org/changeset/13320" rel="nofollow ugc">https://buddypress.trac.wordpress.org/changeset/13320</a></p>
<p>We&#8217;ll release a maintenance release to address it, but if you need it fixed now, add the conditional in the commit is the solution.</p>
<p>This issue only affects admin users using the Pending Memberships screen, so the problem shouldn&#8217;t&hellip;<span class="activity-read-more" id="activity-read-more-3199584"><a href="https://buddypress.org/support/topic/fatal-error-when-activating-pending-account/#post-325861" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b3468f227e53c7caae988b4fee9ba95</guid>
				<title>@mercime replied to the topic Profile Tab in Profile Page is Empty in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/profile-tab-in-profile-page-is-empty/#post-313083</link>
				<pubDate>Sun, 26 Jul 2020 16:05:34 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/martohar/" rel="nofollow ugc">@martohar</a> could be a theme issue or conflict with another plugin. Check the following first<br />
1. Go to wp-admin &gt; Settings &gt; BuddyPress &#8211; Components tab and make sure that<br />
Extended Profiles, Account Settings, and Notifications are checked and settings are saved.<br />
2. What theme are you using? Change theme to Twenty Twenty and check if you can see&hellip;<span class="activity-read-more" id="activity-read-more-2381826"><a href="https://buddypress.org/support/topic/profile-tab-in-profile-page-is-empty/#post-313083" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3ae9d390090d7c05d8ef73b1641cf7cf</guid>
				<title>Henry Wright replied to the topic How to recreate Activation page? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-recreate-activation-page/#post-307580</link>
				<pubDate>Wed, 28 Aug 2019 07:51:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>You should be able to create the page yourself. If you go to Pages in wp-admin you can use the Add New button like you would do if you were creating a standard page.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">887d5873e70852722600a85a5e61b6f9</guid>
				<title>Henry Wright replied to the topic Filter the Activity Loop for Specific User Updates in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/filter-the-activity-loop-for-specific-user-updates/#post-306698</link>
				<pubDate>Tue, 25 Jun 2019 19:33:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try <code>using bp_parse_args()</code>. Here is an example:</p>
<p><code></code>`<br />
function my_filter_after_has_activities_parse_args( $r ) {<br />
    $r[&#8216;per_page&#8217;] = 3;<br />
    // Do something else here<br />
    return $r;<br />
}<br />
add_filter( &#8216;bp_after_has_activities_parse_args&#8217;, &#8216;my_filter_after_has_activities_parse_args&#8217; );<br />
<code></code>`</p>
<p>See&hellip;<span class="activity-read-more" id="activity-read-more-1793255"><a href="https://buddypress.org/support/topic/filter-the-activity-loop-for-specific-user-updates/#post-306698" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">094577889bb6ac05af1a4a4dd9e017b3</guid>
				<title>danbp replied to the topic Problems implementing po/mo file in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/problems-implementing-pomo-file/#post-166082</link>
				<pubDate>Fri, 14 Jun 2013 21:05:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Translation goes throught php gettext module witch use the compiled mo file<br />
Compilation is accomplished by the software (poEdit in your case).</p>
<p>The pot and the po files are &#8220;working&#8221; files, they are not needed on the server.<br />
The pot contains all translatable strings<br />
The po contains the translatable strings AND the translation<br />
The difference is&hellip;<span class="activity-read-more" id="activity-read-more-209106"><a href="http://buddypress.org/support/topic/problems-implementing-pomo-file/#post-166082" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7c5ab1ebf6136f6a43d28c4256e75c40</guid>
				<title>JackTheKnife replied to the forum topic BBPress customization of registration process  in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bbpress-customization-of-registration-process/#post-135421</link>
				<pubDate>Fri, 10 Aug 2012 13:51:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for directing me to a proper forum.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b4ff7d455763cfcc7c05e0ca2c212425</guid>
				<title>lpryor replied to the forum topic Disabling email invitations in the group Invite Anyone</title>
				<link>http://buddypress.org/community/groups/invite-anyone/forum/topic/disabling-email-invitations-1/#post-107775</link>
				<pubDate>Thu, 01 Sep 2011 20:11:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>