<?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 | orpatech | Activity</title>
	<link>https://buddypress.org/members/orpatech/activity/</link>
	<atom:link href="https://buddypress.org/members/orpatech/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for orpatech.</description>
	<lastBuildDate>Wed, 08 Apr 2026 06:32:03 +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">6b3f0fa45c20492f0d0a086c314abb94</guid>
				<title>orpatech replied to the topic [Resolved] Display Settings options to admin only in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/resolved-display-settings-options-to-admin-only/#post-134967</link>
				<pubDate>Wed, 23 May 2012 11:56:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just add an the following IF Statement<br />
<code><br />
if (current_user_can(&#039;level_10&#039;)){</p>
<p>} </code></p>
<p>Add the above if condition around the following code in <strong>wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php </strong><br />
<code><br />
$main_nav = array(<br />
&#039;name&#039;                    =&gt; __( &#039;Settings&#039;, &#039;buddypress&#039; ),<br />
&#039;slug&#039;                    =&gt; $this-&gt;slug,<br />
&#039;position&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-320509"><a href="https://buddypress.org/support/topic/resolved-display-settings-options-to-admin-only/#post-134967" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d57fb2d68101192bcf6c496ef4689136</guid>
				<title>orpatech.com replied to the forum topic Display Settings options to admin only in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-settings-options-to-admin-only/#post-129790</link>
				<pubDate>Wed, 23 May 2012 11:56:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just add an the following IF Statement <code>if (current_user_can(&#039;level_10&#039;)){    </p>
<p>}</code></p>
<p>Add the above if condition around the following code in [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">832825ff948d0a0132f723d5998afd6d</guid>
				<title>orpatech.com replied to the forum topic Add Group Name in Member-header in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-group-name-in-member-header/#post-129789</link>
				<pubDate>Wed, 23 May 2012 11:49:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>I wrote some custom code which may help you out&#8230;..<br />
`<br />
$query = mysql_query(&#8220;SELECT * FROM bp_groups_members WHERE user_id = $user_id &#8220;);<br />
$numrows = mysql_num_rows($query);<br />
if ($numrows !=0 ){<br />
$row = [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6cf4ae0b0f5964225c44ee197c4bb1ea</guid>
				<title>orpatech.com replied to the forum topic Lost Registration Page - Urgent help needed on Live site.  in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/lost-registration-page-urgent-help-needed-on-live-site/#post-129679</link>
				<pubDate>Tue, 22 May 2012 09:03:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Got it!<br />
go to yoursite.com/wp-admin/admin.php?page=bp-page-settings (Or buddypress-&gt; Pages in CMS)<br />
There you will see an option of creating a new page for Registration&#8230;<br />
just click on it and you will be sorted..<br />
Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">54123c5f7d4c0407fe734fc46d77c22e</guid>
				<title>orpatech.com replied to the forum topic Lost Registration Page - Urgent help needed on Live site.  in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/lost-registration-page-urgent-help-needed-on-live-site/#post-129676</link>
				<pubDate>Tue, 22 May 2012 08:46:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>And you are not sure about the correct location of that file ???<br />
&#8220;Once Again&#8221; What were you trying to delete ??? Your theme or what ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9d6fe6bb20d69dcf49399c61bdaea34b</guid>
				<title>orpatech.com replied to the forum topic Lost Registration Page - Urgent help needed on Live site.  in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/lost-registration-page-urgent-help-needed-on-live-site/#post-129673</link>
				<pubDate>Tue, 22 May 2012 08:38:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>Do u know what you have deleted???<br />
What files were you deleting?? Was you deleting your theme files ??</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e257e894f28afb698e00fdf84d814470</guid>
				<title>orpatech.com joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/195491/</link>
				<pubDate>Tue, 22 May 2012 08:38:06 +0000</pubDate>

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