<?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 | tightflks | Mentions</title>
	<link>https://buddypress.org/members/tightflks/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/tightflks/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning tightflks.</description>
	<lastBuildDate>Sat, 04 Apr 2026 11:45: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">256b8b2cb82dc73ce9dbdb512dd28a76</guid>
				<title>Henry Wright replied to the topic Profile picture to use wordpress avatar in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/profile-picture-to-use-wordpress-avatar/#post-197233</link>
				<pubDate>Wed, 17 Sep 2014 11:53:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/members/tightflks/" rel="nofollow ugc">@tightflks</a></p>
<p>You can use <code>get_avatar()</code> instead of the BuddyPress function <code>bp_core_fetch_avatar()</code>. See: <a href="http://codex.wordpress.org/Function_Reference/get_avatar" rel="nofollow ugc">http://codex.wordpress.org/Function_Reference/get_avatar</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">205b3196fb947754b3a91cd1a47f6c24</guid>
				<title>Henry Wright replied to the topic [Resolved] Redirect users to buddypress profile edit page after sign up in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/redirect-users-to-buddypress-profile-edit-page-after-sign-up/#post-188790</link>
				<pubDate>Sun, 31 Aug 2014 00:21:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/members/tightflks/" rel="nofollow ugc">@tightflks</a></p>
<p>Try adding this to your theme&#8217;s functions.php file:</p>
<p><code>function my_signup_redirect( $user_id, $user_login, $user_password, $user_email, $usermeta ) {<br />
    wp_redirect( home_url() . &#039;/members/&#039; . $user_login . &#039;/profile/edit/group/1/&#039; );<br />
    exit();<br />
}<br />
add_action( &#039;bp_core_signup_user&#039;, &#039;my_signup_redirect&#039;, 10, 5&hellip;</code></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>