<?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 | Richie KS | Activity</title>
	<link>https://buddypress.org/members/rkcorp/activity/</link>
	<atom:link href="https://buddypress.org/members/rkcorp/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Richie KS.</description>
	<lastBuildDate>Tue, 28 Apr 2026 21:46:14 +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">5b87250212682d1375f0e8615cb6a1cd</guid>
				<title>Richie KS replied to the topic Best Way to Change Search Form in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/best-way-to-change-search-form/#post-178501</link>
				<pubDate>Sun, 16 Feb 2014 07:40:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>try filter only page search, add this to child functions<br />
<code>if( !function_exists( &#039;only_page_search_filter&#039; )):<br />
function only_page_search_filter($query) {<br />
if ($query-&gt;is_search) { $query-&gt;set(&#039;post_type&#039;, &#039;page&#039;); }<br />
return $query;<br />
}<br />
add_filter(&#039;pre_get_posts&#039;,&#039;only_page_search_filter&#039;);<br />
endif;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fcc797934719bbffa291ad45e1c4f0ea</guid>
				<title>Richie KS replied to the topic Problem with Activity Stream Buddypress 1.9.2 in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/problem-with-activity-stream-buddypress-1-9-2/#post-178500</link>
				<pubDate>Sun, 16 Feb 2014 07:37:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>recon re-save bp pages settings in wp-admin-&gt;settings-&gt;buddypress</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2db527a27d8ca277c2d8fa92fd32a399</guid>
				<title>Richie KS replied to the topic modify twentyfourteen theme for buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/modify-twentyfourteen-theme-for-buddypress/#post-178499</link>
				<pubDate>Sun, 16 Feb 2014 07:32:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>make sure the path is correct for activity.php in child theme.<br />
should be themes/twentyfourteen-child/activity/your-file-to-edit-taken-from-bp-default-theme.php<br />
and add <code>add_theme_support(&#039;buddypress&#039;);</code> to child theme functions.php</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">90b876f08b900fc59b5b6f7ea32a3e8d</guid>
				<title>Richie KS replied to the topic Mesocolumn - free theme for buddypress in the forum Miscellaneous</title>
				<link>http://buddypress.org/support/topic/mesocolumn-free-theme-for-buddypress/#post-165353</link>
				<pubDate>Tue, 04 Jun 2013 10:56:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>thx for the info mercime, will check them out.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dccf7f773c97851c5fe72f848012b863</guid>
				<title>Richie KS started the topic Mesocolumn - free theme for buddypress in the forum Miscellaneous</title>
				<link>http://buddypress.org/support/topic/mesocolumn-free-theme-for-buddypress/</link>
				<pubDate>Tue, 04 Jun 2013 06:34:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>hiya guys, just wanted you guys know i release a free buddypress theme yesterday and hopefully it can be listed in wp theme directory and themes section here in buddypress.org/themes</p>
<p>you can checkout the details and download here:</p>
<blockquote data-secret="JPh7nSYldA" class="wp-embedded-content"><p><a href="http://www.dezzain.com/wordpress-themes/mesocolumn/" rel="nofollow ugc">Mesocolumn &#8211; Responsive Free WordPress BuddyPress Theme</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="http://www.dezzain.com/wordpress-themes/mesocolumn/embed/#?secret=JPh7nSYldA" data-secret="JPh7nSYldA" width="515" height="290" title="&#8220;Mesocolumn &#8211; Responsive Free WordPress BuddyPress Theme&#8221; &#8212; DEZZAIN.COM" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p><em>please advise if this kind of theme annouce is allowed here ok. cheers</em></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7b5274c1c46cdcd0734ef977f1ebb242</guid>
				<title>Richie KS replied to the topic Installed theme and have two problems in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/installed-theme-and-have-two-problems/#post-146315</link>
				<pubDate>Sun, 02 Dec 2012 01:53:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>the &#8216;yo&#8217; word were cause by the link title=&#8221; tag, try change them in your plugin or template.<br />
go to httpxx://domain.com/wp-admin/options-reading.php and choose latest post instead of static page. see if that fixed [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">caa7cd78aca037f62fb5ef9d74bc48a7</guid>
				<title>Richie KS replied to the topic Edit Profile Link Leads to Blank Page in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/edit-profile-link-leads-to-blank-page/#post-146314</link>
				<pubDate>Sun, 02 Dec 2012 01:43:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>first check if the buddypress setting &#8216;members&#8217; page slug were saved correctly.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d29bf1fa29cb89dfd25e4ecd16d4f12d</guid>
				<title>Richie KS replied to the topic Help me please in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/help-me-please/#post-146313</link>
				<pubDate>Sun, 02 Dec 2012 01:41:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>you need to make sure the template/theme &#8216;SmallBiz&#8217; are buddypress compatible.<br />
you can use the &#8216;template-pack&#8217; plugin if its not bp compatible theme.</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>