<?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 | Baconbits | Activity</title>
	<link>https://buddypress.org/members/seriousdon/activity/</link>
	<atom:link href="https://buddypress.org/members/seriousdon/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Baconbits.</description>
	<lastBuildDate>Mon, 06 Apr 2026 01:23:24 +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">2f2dc1d7c2afd7f242a03bae790cf24b</guid>
				<title>Baconbits replied to the topic [Resolved] Need guidance about member links in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/need-guidance-should-be-simple-stuff/#post-149141</link>
				<pubDate>Fri, 28 Dec 2012 17:30:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>Found a solution to 1:</p>
<p><code>/ Filter wp_nav_menu() to add profile link<br />
add_filter( &#039;wp_nav_menu_items&#039;, &#039;my_nav_menu_profile_link&#039; );<br />
function my_nav_menu_profile_link($menu) {<br />
        if (!is_user_logged_in())<br />
                return $menu;<br />
        else<br />
                $profilelink = &#039;&lt;li&gt;&lt;a href=&quot;&#039; . bp_loggedin_user_domain( &#039;/&#039; ) . &#039;&quot;&hellip;</code><span class="activity-read-more" id="activity-read-more-321863"><a href="https://buddypress.org/support/topic/need-guidance-should-be-simple-stuff/#post-149141" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d14ea25b886853ccd8f873d93f58ca5e</guid>
				<title>Baconbits started the topic [Resolved] Need guidance about member links in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/need-guidance-should-be-simple-stuff/</link>
				<pubDate>Fri, 28 Dec 2012 17:13:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Forgive me if this stuff has been asked in the past, I am constantly searching and browsing, website almost complete, there are just a few more kinks I need worked out before I go live.</p>
<p>1. I want to add a separate link up top to direct users to their member page (www.website.com/members/username). How do I set this up so it takes them to THEIR&hellip;<span class="activity-read-more" id="activity-read-more-321865"><a href="https://buddypress.org/support/topic/need-guidance-should-be-simple-stuff/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>