<?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 | mgrmn | Mentions</title>
	<link>https://buddypress.org/members/mgrmn/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/mgrmn/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning mgrmn.</description>
	<lastBuildDate>Mon, 06 Apr 2026 10:33:54 +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">72bfb2c206177f4d54034e1fb9533fb4</guid>
				<title>@mercime replied to the topic WP categories to BP groups in the forum Ideas</title>
				<link>http://buddypress.org/support/topic/wp-categories-to-bp-groups/#post-167510</link>
				<pubDate>Wed, 03 Jul 2013 22:40:50 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a> best person to ask about this is the plugin developer 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c8540440c28a8de41b86ed7d8fad3555</guid>
				<title>disqusnow replied to the topic BuddyPress Group Page in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/buddypress-group-page/#post-167416</link>
				<pubDate>Tue, 02 Jul 2013 13:36:34 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a><br />
I have emptied the trash and changed the parmalink from groups-2 to groups but non of my edit of Groups via the page menu isn&#8217;t showing on the Group page when view from a browser.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d1df09e1d737c123ff68347b3731fbe6</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/page/2/#post-167383</link>
				<pubDate>Mon, 01 Jul 2013 19:04:12 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a> Thanks so much. It works perfectly now.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab09972232c8eb4df4bc8ac0b05c02db</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167375</link>
				<pubDate>Mon, 01 Jul 2013 18:30:08 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a> I have emailed you. Hope you received it.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">10e68c17a5ff7c4ef0d4f8584cac5a57</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167371</link>
				<pubDate>Mon, 01 Jul 2013 18:02:38 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a></p>
<p>Thanks for all your help. I have emailed you the functions.php zip file.<br />
I can give you the wordpress admin panel if you think its the better option.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ad272c31fdaa0781bf0c55db7e925b5</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167333</link>
				<pubDate>Mon, 01 Jul 2013 08:51:00 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a></p>
<p>I ran the code on php code test site and it showed the message below:<br />
Fatal error: Call to undefined function is_user_logged_in() on line 2</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">41ed1d09fa732a8cab44aa88c71c4b61</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167332</link>
				<pubDate>Mon, 01 Jul 2013 07:37:15 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a></p>
<p>I put the code below in the text widget but it just displaying the code on the site.<br />
&lt;?php<br />
if ( !is_user_logged_in() ) { /* if the user != logged in */<br />
echo &#8220;<a href="/register-2/" rel="nofollow ugc">Register</a>&#8220;;  /* echo the link*/<br />
} else { /* else if user is logged in */<br />
echo &#8220;Welcome Back&#8221;;<br />
} /* closing the if else statement */<br />
?&gt;</p>
<p>Thanks for all your help so far.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">25e2160bc68b659fd0b007f50d92effb</guid>
				<title>@mercime replied to the topic WP categories to BP groups in the forum Ideas</title>
				<link>http://buddypress.org/support/topic/wp-categories-to-bp-groups/#post-167319</link>
				<pubDate>Mon, 01 Jul 2013 01:49:03 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a> the reverse of BP plugin, Blog Categories for Groups <a href="http://buddydev.com/buddypress/blog-categories-for-groups-plugin/" rel="nofollow ugc">http://buddydev.com/buddypress/blog-categories-for-groups-plugin/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b51cb4c4f1588e359907bdff665e2169</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167303</link>
				<pubDate>Sun, 30 Jun 2013 20:39:42 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a><br />
Thanks for the detailed explanation. I done the one for function.php<br />
But I need a bit of explanation about the one below. Sorry in advance for disturbing you.</p>
<p>&lt;?php<br />
if ( !is_user_logged_in() ) {<br />
 echo &#8220;you are NOT logged in&#8221;;<br />
} else {<br />
 echo &#8220;you are logged in&#8221;;<br />
}<br />
?&gt;<br />
Where should I put the link below in this above code lines?&hellip;<span class="activity-read-more" id="activity-read-more-210290"><a href="http://buddypress.org/support/topic/buddy-registration-link/#post-167303" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b0bdeeeabf2a9a905b328f1f92a5bce</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167301</link>
				<pubDate>Sun, 30 Jun 2013 20:12:28 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a><br />
