<?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 | Rimon Habib | Activity</title>
	<link>https://buddypress.org/members/rimon_habib/activity/</link>
	<atom:link href="https://buddypress.org/members/rimon_habib/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Rimon Habib.</description>
	<lastBuildDate>Fri, 10 Apr 2026 18:26:58 +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">f18adf5bcf9b5293d27928f6697e6e0a</guid>
				<title>Rimon Habib replied to the topic Specific management for specific user types in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/specific-management-for-specific-user-types/#post-252433</link>
				<pubDate>Thu, 14 Apr 2016 00:38:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>BuddyPress doesn’t have role based access management system for its components like WordPress roles, However, It has Member Type API now which is a potential lead to creating access management system using member type.<br />
I am actually working on creating this plugin, which will be extension of my another plugin,&hellip;<span class="activity-read-more" id="activity-read-more-549503"><a href="https://buddypress.org/support/topic/specific-management-for-specific-user-types/#post-252433" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dc407d2af45153ad848366c9eef8ce80</guid>
				<title>Rimon Habib replied to the topic Different Profile Types with 2.2, Fields and Profile Pages in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/different-profile-types-with-2-2-fields-and-profile-pages/#post-252432</link>
				<pubDate>Thu, 14 Apr 2016 00:33:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just published an upgraded solution for this problem using BuddyPres Member Type API<br />
Might be helpful for you,<br />
<a href="http://rimonhabib.com/buddypress-member-type-manager/" rel="nofollow ugc">http://rimonhabib.com/buddypress-member-type-manager/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f30b685f9225798554df887019f2fbdd</guid>
				<title>Rimon Habib replied to the topic I want to hide View on BP activity for logged out users in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/i-want-to-hide-view-on-bp-activity-for-logged-out-users/#post-252396</link>
				<pubDate>Wed, 13 Apr 2016 07:20:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>you can redirect logged out users from activity page to home (or any page you prefer) using this function</p>
