<?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 | craig | Mentions</title>
	<link>https://buddypress.org/members/craigheyworth/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/craigheyworth/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning craig.</description>
	<lastBuildDate>Tue, 07 Apr 2026 03:57:44 +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">4ae4dac6361d78a04f1712737740327a</guid>
				<title>Henry replied to the topic Create a separate home page for logged in users in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-a-separate-home-page-for-logged-in-users/#post-175517</link>
				<pubDate>Sat, 14 Dec 2013 11:46:03 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/craigheyworth/" rel="nofollow ugc">@craigheyworth</a></p>
<blockquote><p>Any initial thoughts on the most optimum way to achieve this considering the reporcussions on SEO etc?</p></blockquote>
<p>Keep in mind the search engine bot will be visiting your site as a &#8216;logged-out&#8217; site visitor, so it won&#8217;t see any of the content you display to logged in users only.</p>
<p>One approach you could take is to have a different front page&hellip;<span class="activity-read-more" id="activity-read-more-213976"><a href="http://buddypress.org/support/topic/create-a-separate-home-page-for-logged-in-users/#post-175517" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a64ec4b88435989cfef4302f98b4a19c</guid>
				<title>bp-help replied to the topic [Resolved] Dynamic URL&#039;s for Buddypress User Profiles, Friends etc in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/page/2/#post-168925</link>
				<pubDate>Sun, 28 Jul 2013 01:36:31 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/craigheyworth/" rel="nofollow ugc">@craigheyworth</a><br />
Check this link out and see how it implements a profile link to the wp_nav_menu<br />
<a href="http://pastebin.com/HSpJNLyV" rel="nofollow ugc">http://pastebin.com/HSpJNLyV</a><br />
You can see how to construct the profile link to add to the wp_nav_menu. Use the code I previously supplied to construct the links.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d91a9fd3b86fb4946435bc50bcb266ba</guid>
				<title>bp-help replied to the topic [Resolved] Dynamic URL&#039;s for Buddypress User Profiles, Friends etc in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168525</link>
				<pubDate>Mon, 22 Jul 2013 03:14:23 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/craigheyworth/" rel="nofollow ugc">@craigheyworth</a><br />
Where there is a will there is always a way!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5d6bd3cff0675b7dd8ead64b83bcdae4</guid>
				<title>bp-help replied to the topic [Resolved] Dynamic URL&#039;s for Buddypress User Profiles, Friends etc in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168522</link>
				<pubDate>Mon, 22 Jul 2013 02:04:50 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/craigheyworth/" rel="nofollow ugc">@craigheyworth</a><br />
Your welcome glad I could assist you!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e07ecd3c3a1936542aab3a0510174d16</guid>
				<title>bp-help replied to the topic [Resolved] Dynamic URL&#039;s for Buddypress User Profiles, Friends etc in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168520</link>
				<pubDate>Mon, 22 Jul 2013 01:56:03 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/craigheyworth/" rel="nofollow ugc">@craigheyworth</a><br />
Oops I forgot to wrap the code lets try again:<br />
For Friends Link:<code><br />
&lt;a href=&quot;&lt;?php global $current_user; echo home_url() . &#039;/members/&#039; . $current_user-&gt;user_login . &#039;/friends/&#039;; ?&gt;&quot;&gt;Friends&lt;/a&gt;<br />
</code></p>
<p>For Messages Link:<code><br />
&lt;a href=&quot;&lt;?php global $current_user; echo home_url() . &#039;/members/&#039; . $current_user-&gt;user_login . &#039;/messages/&#039;;&hellip;</code><span class="activity-read-more" id="activity-read-more-211248"><a href="http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168520" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7ac2ab2028b94ddd2ddc7ec3945ae8b8</guid>
				<title>bp-help replied to the topic [Resolved] Dynamic URL&#039;s for Buddypress User Profiles, Friends etc in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168518</link>
				<pubDate>Mon, 22 Jul 2013 01:51:33 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/craigheyworth/" rel="nofollow ugc">@craigheyworth</a><br />
You can try these with the text widget providing you enabled php like my example above.<br />
For Friends Link:<br />
<a>user_login . &#8216;/friends/&#8217;; ?&gt;&#8221;&gt;Friends</a></p>
<p>For Messages Link:<br />
<a>user_login . &#8216;/messages/&#8217;; ?&gt;&#8221;&gt;Messages</a></p>
<p>May not be perfect but it works. You could add an unordered list and wrap them in list items and style them how you choose. Good&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">49288bba249f95517821d4399a3679f0</guid>
				<title>bp-help replied to the topic [Resolved] Dynamic URL&#039;s for Buddypress User Profiles, Friends etc in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168499</link>
				<pubDate>Sun, 21 Jul 2013 20:31:24 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/craigheyworth/" rel="nofollow ugc">@craigheyworth</a><br />
I was actually just responding about it being dangerous. I simply meant if someone tells you it is dangerous they should at least say why, after all you was only going to use it to add links.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9cbe119a2806fc608f32b4b2379c21eb</guid>
				<title>bp-help replied to the topic [Resolved] Dynamic URL&#039;s for Buddypress User Profiles, Friends etc in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168475</link>
				<pubDate>Sun, 21 Jul 2013 06:41:43 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/craigheyworth/" rel="nofollow ugc">@craigheyworth</a><br />
I guess that is good info if you knew in the first place how to create your own widgets and I am assuming you wouldn&#8217;t otherwise you wouldn&#8217;t have asked for help. Also if one does not elaborate why it is not safe, I personally would like to here the explanation as to why myself. You just wanted to create some dynamic links correct?&hellip;<span class="activity-read-more" id="activity-read-more-211236"><a href="http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168475" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a06399581c9b80aa6d98532190bd8258</guid>
				<title>bp-help replied to the topic [Resolved] Dynamic URL&#039;s for Buddypress User Profiles, Friends etc in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168453</link>
				<pubDate>Sat, 20 Jul 2013 21:25:42 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/craigheyworth/" rel="nofollow ugc">@craigheyworth</a><br />
You would have to enable php in widgets before you do anything. You can use this code in your themes functions.php to enable it:<code><br />
add_filter(&#039;widget_text&#039;,&#039;execute_php&#039;,100);<br />
function execute_php($html){<br />
     if(strpos($html,&quot;&lt;&quot;.&quot;?php&quot;)!==false){<br />
          ob_start();<br />
          eval(&quot;?&quot;.&quot;&gt;&quot;.$html);<br />
          $html=ob_get_contents();&hellip;</code><span class="activity-read-more" id="activity-read-more-211226"><a href="http://buddypress.org/support/topic/dynamic-urls-for-buddypress-user-profiles-friends-etc/#post-168453" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>