<?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 | boundless_ink | Activity</title>
	<link>https://buddypress.org/members/boundlessink/activity/</link>
	<atom:link href="https://buddypress.org/members/boundlessink/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for boundless_ink.</description>
	<lastBuildDate>Sat, 04 Apr 2026 14:21:57 +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">84d9f29110ea85150b65c78ef370b813</guid>
				<title>boundless_ink replied to the topic How Do I Change Default Members Profile Landing Tab - Step by step? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-i-change-default-members-profile-landing-tab-step-by-step/#post-282907</link>
				<pubDate>Wed, 19 Dec 2018 18:39:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>ANSWER IS:</p>
<p>function admin_default_page() {<br />
    global $user;<br />
    return bp_core_get_user_domain( $user-&gt;ID ).&#8217;/profile/edit/group/2/&#8217;;<br />
}<br />
add_filter(&#8216;login_redirect&#8217;, &#8216;admin_default_page&#8217;);</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d86375c3741634e623cb2696fc790152</guid>
				<title>boundless_ink replied to the topic How Do I Change Default Members Profile Landing Tab - Step by step? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-i-change-default-members-profile-landing-tab-step-by-step/#post-282902</link>
				<pubDate>Wed, 19 Dec 2018 18:05:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>what about this?</p>
<p><code>function wps_redirect_bp_login() {<br />
  if( is_user_logged_in() &amp;&amp; bp_is_register_page() ) {<br />
    bp_core_redirect( get_option(&#039;home&#039;) . &#039;/members/&#039; . $user_login . &#039;/profile/edit/group/1/&#039; );<br />
  }<br />
}<br />
add_action( &#039;template_redirect&#039;, &#039;wps_redirect_bp_login&#039;, 1 );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee93bb70150bc7a77690951c4439f590</guid>
				<title>boundless_ink replied to the topic How Do I Change Default Members Profile Landing Tab - Step by step? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-i-change-default-members-profile-landing-tab-step-by-step/#post-282899</link>
				<pubDate>Wed, 19 Dec 2018 17:42:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>Redirect users to buddypress profile edit page after sign up: TOPIC: </p>
<p>this code: via <a href="https://buddypress.org/support/topic/redirect-users-to-buddypress-profile-edit-page-after-sign-up/" rel="noopener" rel="nofollow ugc">https://buddypress.org/support/topic/redirect-users-to-buddypress-profile-edit-page-after-sign-up/</a></p>
<p>.. this doesnt seem to work either.. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ffb1382c2a1b1fa8855ad786df8f87ba</guid>
				<title>boundless_ink replied to the topic How Do I Change Default Members Profile Landing Tab - Step by step? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-i-change-default-members-profile-landing-tab-step-by-step/#post-282898</link>
				<pubDate>Wed, 19 Dec 2018 17:39:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>i just want to redirect the loggedin bp user to land on the EDIT tab to start editing.. this is so hard to do</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee61856bf99bba1c4ffbd17d4cccc796</guid>
				<title>boundless_ink replied to the topic How Do I Change Default Members Profile Landing Tab - Step by step? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-i-change-default-members-profile-landing-tab-step-by-step/#post-282897</link>
				<pubDate>Wed, 19 Dec 2018 17:35:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>i put this in the function.php child theme: is this correct code?</p>
<p><code>function my_login_redirect( $user_id, $user_login, $user_password, $user_email, $usermeta ) {<br />
    wp_redirect( bp_loggedin_user_domain() . &#039;/profile/edit/group/2/&#039; );<br />
    exit();<br />
}<br />
add_action( &#039;login_redirect&#039;, &#039;my_login_redirect&#039;, 10, 5 );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c8fc21364e1d4301464a4a09fbb98161</guid>
				<title>boundless_ink replied to the topic How Do I Change Default Members Profile Landing Tab - Step by step? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-i-change-default-members-profile-landing-tab-step-by-step/#post-282892</link>
				<pubDate>Wed, 19 Dec 2018 16:42:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is not working for me `function my_signup_redirect( $user_id, $user_login, $user_password, $user_email, $usermeta ) {<br />
    wp_redirect( home_url() . &#8216;/members/&#8217; . $user_login . &#8216;/profile/edit/group/1/&#8217; );<br />
    exit();<br />
}<br />
add_action( &#8216;bp_core_signup_user&#8217;, &#8216;my_signup_redirect&#8217;, 10, 5 );`</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e9ec8f0b951e30d8ac0845c0c4ce44bc</guid>
				<title>boundless_ink replied to the topic How Do I Change Default Members Profile Landing Tab - Step by step? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-i-change-default-members-profile-landing-tab-step-by-step/#post-282889</link>
				<pubDate>Wed, 19 Dec 2018 15:36:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello, </p>
<p>How would I land on the BP Profile Page Subnav EDIT tab instead of Profile / View?</p>
<p>I cant seem to find docs for this</p>
<p>please assist if you can, ty in advance 🙂 </p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>