<?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 | PaulaTaylor | Favorites</title>
	<link>https://buddypress.org/members/paulataylor/activity/favorites/</link>
	<atom:link href="https://buddypress.org/members/paulataylor/activity/favorites/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed of PaulaTaylor&#039;s favorites.</description>
	<lastBuildDate>Tue, 28 Apr 2026 08:40:58 +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">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">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">326d40635a0bc2b451dcf16bdaefe24b</guid>
				<title>islandcastaway started the forum topic BuddyPress not showing on single sites plugin page in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-not-showing-on-single-sites-plugin-page/</link>
				<pubDate>Tue, 27 Sep 2011 21:10:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello, I was gonna try to play with the new BuddyPress on a per site install of multisite but the plugin is not showing in the plugins list of individual sites,it only shows up on the network admins plugins [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9195e320d58ec599a5c51ddee6a0583e</guid>
				<title>charlcfc started the forum topic bp_has_members - bp_ajax_querystring in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp_has_members-bp_ajax_querystring/</link>
				<pubDate>Fri, 18 Mar 2011 08:14:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi All Got a page called members-functions.php and within that page running a function which does: <code>if ( bp_has_members( &#039;type=alphabetical&amp;include=&#039;.$user_id) ) : while ( bp_members() ) : bp_the_member(); ?&gt;</code> and some other jaz. This returns all the members, however a person cannot filter between the members such as: Last Active, Newest Registered.&hellip;<span class="activity-read-more" id="activity-read-more-143326"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp_has_members-bp_ajax_querystring/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e1b77e6ea897019d63d7d6a988bda692</guid>
				<title>enlightenmental1 started the topic codex help needed: documentation for dummies in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/codex-help-needed-documentation-for-dummies/</link>
				<pubDate>Tue, 19 May 2009 16:05:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>&lt;?php echo $user-&gt;avatar ?&gt;</p>
<p>where does one find more of these?</p>
<p>specifically where/how to add elements to the users blog</p>
<p>I have the blog admin information dispalying on their sidebar, but cannot get the other codex samples to work</p>
<p>how do i define a dynamic user_id ?<br />
<code><br />
 if ( bp_has_blogs() ) : </p>
<p>  &lt;div class=&quot;pag-count&quot; id=&quot;blog-count&quot;&gt;&hellip;</code><span class="activity-read-more" id="activity-read-more-289010"><a href="http://buddypress.org/support/topic/codex-help-needed-documentation-for-dummies/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>