<?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 | KileyKnisely | Favorites</title>
	<link>https://buddypress.org/members/kileyknisely/activity/favorites/</link>
	<atom:link href="https://buddypress.org/members/kileyknisely/activity/favorites/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed of KileyKnisely&#039;s favorites.</description>
	<lastBuildDate>Thu, 09 Apr 2026 00:05:04 +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">0671e104beb85c3fe86a8b8f92443a7d</guid>
				<title>Bailey Metcalfe replied to the topic Notifications settings in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/notifications-settings/#post-305527</link>
				<pubDate>Wed, 01 May 2019 13:03:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is the second file is overloaded? &amp; Overloading &amp; copying it over from:<br />
/bp-templates/bp-legacy/buddypress/ </p>
<p>It may be?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">06308fc5f16a73a540d54a69a5913ec9</guid>
				<title>dainismichel replied to the topic Problem with &#034;Please upload your profile photo to start using this site.&#034; in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/problem-with-please-upload-your-profile-photo-to-start-using-this-site/#post-269339</link>
				<pubDate>Sat, 02 Dec 2017 04:48:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>the word from me and my tech team: </p>
<p>&#8220;it&#8217;s either Bill Gates or gremlins&#8221;</p>
<ul>
<li>i do not have this setting set anywhere. </li>
<li>i do not have plugins installed that would cause such functionality.</li>
</ul>
]]></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">ba0304dcc6c75f40a466108bd3da1d7f</guid>
				<title>TÃ© Baybute replied to the forum topic Can someone explain how to add tabs to the profile page? in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/can-someone-explain-how-to-add-tabs-to-the-profile-page/?topic_page=2#post-12448</link>
				<pubDate>Fri, 09 Mar 2012 17:06:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>This method has stopped working. This is the code I was using:</p>
<p>`bp_core_new_subnav_item( array(<br />
   &#8216;name&#8217; = &#8216;News&#8217;,<br />
   &#8216;slug&#8217; = &#8216;news&#8217;,<br />
   &#8216;parent_url&#8217; = $bp-root_domain .&#8217;/&#8217;. $bp-groups-slug . [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">10ecf23221113fbe05c57651e7da281c</guid>
				<title>Anton commented on the post, BuddyPress 1.5 now available!, on the site BuddyPress.org</title>
				<link>http://buddypress.org/2011/09/buddypress-1-5-now-available/comment-page-1/#comment-8685</link>
				<pubDate>Fri, 23 Sep 2011 06:46:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>Excellent!  Well done.  Time to upgrade all my installations.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">97c63dae8bee488dc622a5159b7e38ea</guid>
				<title>freque.unce started the forum topic Avatars Don’t Show – WP 3.1.3 + BP 1.2.8 in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/avatars-dont-show-wp-3-1-3-bp-1-2-8/</link>
				<pubDate>Sat, 11 Jun 2011 08:32:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, I&#8217;m using WP 3.1.3 + BP 1.2.8. I&#8217;ve searched alot of forums but I&#8217;m having trouble finding a fix. Avatars show fine in the dashboard but the website itself only displays default avatars.</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>