[I see what you are trying to do, you are using a default Text Widget from wp admin-&gt; Appearance -&gt; Widgets -&gt; A text Widget with the code you posted?] </p>
<p>Your above statement is correct.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">71cf0a7b49fd896fa6f0beceded34c84</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167300</link>
				<pubDate>Sun, 30 Jun 2013 20:07:34 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a> Sorry for sounding so dumb. Can I put the code below with the text widget.<br />
Please reply with an example. Like using example.com/register</p>
<p>&lt;?php<br />
if ( is_user_logged_in() ) {<br />
    echo &#8216;Welcome, registered user!&#8217;;<br />
} else {<br />
    echo &#8216;Welcome, visitor!&#8217;;<br />
}<br />
?&gt;</p>
<p>Thanks in advance.<br />
Benjamin</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">80bf740026cf8ae798818f1c4073aeae</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167298</link>
				<pubDate>Sun, 30 Jun 2013 19:56:59 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a><br />
I don&#8217;t know what is wrong but its not loading. here is the link.<br />
<a href="http://www.disqusnow.co.uk/register-2/" rel="nofollow ugc">REGISTER</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4cb8a210d36320fad616758190f75895</guid>
				<title>disqusnow replied to the topic [Resolved] Buddy Registration Link in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddy-registration-link/#post-167294</link>
				<pubDate>Sun, 30 Jun 2013 19:38:56 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a><br />
I entered it like this:</p>
<p>&lt;?php if ( !is_user_logged_in() )  {?&gt;<br />
 To participate in Forums and Groups<a href="http://www.disqusnow.co.uk/register-2/" rel="nofollow ugc"> &lt;font color = “#306EFF”&gt;<strong>REGISTER</strong>&lt;/font&gt;</a> here<br />
 &lt;?}?&gt;</p>
<p>with the text widget and placed on the side bar but when a user logs in they could still see the &#8220;Register Message&#8221; although they can&#8217;t register once they are logged in. That is, the reg&hellip;<span class="activity-read-more" id="activity-read-more-210281"><a href="http://buddypress.org/support/topic/buddy-registration-link/#post-167294" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27fb9fdc5c6ecddc809e23a03309c4f7</guid>
				<title>@mercime replied to the topic Create Group in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-group/#post-167129</link>
				<pubDate>Fri, 28 Jun 2013 19:09:18 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a> There should be a &#8220;Create a Group&#8221; button beside the page title in the Groups Directory page. <a href="http://codex.buddypress.org/user/buddypress-components-and-features/groups/#groups-directory" rel="nofollow ugc">http://codex.buddypress.org/user/buddypress-components-and-features/groups/#groups-directory</a></p>
<p>If the &#8220;Create a Group&#8221; button doesn&#8217;t show up in your theme, that&#8217;s because the_title tag of page template is not within the WordPress loop. To resolve&hellip;<span class="activity-read-more" id="activity-read-more-210115"><a href="http://buddypress.org/support/topic/create-group/#post-167129" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">99f23a08cc0d29a7cdb6913575a10792</guid>
				<title>@mercime replied to the topic [Resolved] Remove Sidebar B not A in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/remove-sidebar-b-not-a/#post-166990</link>
				<pubDate>Wed, 26 Jun 2013 21:21:39 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a> thanks for posting back re positive result 🙂<br />
Marking this topic as resolved.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f80fde5c689eeb9b41397f27f3904a5</guid>
				<title>@mercime replied to the topic [Resolved] Remove Sidebar B not A in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/remove-sidebar-b-not-a/#post-166982</link>
				<pubDate>Wed, 26 Jun 2013 20:37:23 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mgrmn/" rel="nofollow ugc">@mgrmn</a> please do not bump your post when it&#8217;s been less than a day in queue. Know that we&#8217;re all volunteers here living in different time zones.</p>
<p>You need to find whether your theme has a template with two columns and copy source code over to a new file named buddypress.php which you will upload to theme folder in&hellip;<span class="activity-read-more" id="activity-read-more-209972"><a href="http://buddypress.org/support/topic/remove-sidebar-b-not-a/#post-166982" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>