<?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 | CarolinaCosta | Favorites</title>
	<link>https://buddypress.org/members/carolinacosta3/activity/favorites/</link>
	<atom:link href="https://buddypress.org/members/carolinacosta3/activity/favorites/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed of CarolinaCosta&#039;s favorites.</description>
	<lastBuildDate>Sun, 12 Apr 2026 01:49:19 +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">b3b26a5435376ef80c747e603c5a219d</guid>
				<title>Hugo Ashmore wrote a new post on the site BuddyPress.org</title>
				<link>https://buddypress.org/?p=272059</link>
				<pubDate>Sun, 15 Apr 2018 05:11:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s with a huge amount of pleasure and excitement that we&#8217;re announcing the Beta 2 release of BP 3.0 today ready for testing and feedback.</p>
<p>BuddyPress 3.0 will be a major milestone release for us and one we&#8217;re [&hellip;]</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">4b3a8e3f449b86051c8b25f67e1deda3</guid>
				<title>Tammie Lister commented on the post, 2014 BuddyPress Survey Results, on the site BuddyPress.org</title>
				<link>http://buddypress.org/2014/03/2014-buddypress-survey-results/comment-page-1/#comment-36871</link>
				<pubDate>Mon, 03 Mar 2014 21:32:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Big thanks to everyone that made this survey happen. Great job and really interesting to read through the responses. Everyone that also answered, thanks because you are what makes BuddyPress what it is.</p>
<p>Huge [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f361dee592e1119a4ac14f92e5d7249</guid>
				<title>James Carroll posted an update: Just wanted to say that I confirmed the email notification is [&#133;]</title>
				<link>https://buddypress.org/updates/p/190361/</link>
				<pubDate>Fri, 16 Dec 2011 15:48:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just wanted to say that I confirmed the email notification is working *without any additional plugin besides BuddyPress*.  I tested it using a fresh install of BuddyPress 1.5.2 with Wordpress 3.2.1. I did have to wait about five minutes, but the email did come through.</p>
<p>I wish I could debug it with more precision.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</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>