<?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 | lflier | Mentions</title>
	<link>https://buddypress.org/members/lflier/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/lflier/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning lflier.</description>
	<lastBuildDate>Sat, 11 Apr 2026 09:51:26 +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">dac6520a02da0010d291d20d1e57c538</guid>
				<title>Joe replied to the topic How do I move profile subnavs to Settings subnav in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-do-i-move-profile-subnavs-to-settings-subnav/#post-184228</link>
				<pubDate>Thu, 19 Jun 2014 15:41:28 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/henrywright/" rel="nofollow ugc">@henrywright</a> and <a href="http://buddypress.org/members/lflier/" rel="nofollow ugc">@lflier</a> thanks a bunch for the time on this, it&#8217;s much appreciated! I&#8217;m going to play around with the information you gave me and see if I can come up with something a little later. I&#8217;ll keep you posted on my progress! Can&#8217;t thank you guys enough for your time and I look forward to reaching out soon, hopefully with some success!&hellip;<span class="activity-read-more" id="activity-read-more-262311"><a href="http://buddypress.org/support/topic/how-do-i-move-profile-subnavs-to-settings-subnav/#post-184228" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c448e82d0b9058c309b89559d7909aa5</guid>
				<title>Henry Wright replied to the topic How do I move profile subnavs to Settings subnav in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-do-i-move-profile-subnavs-to-settings-subnav/#post-184226</link>
				<pubDate>Thu, 19 Jun 2014 14:41:07 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/lflier/" rel="nofollow ugc">@lflier</a> couldn&#8217;t do any better than this if I tried. It all looks good to me 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d6c007542def6c85ff652a65d55647fa</guid>
				<title>Henry Wright replied to the topic How do I move profile subnavs to Settings subnav in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-i-move-profile-subnavs-to-settings-subnav/#post-184224</link>
				<pubDate>Thu, 19 Jun 2014 13:48:52 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/lflier/" rel="nofollow ugc">@lflier</a></p>
<p>Take a look at this example screen function from the BP Skeleton Component:</p>
<p><a href="https://github.com/boonebgorges/buddypress-skeleton-component/blob/master/includes/bp-example-screens.php#L33" rel="nofollow ugc">https://github.com/boonebgorges/buddypress-skeleton-component/blob/master/includes/bp-example-screens.php#L33</a></p>
<p>Instead of trying to re-use the <code>xprofile_screen_change_avatar</code>, perhaps try creating your own using this as a guide. <a href="http://buddypress.org/members/boonebgorges/profile/" rel="nofollow ugc">Boone Gorges</a> looks after the BP&hellip;<span class="activity-read-more" id="activity-read-more-262257"><a href="https://buddypress.org/support/topic/how-do-i-move-profile-subnavs-to-settings-subnav/#post-184224" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6498897d53a0c77ed2ee101282a832a6</guid>
				<title>Henry Wright replied to the topic How do I move profile subnavs to Settings subnav in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-i-move-profile-subnavs-to-settings-subnav/#post-184220</link>
				<pubDate>Thu, 19 Jun 2014 12:45:46 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/lflier/" rel="nofollow ugc">@lflier</a></p>
<p>In your <code>setup_custom_nav</code> function, instead of:</p>
<p><code>&#039;screen_function&#039; =&gt; &#039;lf_screen_function&#039;,</code></p>
<p>Maybe you can do this:</p>
<p><code>&#039;screen_function&#039; =&gt; &#039;xprofile_screen_change_avatar&#039;,</code></p>
<p>And you won&#8217;t need your <code>lf_screen_function()</code> function.</p>
<p>I haven&#8217;t tested this, but don&#8217;t see why doing that isn&#8217;t possible.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">335ce6e8b11b99b06f9758ba094b310a</guid>
				<title>Henry Wright replied to the topic How do I move profile subnavs to Settings subnav in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-do-i-move-profile-subnavs-to-settings-subnav/#post-184196</link>
				<pubDate>Wed, 18 Jun 2014 22:12:54 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/lflier/" rel="nofollow ugc">@lflier</a> that sounds like a good approach. The screen function will be already written for you and as you say, creating the new subnav and removing the unwanted one is easy enough.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c14e3cb1ab1ee55540adebc4b8392d3d</guid>
				<title>Henry Wright replied to the topic How do I move profile subnavs to Settings subnav in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-do-i-move-profile-subnavs-to-settings-subnav/#post-184194</link>
				<pubDate>Wed, 18 Jun 2014 21:22:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/members/josephfrio13yahoocom/" rel="nofollow ugc">@josephfrio13yahoocom</a> and <a href="http://buddypress.org/members/lflier/" rel="nofollow ugc">@lflier</a></p>
<p>Component navigation is set-up in the component&#8217;s class. For example, the <code>setup_nav</code> method within the <code>BP_Friends_Component</code> class does this for the <em>Friends</em> component. See <a href="https://github.com/buddypress/BuddyPress/blob/master/src/bp-friends/bp-friends-loader.php#L100" rel="nofollow ugc">here</a> for exactly how it&#8217;s done.</p>
<p>To my knowledge, there is no easy way to move subnavs around. </p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>