<?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 | ad4m_wordpress | Mentions</title>
	<link>https://buddypress.org/members/ad4m_wordpress/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/ad4m_wordpress/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning ad4m_wordpress.</description>
	<lastBuildDate>Fri, 03 Apr 2026 20:13:05 +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">e1229fa87f086e986afdc8f8f81b9bdd</guid>
				<title>Hugo Ashmore replied to the topic Custom Login Redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/custom-login-redirect/#post-230586</link>
				<pubDate>Sat, 13 Dec 2014 11:31:00 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/ad4m_wordpress/" rel="nofollow ugc">@ad4m_wordpress</a> Codex is another word for documentation, &#8216;codify&#8217;, here it&#8217;s the link on the main menu labelled &#8216;Documentation&#8217; The WP documentation is also referred to as &#8216;The Codex&#8217;.</p>
<p>Your initial requirement would have been served by the simple use of one of the provided BP template tags e.g:<br />
<code>&lt;?php echo&hellip;</code><span class="activity-read-more" id="activity-read-more-344746"><a href="https://buddypress.org/support/topic/custom-login-redirect/#post-230586" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c0c8ee557847017434714d290d362c80</guid>
				<title>Hugo Ashmore replied to the topic Custom Login Redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/custom-login-redirect/#post-230586</link>
				<pubDate>Sat, 13 Dec 2014 11:31:00 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/ad4m_wordpress/" rel="nofollow ugc">@ad4m_wordpress</a> Codex is another word for documentation, &#8216;codify&#8217;, here it&#8217;s the link on the main menu labelled &#8216;Documentation&#8217; The WP documentation is also referred to as &#8216;The Codex&#8217;.</p>
<p>Your initial requirement would have been served by the simple use of one of the provided BP template tags e.g:<br />
<code>&lt;?php echo&hellip;</code><span class="activity-read-more" id="activity-read-more-344745"><a href="https://buddypress.org/support/topic/custom-login-redirect/#post-230586" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">20f9fca0aaf37bebab1ac0778fa6dcb3</guid>
				<title>bp-help replied to the topic Custom Login Redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/custom-login-redirect/#post-230579</link>
				<pubDate>Sat, 13 Dec 2014 00:08:06 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/ad4m_wordpress/" rel="nofollow ugc">@ad4m_wordpress</a><br />
On lines 471-474 in that plugins custom-login-redirect.php maybe try switching this:<br />
<code><br />
&lt;option value=&quot;&quot;&gt;Default&lt;/option&gt;<br />
    &lt;?php if (get_option(&#039;custom_login_redirect_display6&#039;,&#039;yes&#039;) == &#039;yes&#039;){ ?&gt;<br />
	  &lt;option value=&quot;&lt;?php home_url ?&gt;wp-admin/&quot;&gt;Dashboard&lt;/option&gt;<br />
	&lt;?php } ?&gt;<br />
</code></p>
<p>To to something like this:<br />
<code><br />
&lt;option value=&quot;&quot;&gt;My Profile&hellip;</code><span class="activity-read-more" id="activity-read-more-344601"><a href="https://buddypress.org/support/topic/custom-login-redirect/#post-230579" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">81259a63a83d733f8be66fee4b1c22fe</guid>
				<title>bp-help replied to the topic Custom Login Redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/custom-login-redirect/#post-230547</link>
				<pubDate>Fri, 12 Dec 2014 23:08:23 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/ad4m_wordpress/" rel="nofollow ugc">@ad4m_wordpress</a><br />
Just out of curiosity what plugin are you referring to that creates this dropdown box on the login screen? Most plugins can be modified to suit your needs if you don&#8217;t mind editing the code.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bce2f2e4085dfb4a418b3b69430b159c</guid>
				<title>bp-help replied to the topic Custom Login Redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/custom-login-redirect/#post-230545</link>
				<pubDate>Fri, 12 Dec 2014 22:51:19 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/ad4m_wordpress/" rel="nofollow ugc">@ad4m_wordpress</a><br />
Not really sure what your trying to accomplish but you need to understand the dynamic nature when a user logs in and is redirected to their profile is in PHP language and there is no full html equivalent that could pull that info from the database to take that user to their profile.<br />
I am certain you will have to use PHP to make&hellip;<span class="activity-read-more" id="activity-read-more-344589"><a href="https://buddypress.org/support/topic/custom-login-redirect/#post-230545" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1c490bac622f3ea00ebcdc90da7d69cb</guid>
				<title>bp-help replied to the topic Custom Login Redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/custom-login-redirect/#post-230545</link>
				<pubDate>Fri, 12 Dec 2014 22:51:19 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/ad4m_wordpress/" rel="nofollow ugc">@ad4m_wordpress</a><br />
Not really sure what your trying to accomplish but you need to understand the dynamic nature when a user logs in and is redirected to their profile is in PHP language and there is no full html equivalent that could pull that info from the database to take that user to their profile.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9ae7fa48c7e1e61dcaa06a8069c638d8</guid>
				<title>bp-help replied to the topic Custom Login Redirect in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/custom-login-redirect/#post-230542</link>
				<pubDate>Fri, 12 Dec 2014 22:04:58 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/ad4m_wordpress/" rel="nofollow ugc">@ad4m_wordpress</a><br />
See my snippet here for one solution:</p>
<blockquote data-secret="IAvHNQEtUI" class="wp-embedded-content"><p><a href="https://buddydev.com/snippets/530-redirect-logged-out/" rel="nofollow ugc">Redirect logged out visitors to home, and logged in users to profile</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://buddydev.com/snippets/530-redirect-logged-out/embed/#?secret=IAvHNQEtUI" data-secret="IAvHNQEtUI" width="515" height="290" title="&#8220;Redirect logged out visitors to home, and logged in users to profile&#8221; &#8212; WordPress &amp; BuddyPress Code Snippets by BuddyDev Community" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f2be882d81aebb0d3b464e9f3df95217</guid>
				<title>Hugo Ashmore replied to the topic Groups and Forums in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/groups-and-forums-2/#post-230536</link>
				<pubDate>Fri, 12 Dec 2014 20:25:13 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/ad4m_wordpress/" rel="nofollow ugc">@ad4m_wordpress</a> Please check the BP Codex documentation you&#8217;ll find much of the information you seek there.</p>
<blockquote data-secret="pgACI9HMo4" class="wp-embedded-content"><p><a href="https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/" rel="nofollow ugc">Installing Group and Sitewide Forums</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/embed/#?secret=pgACI9HMo4" data-secret="pgACI9HMo4" width="515" height="290" title="&#8220;Installing Group and Sitewide Forums&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>