<?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 | Squirrel | Activity</title>
	<link>https://buddypress.org/members/mossyoak/activity/</link>
	<atom:link href="https://buddypress.org/members/mossyoak/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Squirrel.</description>
	<lastBuildDate>Sat, 11 Apr 2026 02:53:30 +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">cbe72e74455fba7d124ffd0296eadeb4</guid>
				<title>Squirrel replied to the topic How can I make the My Groups tab default rather than Groups tab? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-can-i-make-the-my-groups-tab-default-rather-than-groups-tab/#post-180970</link>
				<pubDate>Tue, 08 Apr 2014 17:02:10 +0000</pubDate>

									<content:encoded><![CDATA[<p>Actually forget this- It seems to be working ok now without any tweaks- strange, perhaps it was my theme.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">756e79dd1f9bc8cd529d0a9ffa9331ff</guid>
				<title>Squirrel replied to the topic How can I make the My Groups tab default rather than Groups tab? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-can-i-make-the-my-groups-tab-default-rather-than-groups-tab/#post-180968</link>
				<pubDate>Tue, 08 Apr 2014 16:00:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>I found this code from <a href="http://www.tommywhite.com/resources/buddypress/change-buddypress-groups-starting-tab" rel="nofollow ugc">http://www.tommywhite.com/resources/buddypress/change-buddypress-groups-starting-tab</a> after some Google searching- does anyone know if this is a good way of doing this in the latest version of BuddyPress please?</p>
<p><code>/* Redirect for group home tab */<br />
function redirect_group_home() {<br />
global $bp;<br />
$path = clean_url(&hellip;</code><span class="activity-read-more" id="activity-read-more-222249"><a href="http://buddypress.org/support/topic/how-can-i-make-the-my-groups-tab-default-rather-than-groups-tab/#post-180968" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f598130fc26b58fcbaaac8f7b01fe732</guid>
				<title>Squirrel replied to the topic How do I remove @username from buddypress member profiles in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-do-i-remove-username-from-buddypress-member-profiles/#post-180877</link>
				<pubDate>Sun, 06 Apr 2014 10:58:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>You are right the css override does not work sorry. I just remembered how I did this sorry, try this function to turn off mentions:</p>
<p><code>// remove buddypress mentions<br />
add_filter( &#039;bp_activity_do_mentions&#039;, &#039;__return_false&#039; );</code></p>
<p>Try Adding it to your theme functions file or a custom plugin.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e16462ab943a9d810b22ab362da3b736</guid>
				<title>Squirrel started the topic How can I make the My Groups tab default rather than Groups tab? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-can-i-make-the-my-groups-tab-default-rather-than-groups-tab/</link>
				<pubDate>Sat, 05 Apr 2014 19:02:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi there</p>
<p>When I&#8217;m on the Groups page it defaults to show groups, but I would like it to default show &#8220;My Groups&#8221; as I use hidden groups a lot and if a user logs in it might look like there are no groups to them and it&#8217;s not obvious to click the My Groups Tab.</p>
<p>If anyone has a good solution that does not involve hacking into the BuddyPress plugin&hellip;<span class="activity-read-more" id="activity-read-more-220156"><a href="http://buddypress.org/support/topic/how-can-i-make-the-my-groups-tab-default-rather-than-groups-tab/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6e043398a5c0c403008cf082f741d9fb</guid>
				<title>Squirrel replied to the topic How do I remove @username from buddypress member profiles in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-do-i-remove-username-from-buddypress-member-profiles/#post-180847</link>
				<pubDate>Sat, 05 Apr 2014 18:53:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Add a css style rule to your header.php within the &lt;head&gt; tags</p>
<p>I think it&#8217;s this to get rid of the mentions on the profile page:</p>
<p><code>&lt;style type=&quot;text/css&quot;&gt;<br />
div#post-mention {<br />
display : none;<br />
}<br />
span.user-nicename {<br />
display : none;<br />
}<br />
&lt;/style&gt;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7773243382edfe5e6312fe21abacb531</guid>
				<title>Squirrel started the topic Simple Portal WordPress Theme now live in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/simple-portal-wordpress-theme-now-live/</link>
				<pubDate>Wed, 19 Mar 2014 09:57:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi guys</p>
<p>I made a WordPress theme and it&#8217;s been approved and is live now. Some comprimises on the functionality I wanted to put into it had to be made but I&#8217;m glad it&#8217;s all done now.</p>
<p><a href="https://wordpress.org/themes/simple-portal" title="simple portal wordpress theme" rel="nofollow ugc">Simple Portal on WordPress.org</a></p>
<blockquote><p>
A WordPress child theme for Twenty Thirteen that uses Twitter Bootstrap 3.0. Makes all BuddyPress and BBPress pages use full width&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-215403"><a href="http://buddypress.org/support/topic/simple-portal-wordpress-theme-now-live/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ef1d0c76fa694acec2dfc7ca49fe759</guid>
				<title>Squirrel replied to the topic Anyone tried or seen this plugin yet? Schedule content in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/anyone-tried-or-seen-this-plugin-yet-schedule-content/#post-179251</link>
				<pubDate>Mon, 03 Mar 2014 22:38:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>The plugin author is this guy by the way: he wrote some plugins on wordpress.org including BuddyPress Groups Extras which is how I found him. <a href="http://wordpress.org/plugins/buddypress-groups-extras/" title="wordpress plugin author Slava UA" rel="nofollow ugc">Slava UA</a>.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e13789f97d714cf9cbef09616aa23e10</guid>
				<title>Squirrel replied to the topic Anyone tried or seen this plugin yet? Schedule content in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/anyone-tried-or-seen-this-plugin-yet-schedule-content/#post-179208</link>
				<pubDate>Mon, 03 Mar 2014 07:27:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>The plugin author say&#8217;s it does:</p>
<blockquote><p>schedule forum topics in any group<br />
schedule site-wide notices to be published<br />
schedule group members unbanning<br />
Everything at a time you specify!</p>
<p>That gives you a unique ability to:</p>
<p>plan the traffic on your site<br />
promote something at a certain time<br />
notify users about any group events/news on time</p></blockquote>
<p>I was thinking&hellip;<span class="activity-read-more" id="activity-read-more-215185"><a href="http://buddypress.org/support/topic/anyone-tried-or-seen-this-plugin-yet-schedule-content/#post-179208" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b182cdf7b27f4a5e0d507e441c495177</guid>
				<title>Squirrel replied to the topic Hide the page &#034;members&#034; for non-members in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/hide-the-page-members-for-non-members/#post-179197</link>
				<pubDate>Mon, 03 Mar 2014 00:12:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>You could try Justin Tadlocks plugin <a href="http://wordpress.org/plugins/members/" title="members" rel="nofollow ugc">Members</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1fa5c891bc8d7e58d6ecf5345a4380c</guid>
				<title>Squirrel replied to the topic [Resolved] Community Gallery Plugin? in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/community-gallery-plugin/#post-179196</link>
				<pubDate>Mon, 03 Mar 2014 00:09:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>I did a search for User Submitted Gallery and found this at Pippins Plugins. <a href="http://pippinsplugins.com/user-submitted-image-gallery-final-overview/" title="gallery" rel="nofollow ugc">User Submitted Image Gallery</a>.</p>
<p>Or you could use Perishable Press&#8217;s <a href="http://perishablepress.com/user-submitted-posts/" title="user submitted posts" rel="nofollow ugc">User Submitted Posts</a> (posts and images) and then put the images in a gallery on a page.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6719daefa0936ebba18bf8105b55ec84</guid>
				<title>Squirrel replied to the topic [Resolved] Community Gallery Plugin? in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/community-gallery-plugin/#post-179169</link>
				<pubDate>Sun, 02 Mar 2014 18:02:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>I saw this one a while back and it seemed to work well whwn I tested it last. It might need some tweaking regarding the css though as I remember. <a href="http://wordpress.org/plugins/buddypress-portfolio/" title="buddypress portfolio" rel="nofollow ugc">BuddyPress Portfolio</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">580cb1cf71663ffa82b7b90ff8e99409</guid>
				<title>Squirrel replied to the topic Buddypress as Job Finder Employee Finder in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/buddypress-as-job-finder-employee-finder/#post-179168</link>
				<pubDate>Sun, 02 Mar 2014 17:57:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>There is this plugin too for job board creation. <a href="http://wordpress.org/plugins/wp-job-manager/screenshots/" title="job manager" rel="nofollow ugc">WP Job Manager by Mike Jolley</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">419449fe73b3f8dad05bbfc87a5be912</guid>
				<title>Squirrel replied to the topic Make Content Private in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/make-content-private/#post-179166</link>
				<pubDate>Sun, 02 Mar 2014 17:34:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Actually that Private BP Pages plugin looks pretty much ideal for what you want <a href="http://buddypress.org/community/members/mrbirl/" rel="nofollow ugc">@mrbirl</a>.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aae73aef57499aa5bc9ab37d76b2f750</guid>
				<title>Squirrel replied to the topic Remove or move title/member name on profile pages in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/remove-or-move-titlemember-name-on-profile-pages/#post-179164</link>
				<pubDate>Sun, 02 Mar 2014 17:11:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>You could probably do it with css if you find the class that controls the display of the element you want to hide.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6e4d0e9cc50255cf3730d0faa6550da2</guid>
				<title>Squirrel replied to the topic Make Content Private in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/make-content-private/#post-179163</link>
				<pubDate>Sun, 02 Mar 2014 17:09:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>I developed a <a href="https://thimblefoliopress.com/projects/2014/02/development-of-simple-portal-wordpress-theme/" title="portal theme" rel="nofollow ugc">theme</a> to do it. I&#8217;ve submitted it to the Depository but still waiting for response.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">46e845515835200b2ab305948238553a</guid>
				<title>Squirrel started the topic Anyone tried or seen this plugin yet? Schedule content in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/anyone-tried-or-seen-this-plugin-yet-schedule-content/</link>
				<pubDate>Sun, 02 Mar 2014 17:02:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>I saw this plugin on Code Canyon and think it might be useful: a content scheduling plugin for BuddyPress. Any one else seen this? <a href="http://codecanyon.net/item/buddypress-auto-posting/3635608" title="buddypress auto posting" rel="nofollow ugc">BuddyPress Auto Posting</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9ef06ee8bcee3db6b97eb611df66d723</guid>
				<title>Squirrel replied to the topic Flat Portal: Client area child theme of Twenty Thirteen in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/flat-portal-client-area-child-theme-of-twenty-thirteen/#post-179160</link>
				<pubDate>Sun, 02 Mar 2014 16:59:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve been developing this and submitted it to the depository, but so far no one has looked at it yet so it will be a while. Updates about this are here: <a href="https://thimblefoliopress.com/projects/updates/" title="updates" rel="nofollow ugc">Updates and news</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f66b623b0aa363d3da53fe68489f306</guid>
				<title>Squirrel replied to the topic Profile fields visible to admin and the logged in user only in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/profile-fields-visible-to-admin-and-the-logged-in-user-only/#post-177419</link>
				<pubDate>Thu, 23 Jan 2014 17:38:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>I mis-read your question sorry. I found a solution which lets users only view other users profiles if they are a friend of that user. The admin can see all members regardless of them being his/her friend.</p>
<p>I put the function in my functions.php:<br />
<code> // BuddyPress create conditional if friend<br />
function flatportal_bp_is_friend() {<br />
global $bp;</p>
<p>if&hellip;</code><span class="activity-read-more" id="activity-read-more-214654"><a href="http://buddypress.org/support/topic/profile-fields-visible-to-admin-and-the-logged-in-user-only/#post-177419" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8a33191df4d6775060d8a64db515739a</guid>
				<title>Squirrel replied to the topic Flat Portal: Client area child theme of Twenty Thirteen in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/flat-portal-client-area-child-theme-of-twenty-thirteen/#post-177250</link>
				<pubDate>Mon, 20 Jan 2014 07:13:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for your feedback everyone.<br />
<a href="http://buddypress.org/community/members/hnla/" rel="nofollow ugc">@hnla</a> Yes you are right, I would be responsible to support it as a premium theme. So I will have to submit it to the directory and just spend a bit more time developing it I guess.<br />
<a href="http://buddypress.org/community/members/ubernaut/" rel="nofollow ugc">@ubernaut</a> thanks I hope it would be useful to people.<br />
<a href="http://buddypress.org/community/members/henrywright/" rel="nofollow ugc">@henrywright</a> I have been thinking the same thing.</p>
<p>I will remove it from my&hellip;<span class="activity-read-more" id="activity-read-more-214592"><a href="http://buddypress.org/support/topic/flat-portal-client-area-child-theme-of-twenty-thirteen/#post-177250" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">760ec12d75d627f97458cbc280b7891c</guid>
				<title>Squirrel replied to the topic Flat Portal: Client area child theme of Twenty Thirteen in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/flat-portal-client-area-child-theme-of-twenty-thirteen/#post-177158</link>
				<pubDate>Sat, 18 Jan 2014 21:54:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>Anyone interested in this at all?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">adf9f06b499dcbee032a72d76f0de0d5</guid>
				<title>Squirrel replied to the topic Profile fields visible to admin and the logged in user only in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/profile-fields-visible-to-admin-and-the-logged-in-user-only/#post-176762</link>
				<pubDate>Sat, 11 Jan 2014 12:10:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>I use a WordPress theme I made to accomplish this. I&#8217;ve been asking on the forums if anyone wants me to release it for free but I&#8217;ve had no response/ interest from anyone yet. <a href="http://buddypress.org/support/topic/flat-portal-client-area-child-theme-of-twenty-thirteen/" title="topic about the flat portal wordpress theme" rel="nofollow ugc">http://buddypress.org/support/topic/flat-portal-client-area-child-theme-of-twenty-thirteen/</a></p>
<p>It has all the functionality you want.</p>
<p>I made it so that only admin can see all&hellip;<span class="activity-read-more" id="activity-read-more-214399"><a href="http://buddypress.org/support/topic/profile-fields-visible-to-admin-and-the-logged-in-user-only/#post-176762" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ac4023bef4a5a673fa92d9cb0748c34</guid>
				<title>Squirrel started the topic Flat Portal: Client area child theme of Twenty Thirteen in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/flat-portal-client-area-child-theme-of-twenty-thirteen/</link>
				<pubDate>Wed, 08 Jan 2014 19:43:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi there.</p>
<p>I would like your opinions on this please:This is a theme I&#8217;ve been developing for going on 2 years now in my spare time: </p>
<blockquote><p>Flat Portal is a theme I’ve developed as a child theme of Twenty Thirteen to utilise the modern features of WordPress as a publishing platform. It also uses Twitter Bootstrap 2.3.2 for layout and responsiveness, a&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-214349"><a href="http://buddypress.org/support/topic/flat-portal-client-area-child-theme-of-twenty-thirteen/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1a39ad3f74ca25fca779ac035ffa7920</guid>
				<title>Squirrel replied to the topic Flat Portal theme in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/flat-portal-theme/#post-173393</link>
				<pubDate>Sat, 26 Oct 2013 14:10:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>I made a video for the theme here: you tube flat portal WordPress theme.<br />
<a href="http://youtu.be/yGfkvnv1N-Y" rel="nofollow ugc">http://youtu.be/yGfkvnv1N-Y</a><br />
The theme is now available as a digital download in my shop for $25.<br />
<a href="https://thimblefoliopress.com/projects/downloads/flat-portal-theme-wordpress/" title="flat portal wordpress theme" rel="nofollow ugc">Flat Portal WordPress Theme.</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ad2e75639110295497d559497a01429</guid>
				<title>Squirrel replied to the topic BBPress conditionals in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/bbpress-conditionals/#post-171291</link>
				<pubDate>Fri, 13 Sep 2013 17:12:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks I have done-earlier today it occurred to me to do just that 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">83ffd907841f6b4361b8e891f870827b</guid>
				<title>Squirrel replied to the topic Profile fields visible to admin and the logged in user only in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/profile-fields-visible-to-admin-and-the-logged-in-user-only/#post-171277</link>
				<pubDate>Fri, 13 Sep 2013 09:09:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>My portal theme only lets admin / editor users view all members profiles or other users view other profiles if they are friends. If you want more info on how I did this let me know.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3a4e83734d5600383fe4dc990c7aa558</guid>
				<title>Squirrel started the topic BBPress conditionals in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/bbpress-conditionals/</link>
				<pubDate>Thu, 12 Sep 2013 11:17:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi there</p>
<p>Does anyone know how to check if a page is a BBPress forum or the main forum index by using conditional statements? I can&#8217;t find as good info on this so I thought I&#8217;d ask here just in case anyone knows.<br />
Best</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">52e2e6c884b7bf0366a97f1945cf7508</guid>
				<title>Squirrel replied to the topic Flat Portal theme in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/flat-portal-theme/#post-171139</link>
				<pubDate>Wed, 11 Sep 2013 10:32:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks <a href="http://buddypress.org/community/members/shanebp/" rel="nofollow ugc">@shanebp</a> 🙂</p>
<p>It basically works in this way- I have a header file with multiple headers for different page templates or conditions such as is_singular() or is_page.. e.g</p>
<p><code>if (is_front_page() || is_404() || is_page_template(&#039;public-subpages.php&#039;) || is_page_template(&#039;public.php&#039;) || is_page_template(&#039;public-full.php&#039;) ||&hellip;</code><span class="activity-read-more" id="activity-read-more-212246"><a href="http://buddypress.org/support/topic/flat-portal-theme/#post-171139" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">168bca3e33904fa0ff4af1ae89c3ac48</guid>
				<title>Squirrel started the topic Flat Portal theme in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/flat-portal-theme/</link>
				<pubDate>Tue, 10 Sep 2013 16:54:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi there</p>
<p>I just thought I&#8217;d let you know about a project I&#8217;ve completed for a WordPress theme designed to be used as a private portal / client area with option to set pages to public or private view using page templates: <a href="https://thimblefoliopress.com/projects/downloads/flat-portal-theme-wordpress/" title="flat portal wordpress theme" rel="nofollow ugc">Flat Portal</a>.</p>
<p>Originally I made it a child theme of the default BuddyPress theme but I have now made a child theme of Twenty&hellip;<span class="activity-read-more" id="activity-read-more-212229"><a href="http://buddypress.org/support/topic/flat-portal-theme/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">119c9ae2b3fb8dabc9c5086438d12e8a</guid>
				<title>Squirrel replied to the topic Members Only Content on a Page/Post in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/members-only-content-on-a-pagepost/#post-171008</link>
				<pubDate>Sun, 08 Sep 2013 17:28:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>I think the <a href="http://wordpress.org/plugins/restrict-content/" title="restrict content" rel="nofollow ugc">Restrict Content</a> plugin would do this.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0a8d1d211077cebc78e2beca1b358b0a</guid>
				<title>Squirrel replied to the topic Private Portal with BuddyPress in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170813</link>
				<pubDate>Tue, 03 Sep 2013 14:49:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks <a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@modemlooper</a> I managed to figure it out after trying a few things and your conditional helped me deduce it.</p>
<p>if ( bp_is_current_component(&#8216;activity&#8217;) &amp;&amp; !bp_is_user_activity() ) {</p>
<p>worked for me.<br />
(redirect if on main activity page but not own activity)</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d9a0176486fd0b86527175df771ac043</guid>
				<title>Squirrel replied to the topic Private Portal with BuddyPress in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170638</link>
				<pubDate>Thu, 29 Aug 2013 16:31:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>I just read the new Codex on child themes- so it should work with any theme- (answered my own question)</p>
<p>Thank you for putting up with another newbie guys 🙂</p>
<p>Best</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8ae892ca054cde37af0dca92173652d1</guid>
				<title>Squirrel replied to the topic Private Portal with BuddyPress in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170635</link>
				<pubDate>Thu, 29 Aug 2013 16:07:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the feedback</p>
<p>I think I understand now- the profile page has activity on it so it&#8217;s not possible to do what that way, and it&#8217;s linked to the member page because that is showing profiles.</p>
<p>I could hide things from members with template overrides as you suggest- but I&#8217;m not sure if it will work with my theme being a child theme of Twenty&hellip;<span class="activity-read-more" id="activity-read-more-212073"><a href="http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170635" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">77b494a178796eb619897d959fbf51e7</guid>
				<title>Squirrel replied to the topic Private Portal with BuddyPress in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170629</link>
				<pubDate>Thu, 29 Aug 2013 15:04:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/shanebp/" rel="nofollow ugc">@shanebp</a> and <a href="http://buddypress.org/community/members/henrywright-1/" rel="nofollow ugc">@henrywright-1</a></p>
<p>Thanks for your help- I agree with Shanebp that his function does the same thing and is simpler, however I still have the same problem in that it stops access to the members PROFILE page.</p>
<p> I think this must be a problem with BuddyPress though- maybe it&#8217;s a bug?</p>
<p>Anyway thank you both for helping with the functions&hellip;<span class="activity-read-more" id="activity-read-more-212071"><a href="http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170629" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d4a5904c2212ef0186e7e5741d41d95f</guid>
				<title>Squirrel replied to the topic Private Portal with BuddyPress in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170623</link>
				<pubDate>Thu, 29 Aug 2013 14:07:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi<br />
Thanks for your help again<br />
I tried your function<br />
<code>function bp_my_restrict() {<br />
   global $bp;<br />
   $user_id = bp_loggedin_user_id();<br />
   $user = new WP_User( $user_id );</p>
<p>      if ( bp_is_current_component(&#039;members&#039;) || bp_is_current_component(&#039;activity&#039;) ) {</p>
<p>         if ( ( $user-&gt;roles[0] != &#039;administrator&#039; ) ) {<br />
            wp_redirect(&hellip;</code><span class="activity-read-more" id="activity-read-more-212068"><a href="http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170623" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f501ba5be67aac3a3b1dda80014b3b9a</guid>
				<title>Squirrel replied to the topic Private Portal with BuddyPress in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170615</link>
				<pubDate>Thu, 29 Aug 2013 12:33:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>There is still a problem though in that if I do this it stops any member who is not an admin level user accessing their profile page. Not sure why it should affect that- tried with just the activity conditional and it stops profile page access as well.<br />
<code>elseif (bp_is_current_component( &#039;members&#039; ) || bp_is_current_component( &#039;activity&#039; ))&hellip;</code><span class="activity-read-more" id="activity-read-more-212062"><a href="http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170615" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9cc5723d56aca8e69710599103408128</guid>
				<title>Squirrel replied to the topic Private Portal with BuddyPress in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/private-portal-with-buddypress/#post-170613</link>
				<pubDate>Thu, 29 Aug 2013 12:20:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for your help Henry- I tried the is_page conditional but it does not work with the BuddyPress Pages.</p>
<p>So I tried bp_is_Page which worked, but was depecated.<br />
Then I tried<br />
<code>bp_is_current_component( &#039;activity&#039; ) || bp_is_current_component( &#039;members&#039; )</code><br />
and they work for what I want.</p>
<p>Thanks for your feedback it helped a lot 🙂</p>
<p>Chris</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">32f13341d84cb6ded77651dc68d95303</guid>
				<title>Squirrel started the topic Private Portal with BuddyPress in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/private-portal-with-buddypress/</link>
				<pubDate>Thu, 29 Aug 2013 09:41:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi there</p>
<p>I am working on a personal project making a private client portal with BuddyPress.<br />
I&#8217;ve made a child theme for Twenty Thirteen that does this- thanks to the new update to BuddyPress that lets any theme use buddypress out of the box.<br />
It uses page templates to assign whether pages are private or public. If they are private it directs non&hellip;<span class="activity-read-more" id="activity-read-more-212059"><a href="http://buddypress.org/support/topic/private-portal-with-buddypress/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>