<?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 | TamikaCaldwel | Favorites</title>
	<link>https://buddypress.org/members/tamikacaldwel/activity/favorites/</link>
	<atom:link href="https://buddypress.org/members/tamikacaldwel/activity/favorites/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed of TamikaCaldwel&#039;s favorites.</description>
	<lastBuildDate>Sun, 19 Apr 2026 23:02:47 +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">94ab4d5195c954a29d18c3955a45eb48</guid>
				<title>Prashant Singh replied to the topic by default sort groups alphabetically in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/by-default-sort-groups-alphabetically/#post-312235</link>
				<pubDate>Mon, 08 Jun 2020 09:27:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have tested from both the users and also as a guest, groups are sorted alphabetically.</p>
<p>Please try to clear your cache. Also, check if everything you did for sorting is reverted except the code which I gave.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7412d21996dc72c2dab5fb38be43886c</guid>
				<title>Peter Hardy-vanDoorn replied to the topic How to show location field in members-loop.php in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/how-to-show-location-field-in-members-loop-php/#post-276015</link>
				<pubDate>Thu, 30 Aug 2018 10:11:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>The documentation for the Members Loop is here: <a href="https://codex.buddypress.org/developer/loops-reference/the-members-loop" rel="nofollow ugc">https://codex.buddypress.org/developer/loops-reference/the-members-loop</a></p>
<p>You will see that there are a number of hooks which you can add your additions into, particularly at line 44: <code>do_action( &#039;bp_directory_members_item&#039; );</code> and at line 59: <code>do_action( &#039;bp_directory_members_actions&#039; );</code> </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">722e12df0403d33e94da9711ccf72250</guid>
				<title>wbcomdesigns replied to the topic Changing profile layout based on membership in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/changing-profile-layout-based-on-membership/#post-273151</link>
				<pubDate>Fri, 18 May 2018 16:59:43 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/hanza3/" rel="nofollow ugc">@hanza3</a> multiple layouts can be created for profile view and it can be wrapped with membership conditions. We had tried a similar approach to our <a href="https://demos.wbcomdesigns.com/reign-buddypress/" rel="noopener" rel="nofollow ugc">BuddyPress theme</a> which offers members to choose their profile layout from their profile and site admin can also set the default layout for members. With some customization, it can be used with membership levels.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">89a5cc1e5f137318cddb586212791cb3</guid>
				<title>shanebp replied to the topic Font Awesome breaks ajax on delete link in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/font-awesome-breaks-ajax-on-delete-link/#post-185947</link>
				<pubDate>Mon, 04 Aug 2014 21:51:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s the jquery in global.js</p>
<p>The &#8216;target&#8217; becomes the icon rather than the a tag.<br />
So <code>if ( target.hasClass(&#039;delete-activity&#039;)</code> fails. </p>
<p>Changing to this gets the right target:<br />
<code>if ( target.hasClass(&#039;icon-trash&#039;) {</code></p>
<p>And then you need to change:<br />
<code>var link_href = target.attr(&#039;href&#039;);</code></p>
<p>to:<br />
<code>var link_href = target.closest(&quot;a&quot;).attr(&quot;href&quot;);</code> </p>
<p>otherwise&hellip;<span class="activity-read-more" id="activity-read-more-284292"><a href="http://buddypress.org/support/topic/font-awesome-breaks-ajax-on-delete-link/#post-185947" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">70b9aed97e4f76c7260800c2ffbe3efa</guid>
				<title>r-a-y replied to the topic [Resolved] Changing the Default RSS Feed (Sitewide Activity) in the forum Requests &#038; Feedback</title>
				<link>http://buddypress.org/support/topic/changing-the-default-rss-feed-sitewide-activity/#post-166890</link>
				<pubDate>Wed, 26 Jun 2013 02:44:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s probably something to do with your OneCommunity Themeforest theme.</p>
<p>I&#8217;m guessing that the theme author put bp_head() before wp_head().  Pass that tidbit to the theme author or adjust it yourself by moving bp_head() below wp_head() in header.php.</p>
<p>If you switch to another theme like Twenty Twelve or Twenty Thirteen, you should see that the&hellip;<span class="activity-read-more" id="activity-read-more-209890"><a href="http://buddypress.org/support/topic/changing-the-default-rss-feed-sitewide-activity/#post-166890" 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>
		
	</channel>
</rss>