<?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 | designweb | Mentions</title>
	<link>https://buddypress.org/members/maan18/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/maan18/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning designweb.</description>
	<lastBuildDate>Thu, 23 Apr 2026 17:33:02 +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">26ade4e8d4b1ca87456b092e16333a20</guid>
				<title>@mercime replied to the topic Author Posts in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/author-posts/#post-167543</link>
				<pubDate>Thu, 04 Jul 2013 06:12:24 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote><p>but i need to change permalink. i need to remove buddyblog and change in to posts. </p></blockquote>
<p><a href="http://buddypress.org/community/members/maan18/" rel="nofollow ugc">@maan18</a> <a href="http://buddydev.com/buddypress/introducing-buddyblog-allow-users-to-blog-from-their-buddypress-profile/#comment-316231" rel="nofollow ugc">http://buddydev.com/buddypress/introducing-buddyblog-allow-users-to-blog-from-their-buddypress-profile/#comment-316231</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b1cecd01b7f7dc73e7cd811e1a5a5d8c</guid>
				<title>@mercime replied to the topic Author Posts in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/author-posts/#post-167533</link>
				<pubDate>Thu, 04 Jul 2013 02:37:37 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/maan18/" rel="nofollow ugc">@maan18</a> see how it&#8217;s done in this plugin <a href="http://buddydev.com/buddypress/introducing-buddyblog-allow-users-to-blog-from-their-buddypress-profile/" rel="nofollow ugc">http://buddydev.com/buddypress/introducing-buddyblog-allow-users-to-blog-from-their-buddypress-profile/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d4fc8a9ffe5150eade56a0b4f9a9e591</guid>
				<title>Henry replied to the topic show header item when user not login in buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/show-header-item-when-user-not-login-in-buddypress/#post-167343</link>
				<pubDate>Mon, 01 Jul 2013 12:23:48 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/maan18/" rel="nofollow ugc">@maan18</a></p>
<p>Your code is outputting the exact same line of code to both logged in users and logged out users:</p>
<p><code>do_action( &#039;bp_member_header_actions&#039; );</code></p>
<p>The idea of an &#8216;if&#8217; statement is to output different code based on certain criteria being met.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6bf6cae33d80507c45759eca04106be7</guid>
				<title>Henry replied to the topic show header item when user not login in buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/show-header-item-when-user-not-login-in-buddypress/#post-167341</link>
				<pubDate>Mon, 01 Jul 2013 11:05:26 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/maan18/" rel="nofollow ugc">@maan18</a></p>
<p>it should work, I have used this approach many times.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab2f36099b49db0c521a27fc74b69278</guid>
				<title>Henry replied to the topic show header item when user not login in buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/show-header-item-when-user-not-login-in-buddypress/#post-167339</link>
				<pubDate>Mon, 01 Jul 2013 10:27:40 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/maan18/" rel="nofollow ugc">@maan18</a></p>
<p>I&#8217;m not sure what you&#8217;re asking exactly but take a look at this:<br />
<code>&lt;?php<br />
       if ( is_user_logged_in() ) {<br />
       // whatever you put here will be displayed if the user is logged in<br />
       } else {<br />
       // whatever you put here will be displayed when logged out<br />
       }<br />
?&gt;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb43a4ed5a51787c724c997413f1e3c1</guid>
				<title>bp-help replied to the topic show header item when user not login in buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/show-header-item-when-user-not-login-in-buddypress/#post-167335</link>
				<pubDate>Mon, 01 Jul 2013 09:43:40 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/maan18/" rel="nofollow ugc">@maan18</a><br />
I am not certain I understand your requirement but you can try:<br />
<a href="https://github.com/bphelp/private_community_for_bp_lite" rel="nofollow ugc">https://github.com/bphelp/private_community_for_bp_lite</a></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>