<p><code>function restrict_activity_page_from_logged_out_users(){</p>
<p>global $bp;<br />
if( $bp-&gt;current_component === &#039;activity&#039; &amp;&amp; !is_user_logged_in() )<br />
bp_core_redirect( site_url() ); // for home page; or use wp_login_url() to redirect to login&hellip;</code><span class="activity-read-more" id="activity-read-more-549077"><a href="https://buddypress.org/support/topic/i-want-to-hide-view-on-bp-activity-for-logged-out-users/#post-252396" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cf57cf5dfa4557d201455e89a590e404</guid>
				<title>Rimon Habib replied to the topic Restricting BuddyPress users from interacting with each other in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/restricting-buddypress-users-from-interacting-with-each-other/#post-252395</link>
				<pubDate>Wed, 13 Apr 2016 07:09:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>BuddyPress doesn&#8217;t have role based access management system for its components like WordPress roles, However, It has Member Type API now which is a potential lead to creating access management system using member type.<br />
I am actually working on creating this plugin, which will be extension of my another plugin, <a href="http://rimonhabib.com/buddypress-member-type-manager/" rel="nofollow ugc">BuddyPress Member Type Manager</a></p>
<p>By&hellip;<span class="activity-read-more" id="activity-read-more-549069"><a href="https://buddypress.org/support/topic/restricting-buddypress-users-from-interacting-with-each-other/#post-252395" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">600d506af89b2941358e5c4e699c86f9</guid>
				<title>Rimon Habib&#039;s profile was updated</title>
				<link>https://buddypress.org/updates/p/476704/</link>
				<pubDate>Tue, 27 Oct 2015 05:30:14 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ea7db7a2ef897780765cef629606f6b3</guid>
				<title>Rimon Habib replied to the topic Login page in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/login-page-4/#post-246048</link>
				<pubDate>Tue, 27 Oct 2015 05:26:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>If you want to redirect all users(admin,subscriber,all roles) to homepage after login, just use this line at your theme functions.php file<br />
<code>add_filter( &#039;login_redirect&#039;, create_function( &#039;$url,$query,$user&#039;, &#039;return home_url();&#039; ), 30, 3 );</code></p>
<p>Or if you filter a bit, like Admin users will redirected to dashboard, and all others to home page, you can&hellip;<span class="activity-read-more" id="activity-read-more-476702"><a href="https://buddypress.org/support/topic/login-page-4/#post-246048" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fd60cefebbccc1c9a07eaffa70219339</guid>
				<title>Rimon Habib replied to the topic Sending Form Data to Activity Stream in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/sending-form-data-to-activity-stream/#post-246047</link>
				<pubDate>Tue, 27 Oct 2015 05:21:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>hello @jrufitpro<br />
I am planning to write a detail tutorial about use of bp_adtivity_add() function later today. I will update you with tutorial link. If i forget, please just remind me with a comment.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">94638a0f55999f39eff77a01d127d18c</guid>
				<title>Rimon Habib replied to the topic Registration process in the forum Requests &#038; Feedback</title>
				<link>https://buddypress.org/support/topic/registration-process-2/#post-245988</link>
				<pubDate>Sun, 25 Oct 2015 04:59:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>If you want to redirect all users(admin,subscriber,all roles) to homepage after login, just use this line at your theme functions.php file</p>
<p><code>add_filter( &#039;login_redirect&#039;, create_function( &#039;$url,$query,$user&#039;, &#039;return home_url();&#039; ), 30, 3 );</code></p>
<p>Or if you filter a bit, like Admin users will redirected to dashboard, and all others to home page, you can&hellip;<span class="activity-read-more" id="activity-read-more-476044"><a href="https://buddypress.org/support/topic/registration-process-2/#post-245988" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">748de32f2ae47e29ddc8d7ba2eea8977</guid>
				<title>Rimon Habib replied to the topic Grid and List options Members and Groups in the forum Requests &#038; Feedback</title>
				<link>https://buddypress.org/support/topic/grid-and-list-options-members-and-groups/#post-245987</link>
				<pubDate>Sun, 25 Oct 2015 04:50:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>Frankly saying, This is something concern of theme, not plugin, as plugin developer won&#8217;t know theme structure and styling users are using, unless they use BuddPress default template parts. I did that thing actually in one of my other plugin, BuddyPress User Account Type, It wasn&#8217;t good as I said, Its theme dependent.</p>
<p>But It is a nice feature to&hellip;<span class="activity-read-more" id="activity-read-more-476042"><a href="https://buddypress.org/support/topic/grid-and-list-options-members-and-groups/#post-245987" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6113abe0edb8d453450cee44879bfd60</guid>
				<title>Rimon Habib replied to the forum topic Remove, disable the option to delete posts, (delete button) activity etc. for users of a certain lev in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/remove-disable-the-option-to-delete-posts-delete-button-activity-etc-for-users-of-a-certain-level/#post-139206</link>
				<pubDate>Tue, 18 Sep 2012 06:01:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, you may try this,<br />
wpbpshop.com/buddypress-user-account-type-pro</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2913bdce77f12043e17ca22d9c39fbf2</guid>
				<title>Rimon Habib replied to the forum topic How to have a different profile page for different types of members?   in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-have-a-different-profile-page-for-different-types-of-members/#post-139015</link>
				<pubDate>Mon, 17 Sep 2012 00:20:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>It seems this is the perfect solution for you<br />
<a href="http://wpbpshop.com/buddypress-user-account-type-pro" rel="nofollow ugc">http://wpbpshop.com/buddypress-user-account-type-pro</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">99c8cc4ac995fec40b16d66ae15c49b0</guid>
				<title>Rimon Habib joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/199493/</link>
				<pubDate>Mon, 17 Sep 2012 00:20:15 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cc1d7bdb410db6fc43339bbf2077ccf8</guid>
				<title>Rimon Habib joined the group Buddypress User Registration Auto Group</title>
				<link>https://buddypress.org/updates/p/194797/</link>
				<pubDate>Mon, 30 Apr 2012 09:25:02 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>