<?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 | Manish | Activity</title>
	<link>https://buddypress.org/members/financetrain/activity/</link>
	<atom:link href="https://buddypress.org/members/financetrain/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Manish.</description>
	<lastBuildDate>Tue, 07 Apr 2026 01:33:00 +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">4c46c5bb05a07e9cfba5620664609f2f</guid>
				<title>Manish replied to the forum topic Auto-Suggest is Broken in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/auto-suggest-is-broken/#post-137030</link>
				<pubDate>Sun, 26 Aug 2012 14:44:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>I could not really solve the problem, but what I did is deactivate the plugin, and then copy the relevant files and functions for autosuggest to my theme folder and it&#8217;s started working.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6d5de40fd98b12e8f933c2bcd425b19b</guid>
				<title>Manish replied to the forum topic Display Name Autosuggest in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/display-name-autosuggest/#post-136920</link>
				<pubDate>Sat, 25 Aug 2012 12:17:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>My problem has got resolved. </p>
<p>Changed the following:<br />
		if ( bp_is_username_compatibility_mode() ) {<br />
		 	$result-id = $user-user_login;<br />
		}<br />
		else {<br />
		 	$result-id = $user-user_login;</p>
<p>		}</p>
<p>So, [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ba0d829fcb5e626e0040649a7b48586</guid>
				<title>Manish replied to the forum topic Display Name Autosuggest in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/display-name-autosuggest/#post-136914</link>
				<pubDate>Sat, 25 Aug 2012 11:23:07 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/itchesavvy/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/itchesavvy/" rel="nofollow ugc">@itchesavvy</a> I edited my code as per the modification above. The Autosuggest works fine with the display name, however when I click on one of the results, nothing gets written in the box. Only a space comes after [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">49fa9db95f6f7238fb7fb82cb1397d2b</guid>
				<title>Manish replied to the forum topic Auto-Suggest is Broken in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/auto-suggest-is-broken/#post-136356</link>
				<pubDate>Sun, 19 Aug 2012 10:06:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am looking into it but till now haven&#8217;t found the fix. What I see is this:</p>
<p>In jquery.mentions.js , we have the following ajax request</p>
<p>					`$.ajax({<br />
						dataType : o.dataType,<br />
						type     : [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">26a6e86391bde1dc309663aacda8d196</guid>
				<title>Manish replied to the forum topic Auto-Suggest is Broken in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/auto-suggest-is-broken/#post-136136</link>
				<pubDate>Thu, 16 Aug 2012 13:48:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey Paul,</p>
<p>Thanks for telling me. I&#8217;ll try to fix it, atleast a temporary solution.</p>
<p>Look forward to whenever you are ready to look into it.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ba132892e7f062d8ab51a2c1fa063d96</guid>
				<title>Manish replied to the forum topic Auto-Suggest is Broken in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/auto-suggest-is-broken/#post-136084</link>
				<pubDate>Thu, 16 Aug 2012 01:24:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Thank you for your response. I&#8217;ve seen other people also mention this problem on the wordpress forum.</p>
<p>I&#8217;m using WordPress 3.4.1, and BuddyPress 1.6.1.</p>
<p>The theme is the default BuddyPress theme [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f1ae242ea47a790e8ddf1f671307126</guid>
				<title>Manish started the forum topic Auto-Suggest is Broken in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/auto-suggest-is-broken/</link>
				<pubDate>Wed, 15 Aug 2012 15:52:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>The plugin is broken and gives the error &#8220;undefined undefined&#8221; when you type @ and a letter after it. </p>
<p>I&#8217;m using version 1.6.1</p>
<p>Can you please help?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c4292f58949f41d8a0facd81dd608622</guid>
				<title>Manish joined the group BP Labs</title>
				<link>https://buddypress.org/updates/p/198199/</link>
				<pubDate>Wed, 15 Aug 2012 15:52:05 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">64d760bdc4b7c6d0e40958123f92a970</guid>
				<title>Manish replied to the forum topic Making HUGE amounts of groups quickly? Need some ideas? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/making-huge-amounts-of-groups-quickly-need-some-ideas/#post-134662</link>
				<pubDate>Mon, 06 Aug 2012 12:41:50 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/travel-junkie/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/travel-junkie/" rel="nofollow ugc">@travel-junkie</a> can you please repost the link to the sql.txt file as the link you&#8217;ve provided above is not working. I need to create groups in bulk and your script can be a real saver. Thanks!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">849e032501bb2bd62f1559d16fc5458d</guid>
				<title>Manish started the forum topic Groups and Master Groups in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/groups-and-master-groups/</link>
				<pubDate>Wed, 30 May 2012 01:41:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>I am working on a social network site that requires Groups to be used in a slightly different way.</p>
<p>I am specifying multiple problems that I want to solve.</p>
<p>Problem 1. Groups and their slugs</p>
<p>I [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b25fc845ecad032da861004ba4953e53</guid>
				<title>Finance Train started the forum topic Changes the Nomenclature for Groups in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changes-the-nomenclature-for-groups/</link>
				<pubDate>Sat, 12 May 2012 17:25:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>My website makes use of BuddyPress groups to organize content on specific topics. However, the term &#8216;Groups&#8217; is not suitable, and I would like to call it by some other name, such as &#8216;Module&#8217;. How can I change [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">24101eb9d6bab7990f033774cc9b42b2</guid>
				<title>Finance Train started the forum topic Errors While Editing Course in the group BuddyPress ScholarPress Courseware</title>
				<link>http://buddypress.org/community/groups/buddypress-courseware/forum/topic/errors-while-editing-course/</link>
				<pubDate>Fri, 11 May 2012 17:56:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have installed Buddypress and Buddypress Courseware.</p>
<p>When i go into a group, and try to edit the course, i get the following errors:</p>
<p>Notice: Trying to get property of non-object in [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">376bbd1c91e2865f4d50f5e162f14e8a</guid>
				<title>Manish posted a new activity comment</title>
				<link>https://buddypress.org/updates/p/47111/#acomment-131503</link>
				<pubDate>Wed, 19 Jan 2011 10:46:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Any update on when the separate buddypress and bbpress are coming?</p>
				<strong>In reply to</strong> -
				<a href="https://buddypress.org/members/financetrain/" rel="nofollow ugc">Manish</a> posted an update <a href="http://buddypress.org/community/members/johnjamesjacoby/" rel="nofollow ugc">@johnjamesjacoby</a> I read your post about future of bbpress. What does this mean for people who are already using bbpress as a part of buddypress?

When we upgrade to newer versions of [&hellip;]			]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7def4ab718e656bc7cb136dfe7ad703</guid>
				<title>Manish posted an update: @nuprn1 Can u please look into this? [&#133;]</title>
				<link>https://buddypress.org/updates/p/131501/</link>
				<pubDate>Wed, 19 Jan 2011 10:43:47 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/nuprn1/" rel="nofollow ugc">@nuprn1</a> Can u please look into this? </p>
<p><a href="http://buddypress.org/community/groups/buddypress-sitemap-generator/forum/topic/urls-not-recorded-for-forum-topics/" rel="nofollow ugc">http://buddypress.org/community/groups/buddypress-sitemap-generator/forum/topic/urls-not-recorded-for-forum-topics/</a></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5b6fcc76766130974e19fa7bddf60c3c</guid>
				<title>Finance Train posted an update in the group AutoChimp: If I have double opt-in switched off, in that case how can I [&#133;]</title>
				<link>https://buddypress.org/updates/p/128233/</link>
				<pubDate>Mon, 10 Jan 2011 06:00:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>If I have double opt-in switched off, in that case how can I allow mailchimp to send the welcome mail? The API&#8217;s listSubscribe sunction has the optional parameter &#8220;bool send_welcome&#8221;. Can you please tell me how to set this in the plugin?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">06f79181039647e53cfcbddfc2bcfdd5</guid>
				<title>Finance Train joined the group AutoChimp</title>
				<link>https://buddypress.org/updates/p/128232/</link>
				<pubDate>Mon, 10 Jan 2011 05:58:54 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">92eed41960661eee0d48fb29fa7a7d9d</guid>
				<title>Finance Train started the forum topic URLs not recorded for forum topics in the group BuddyPress Sitemap Generator</title>
				<link>http://buddypress.org/community/groups/buddypress-sitemap-generator/forum/topic/urls-not-recorded-for-forum-topics/</link>
				<pubDate>Sun, 09 Jan 2011 14:08:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>The sitemap generator does not record/list the new forum topics. It does generate the file Groups-forum, but it contains only one url pointing to the main forum page. How to fix this?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8011be0c1cea3fcc5f4b1a91139a922d</guid>
				<title>Finance Train posted an update in the group BuddyPress Sitemap Generator: The sitemap generator does not record/list the new forum [&#133;]</title>
				<link>https://buddypress.org/updates/p/128093/</link>
				<pubDate>Sun, 09 Jan 2011 14:07:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>The sitemap generator does not record/list the new forum topics. It does generate the file Groups-forum, but it contains only one url pointing to the main forum page. How to fix this?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4faaedd7a9096df2b424fbcb0bd42d2a</guid>
				<title>Finance Train joined the group BuddyPress Sitemap Generator</title>
				<link>https://buddypress.org/updates/p/128092/</link>
				<pubDate>Sun, 09 Jan 2011 14:05:34 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0b6068c586140003ec0be1bd86dd14c9</guid>
				<title>Manish posted an update: @johnjamesjacoby I read your post about future of bbpress. [&#133;]</title>
				<link>https://buddypress.org/updates/p/47111/</link>
				<pubDate>Tue, 24 Aug 2010 15:20:03 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/johnjamesjacoby/" rel="nofollow ugc">@johnjamesjacoby</a> I read your post about future of bbpress. What does this mean for people who are already using bbpress as a part of buddypress?</p>
<p>When we upgrade to newer versions of buddypress (without bbpress), how will the existing bbpress data (forms, topics) be handled? I hope the transition will be smooth.</p>
]]></content:encoded>
				
									<slash:comments>2</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">92ab4f134b2411b60deeb8e9b0ad34ab</guid>
				<title>Finance Train started the forum topic Reply options for Forums in BuddyPress in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/reply-options-for-forums-in-buddypress/</link>
				<pubDate>Mon, 31 May 2010 05:07:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is a very simple requirement. Right now for any forum topic, if a user is logged in, he will see a &#8220;Add a reply&#8221; box below all the replies. If the user is not logged in, obviously he does not see a reply box. However, in this case, I atleast want to add a [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5293194e7becac70c147383b776aaf50</guid>
				<title>Finance Train started the forum topic BP Forums Topic Titles in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp-forums-topic-titles/</link>
				<pubDate>Fri, 28 May 2010 17:37:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have been struggling with this. When a new forum topic is created, a permalink is assigned to the topic. However, the page title in the header still shows the forum title. For example, this new topic in &#8220;Support: How-to and trouble shooting&#8221; will have the page header as &#8220;BuddyPress.org | Community/groups | How-To and [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">13a5f26db75957f6cf9faa211b7903e9</guid>
				<title>Finance Train started the forum topic Site based wiki functionality in the group BuddyPress Wiki Component</title>
				<link>http://buddypress.org/community/groups/bp-wiki/forum/topic/site-based-wiki-functionality/</link>
				<pubDate>Thu, 20 May 2010 04:59:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>The description of the plugin says that it this plugin provides site and group based wiki functionality.</p>
<p>In my installation, i can see the wiki in groups, but how can I enable this at the site level? Please help&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">48a878af803f5e7b0b02881ffacf7d08</guid>
				<title>Finance Train joined the group BuddyPress Wiki Component</title>
				<link>https://buddypress.org/updates/p/10356/</link>
				<pubDate>Thu, 20 May 2010 04:59:00 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2c3b0790f837fe0060dba0ce20281482</guid>
				<title>Finance Train posted an update in the group Group Documents: Can we add some download restrictions for the documents [&#133;]</title>
				<link>https://buddypress.org/updates/p/10354/</link>
				<pubDate>Thu, 20 May 2010 04:42:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>Can we add some download restrictions for the documents uploaded. Right now, once a document is uploaded, anyone (whether logged in or not) can download the document. It will be great if the document link is seen to everyone but when they click to download it, they are asked to login. </p>
]]></content:encoded>
				
									<slash:comments>1</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7abde5d3163938d54d587c4acdbddded</guid>
				<title>Finance Train joined the group Group Documents</title>
				<link>https://buddypress.org/updates/p/10353/</link>
				<pubDate>Thu, 20 May 2010 04:41:12 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4ffc2f9704b4500c231a2ff126eae596</guid>
				<title>Finance Train started the forum topic Email Subscriptions for Blog Posts in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/email-subscriptions-for-blog-posts/</link>
				<pubDate>Tue, 18 May 2010 12:07:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am wondering how to offer email subscriptions to to blog posts (Feedburner) to my website users. Since the users are already registering using buddypress registration form, do I have to again ask them to fill their email id to subscribe to blog posts by email. This can be annoying. How can these two things [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9fc26ace690343318455923a32fc979b</guid>
				<title>Manish posted a new activity comment</title>
				<link>https://buddypress.org/updates/p/9218/#acomment-9241</link>
				<pubDate>Mon, 17 May 2010 07:09:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks a lot Paul. Can you give me some information on when 1.2.4 will be released?</p>
				<strong>In reply to</strong> -
				<a href="https://buddypress.org/members/financetrain/" rel="nofollow ugc">Manish</a> posted an update <a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc">@DJPaul</a> will someone be looking into the avatar crop issue			]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">049da4418eee7a04930168beef642e0e</guid>
				<title>Manish posted an update: @DJPaul will someone be looking into the avatar crop issue</title>
				<link>https://buddypress.org/updates/p/9218/</link>
				<pubDate>Mon, 17 May 2010 04:32:41 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc">@DJPaul</a> will someone be looking into the avatar crop issue</p>
]]></content:encoded>
				
									<slash:comments>3</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">668b22e2cd4f20ebf5030327b7586d2c</guid>
				<title>Finance Train posted on the forum topic crop avatar bug? in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/crop-avatar-bug/#post-54319</link>
				<pubDate>Sat, 15 May 2010 19:47:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>Even I am facing this problem. I noticed that the image was actually uploaded but it is using a wrong path in the crop page. The path for the image shows as: <a href="http://financetrain.com/members/editor/profile/change-avatar/wp-content/uploads/avatars/4/bis-449x298.jpg" rel="nofollow ugc">http://financetrain.com/members/editor/profile/change-avatar/wp-content/uploads/avatars/4/bis-449&#215;298.jpg</a> When it actually should have been (I guess)&hellip;<span class="activity-read-more" id="activity-read-more-8853"><a href="http://buddypress.org/community/groups/creating-extending/forum/topic/crop-avatar-bug/#post-54319" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6a15d467efa558624a50ad8db485d57a</guid>
				<title>Finance Train joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/8852/</link>
				<pubDate>Sat, 15 May 2010 19:47:41 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fce2f2e873970e9a890c2f534391a7d9</guid>
				<title>Finance Train started the forum topic Widget for Latest Forum Topics in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/widget-for-latest-forum-topics/</link>
				<pubDate>Sat, 15 May 2010 02:44:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>I want to show the latest forum topics on my home page. I installed group forums extra plugin but I don&#8217;t think it has a widget to show latest topics. Can you please ghuide how to do it.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">30853becf008a5c7880c88ca98fed6fb</guid>
				<title>Finance Train started the forum topic Member&#039;s Only Section in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/members-only-section/</link>
				<pubDate>Tue, 11 May 2010 09:26:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello I am using wordpress/buddypress for my website <a href="http://www.financetrain.com" rel="nofollow ugc">http://www.financetrain.com</a></p>
<p>I want to create a new page which is accessible only to the registered members. How can this be done?</p>
<p>Please help.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">996c78eaf184a30c7933fcb8f3eeb1dd</guid>
				<title>Finance Train joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/7151/</link>
				<pubDate>Tue, 11 May 2010 09:26:40 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">504ef66d2940374342bf3887de2fd466</guid>
				<title>Finance Train started the forum topic &#039;Page not found&#039; error while creating groups in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/page-not-found-error-while-creating-groups/</link>
				<pubDate>Mon, 10 May 2010 08:44:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello, I am getting an error while creating a group. Within each step for creating the group, the error &#8220;Page not found&#8221; will appear and then the page will load successfully. I was able to create the group, but every time I went to the next step, I saw the page not found error in [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>