<?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 | caplain | Activity</title>
	<link>https://buddypress.org/members/caplain/activity/</link>
	<atom:link href="https://buddypress.org/members/caplain/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for caplain.</description>
	<lastBuildDate>Sat, 04 Apr 2026 09:35:34 +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">a8e6682929e240432982913a06b6ba16</guid>
				<title>caplain started the forum topic Is there a bp function to add a user to a group? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-there-a-bp-function-to-add-a-user-to-a-group/</link>
				<pubDate>Tue, 28 Sep 2010 00:31:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is there something like a bp_group_add_user($user_id, $group_id) ?</p>
<p>I want to add all registered users to a general user group.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2d92386f17a63511cf6f8ca30ea3e62a</guid>
				<title>caplain started the forum topic  /register/accept-invitation/ form posts to same page with no processing in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/registeraccept-invitation-form-posts-to-same-page-with-no-processing/</link>
				<pubDate>Mon, 27 Sep 2010 18:14:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>The form on the /register/accept-invitation/user&#064;domain.com/ page has action=&#8221;&#8221;. Submitting it just reloads the page with no processing or messages,  I&#8217;ve been unsuccessful understanding how the form submission is handled and could really use some guidance on debugging this.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2211da1b22eba688fb1e4a2946a0384b</guid>
				<title>caplain posted on the forum topic bp group API function to fetch a group by id outside of group context? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp-group-api-function-to-fetch-a-group-by-id/#post-72636</link>
				<pubDate>Mon, 20 Sep 2010 18:43:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks. I figured it out while waiting, even though your response was immediate 😉 $group = new BP_Groups_Group( 1, true ); $avatar = bp_core_fetch_avatar( array( &#8216;item_id&#8217; =&gt; 1, &#8216;object&#8217; =&gt; &#8216;group&#8217;, &#8216;type&#8217; =&gt; &#8216;full&#8217;, &#8216;avatar_dir&#8217; =&gt; &#8216;group-avatars&#8217;, &#8216;alt&#8217; =&gt; &#8216;Group Avatar&#8217;, &#8216;css_id&#8217; =&gt; 0, &#8216;class&#8217; =&gt; &#8216;avatar&#8217;, &#8216;width&#8217; =&gt; false, &#8216;height&#8217; =&gt; false )&hellip;<span class="activity-read-more" id="activity-read-more-69764"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp-group-api-function-to-fetch-a-group-by-id/#post-72636" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">386d4e9fc61498b4f95fdd426c19df05</guid>
				<title>caplain started the forum topic bp group API function to fetch a group by id outside of group context? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp-group-api-function-to-fetch-a-group-by-id/</link>
				<pubDate>Mon, 20 Sep 2010 17:26:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is there a bp group API function to fetch a group by id?</p>
<p>I want to display the name and avatar of group on a WP page outside of BP. Can I fetch group info by id outside of a group context?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">03c61e29ac5e5a785f58203a9cc5e8d0</guid>
				<title>caplain posted an update in the group How-To and Troubleshooting: I want to use bp_group_id() in a group extension function, [&#133;]</title>
				<link>https://buddypress.org/updates/p/62063/</link>
				<pubDate>Sun, 12 Sep 2010 01:53:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>I want to use bp_group_id() in a group extension function, but it&#8217;s returning nothing. bp_group_name() works. Do I need to call some other function first?</p>
]]></content:encoded>
				
									<slash:comments>1</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4f6dd772dc20bd5bbfe97ff044eb98b6</guid>
				<title>caplain started the forum topic How do I replace bp_core_new_subnav() with a customized version? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-replace-bp_core_new_subnav-with-a-customized-version/</link>
				<pubDate>Thu, 02 Sep 2010 21:13:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>I want to add a Member Directory tab that links to &#8216;/members/&#8217; on the subnav of the friends tab. I added a call to bp_core_new_subnav_item() in a customized bp_friends_setup_nav(), which does add the subnav item, but, the link URL is wrong because bp_core_new_subnav_item() requires a parent url, parent slug, and screen_function. I tried replacing&hellip;<span class="activity-read-more" id="activity-read-more-54002"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-i-replace-bp_core_new_subnav-with-a-customized-version/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">08e0dd351f58e19aed2f72fe017fb7a2</guid>
				<title>caplain started the forum topic Discrepency between members on group members page and what&#039;s in the db table, wp_bp_groups_members, in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/discrepency-between-members-on-group-members-page-and-whats-in-the-db-ta</link>
				<pubDate>Mon, 02 Aug 2010 23:51:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>If I view the members of a particular group: <a href="http://www.rocketmavericks.com/groups/mavericks-team/members/" rel="nofollow ugc">http://www.rocketmavericks.com/groups/mavericks-team/members/</a> (group_id=1) there are 4 members shown, which I believe to be the correct number of members. If I query wp_bp_groups_members for user_id for group_id=1: SELECT gm.user_id FROM wp_bp_groups_members gm WHERE gm.group_id=1 it returns 9 records.&hellip;<span class="activity-read-more" id="activity-read-more-37880"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/discrepency-between-members-on-group-members-page-and-whats-in-the-db-ta" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">96ef3fe2a04dab1660e0672cf6bed896</guid>
				<title>caplain posted on the forum topic Fatal error: Using $this when not in object context (bp-groups-classes.php) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/fatal-error-using-this-when-not-in-object-context-bp-groups-classes-php/</link>
				<pubDate>Tue, 27 Jul 2010 08:01:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>I changed $group_ids = $this-&gt;get_group_ids( $user_id );  to $group_ids = BP_Groups_Member::get_group_ids( $user_id ); and the error is gone. Maybe my provider changed my version of php &#8211; dunno. Anyway, I&#8217;ll download BP again&#8230;</p>
<p>Thanks  &#8211;Eric</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">44045b502128f94d3700f582166a2077</guid>
				<title>caplain posted on the forum topic Fatal error: Using $this when not in object context (bp-groups-classes.php) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/fatal-error-using-this-when-not-in-object-context-bp-groups-classes-php/</link>
				<pubDate>Tue, 27 Jul 2010 07:42:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>According to my plugins page and the buddypress readme file, I am using 1.2.5. I guess I can download again &#8211; strange that I ended up with different code. However, buddypress was working fine for a couple of weeks. Then after no code changes to anything in wordpress or buddypress, this error popped up.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">01ea4f400952505498e5e5b170d46709</guid>
				<title>caplain started the forum topic Fatal error: Using $this when not in object context (bp-groups-classes.php) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/fatal-error-using-this-when-not-in-object-context-bp-groups-classes-php/</link>
				<pubDate>Mon, 26 Jul 2010 22:45:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>My buddypress site was working fine. I left town for a couple of days and returned to: Fatal error: Using $this when not in object context in /imedia/users/mavericks/htdocs/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 1053 Here&#8217;s a snippet of the offending code: function delete_all_for_user( $user_id ) { global $wpdb, $bp;&hellip;<span class="activity-read-more" id="activity-read-more-34573"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/fatal-error-using-this-when-not-in-object-context-bp-groups-classes-php/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">52e1013eddeac5ed8c76dd06ede63827</guid>
				<title>caplain started the forum topic How do you query for a list of all group members in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-you-query-for-a-list-of-all-group-members/</link>
				<pubDate>Fri, 16 Jul 2010 18:24:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>I want to add some functionality to groups that requires a list of all members of the group. Is there a function that will return an array of members&#8217; user_id given a group name?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dd1a4d866f912c524c0b620be4e52d32</guid>
				<title>caplain posted on the forum topic How to redirect to login and return in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-redirect-to-login-and-return/#post-63746</link>
				<pubDate>Fri, 16 Jul 2010 05:42:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>I opened a ticket for the seemingly undeclared bp_before_group_invites() and for bp_core_catch_no_access(), which doesn&#8217;t appear to be called anywhere.<br />
<a href="http://trac.buddypress.org/ticket/2537" rel="nofollow ugc">http://trac.buddypress.org/ticket/2537</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d087f44456e253c6218d7aeeac444fb6</guid>
				<title>caplain posted on the forum topic How to redirect to login and return in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-redirect-to-login-and-return/#post-63745</link>
				<pubDate>Fri, 16 Jul 2010 05:25:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m really mystified. I added  to /members/single/groups/invites.php in my child theme. Then went to <a href="http://www.rocketmavericks.com/members/eric/groups/invites" rel="nofollow ugc">http://www.rocketmavericks.com/members/eric/groups/invites</a>, but cc_core_catch_no_access() didn&#8217;t seem to be called. I was going to add my function to bp_before_group_invites_content() (see&hellip;<span class="activity-read-more" id="activity-read-more-30639"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-redirect-to-login-and-return/#post-63745" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">71850d87a7255789af34c3b9fa573434</guid>
				<title>caplain posted on the forum topic How to redirect to login and return in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-redirect-to-login-and-return/#post-63742</link>
				<pubDate>Fri, 16 Jul 2010 04:59:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>A related thread, <a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/no-must-login-message-or-redirect" rel="nofollow ugc">http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/no-must-login-message-or-redirect</a>, had a short life about three weeks ago. It looks like the bp_core_catch_no_access() function is not actually used.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b47a99134b24e709dd83288db0f03741</guid>
				<title>caplain posted on the forum topic No &#034;must login message&#034; or redirect in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/no-must-login-message-or-redirect/#post-63741</link>
				<pubDate>Fri, 16 Jul 2010 04:57:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m dealing with the same issue. I tried adding if ( $bp_no_status_set ) bp_core_redirect($bp-&gt;root_domain.”/wp-login.php?redirect_to=”.$bp_unfiltered_uri); to bp_core_catch_no_access() but then I grep&#8217;d for that function and couldn&#8217;t find it called from anywhere.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">273d30c32846d3752068a68a7886b622</guid>
				<title>caplain posted an update: @MrMaz Hi Marshall, when a user receives a group invite via [&#133;]</title>
				<link>https://buddypress.org/updates/p/30575/</link>
				<pubDate>Thu, 15 Jul 2010 22:17:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/MrMaz/" rel="nofollow ugc">@MrMaz</a> Hi Marshall, when a user receives a group invite via email, I don&#8217;t want them to land on the domain root page if they&#8217;re not logged in. I want them to be redirected to /wp-login.php?redirect_to. I tried something but it didn&#8217;t work. I created a topic for this&hellip;<span class="activity-read-more" id="activity-read-more-30575"><a href="https://buddypress.org/updates/p/30575/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">8f78a048a413c99a75e8075fca9d97c4</guid>
				<title>caplain posted an update: @hnla Sorry to bug you, but you appear to be an online BP Mod [&#133;]</title>
				<link>https://buddypress.org/updates/p/30541/</link>
				<pubDate>Thu, 15 Jul 2010 20:17:32 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/hnla/" rel="nofollow ugc">@hnla</a> Sorry to bug you, but you appear to be an online BP Mod and I&#8217;m desperate for help. Could you please look at <a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-redirect-to-login-and-return/" rel="nofollow ugc">http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-redirect-to-login-and-return/</a> to help with a redirect issue? Thanks.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c3fffad413f7f0274d33adcd8f1a025d</guid>
				<title>caplain posted on the forum topic How to redirect to login and return in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-redirect-to-login-and-return/#post-63699</link>
				<pubDate>Thu, 15 Jul 2010 20:15:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>It looks like what I want to do could be done in /bp-core/bp-core-catchuri.php:function bp_core_catch_no_access() by starting the function with:</p>
<p>if ( $bp_no_status_set )  bp_core_redirect($bp-&gt;root_domain.&#8221;/wp-login.php?redirect_to=&#8221;.$bp_unfiltered_uri); </p>
<p>instead of just returning false, but bp_core_catch_no_access() doesn&#8217;t seem to be called&hellip;<span class="activity-read-more" id="activity-read-more-30540"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-redirect-to-login-and-return/#post-63699" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ff130144a12d707d54985f3dcbb1b07</guid>
				<title>caplain started the forum topic How to redirect to login and return in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-redirect-to-login-and-return/</link>
				<pubDate>Thu, 15 Jul 2010 19:25:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>If a user is not logged in and tries to access a buddypress path, they&#8217;re redirected to the site base url &#8211; either by actual redirection or by truncating the path (I don&#8217;t know which). This is not an expected behavior on the web. If a user is not logged in, they should be redirected [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bc4c129cae311459c95ca0b55d8acfb2</guid>
				<title>caplain started the forum topic [Closed] How do I redirect to a login screen from a group invitation URL? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-invitation-url-redirects-to-site-base-url-when-user-is-not-logged-</link>
				<pubDate>Thu, 15 Jul 2010 18:42:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>If a user is not already cookied/logged-in when they click on the invite link in a group invitation email, they are redirected to the site base URL. This somewhat defeats the purpose of the email invite, and I can&#8217;t believe this is the default behavior. Anyway, how can I redirect to a login page and [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">311f4284a087e550ea6deb653e77b815</guid>
				<title>caplain posted on the forum topic How do I redirect to a login screen from a group invitation URL? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-invitation-url-redirects-to-site-base-url-when-user-is-not-logged-</link>
				<pubDate>Thu, 15 Jul 2010 18:42:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Where is BP redirecting to the base blog url if a user is not logged in? Maybe I can start there. I can&#8217;t believe no one&#8217;s tackled this already. If a user is not logged in, you want to get them logged in and then back to where they were trying to go instead of [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c0fc3ecc97388f728a33a451718b4036</guid>
				<title>caplain posted an update: @DJPaul Sorry to bug you, but I&#039;m under a tight schedule. [&#133;]</title>
				<link>https://buddypress.org/updates/p/30428/</link>
				<pubDate>Thu, 15 Jul 2010 17:00:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc">@DJPaul</a> Sorry to bug you, but I&#8217;m under a tight schedule.<br />
If a user is not already cookied/logged-in when they click on the invite link in a group invitation email, they are redirected to the site base URL. This somewhat defeats the purpose of the email invite, and I can’t believe this is the default behavior since the user is left wondering w&hellip;<span class="activity-read-more" id="activity-read-more-30428"><a href="https://buddypress.org/updates/p/30428/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d4b83e92b61f9998dd4252c66cbfeef0</guid>
				<title>caplain posted on the forum topic What would be the first argument in remove_action() for bp_group_creation_tabs? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/what-would-be-the-first-argument-in-remove_action-for-bp_group_creation_</link>
				<pubDate>Thu, 15 Jul 2010 16:56:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Done. Thanks.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c8bfb037fa4bf546ebaa8c9993e2f7b3</guid>
				<title>caplain started the forum topic What would be the first argument in remove_action() for bp_group_creation_tabs? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/what-would-be-the-first-argument-in-remove_action-for-bp_group_creation_</link>
				<pubDate>Wed, 14 Jul 2010 18:14:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>I want to override function bp_group_creation_tabs() in bp-groups/bp-groups-templatetags.php with my own function in bp-custom.php. I&#8217;m not sure what to use as the first argument in my remove_action() and add_action() calls since I can&#8217;t find an add_action for bp_group_creation_tabs.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">00fdfba25245f8cf7957a80104142b12</guid>
				<title>caplain posted on the forum topic Would this plugin be possible? Adding another tab to a BP group to allow us to display ANYTHING in i in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/would-this-plugin-be-possible-adding-another-tab-to-a-bp-group-to-allow-us-to-di</link>
				<pubDate>Wed, 14 Jul 2010 17:37:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Do any of you know to remove tabs/pages added by extending BP_Group_Extension from the group create steps?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7c10e97e1898da123788a4d125c71bea</guid>
				<title>caplain posted on the forum topic Problem adding subnav item to Account Info &#062; Groups in adminbar in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/problem-adding-subnav-item-to-account-info-groups-in-adminbar/#post-6329</link>
				<pubDate>Tue, 13 Jul 2010 23:55:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>This has been resolved. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">84126ef061ad2077c7a12c7081278965</guid>
				<title>caplain started the forum topic Problem adding subnav item to Account Info &#062; Groups in adminbar in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/problem-adding-subnav-item-to-account-info-groups-in-adminbar/</link>
				<pubDate>Tue, 13 Jul 2010 21:03:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to add a &#8216;Create Group&#8217; subnav item to the Account Info &gt; Groups nav item in the adminbar. I added the following (paranoid version) to my /plugins/bp-custom.php. It crashes my site, but I can&#8217;t see why&#8230; function bp_add_create_group_subnav() { global $bp; $groups_link = isset($bp-&gt;groups-&gt;slug) ? $bp-&gt;groups-&gt;slug . &#8216;/&#8217; : &#8216;/groups/&#8217;;&hellip;<span class="activity-read-more" id="activity-read-more-29704"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/problem-adding-subnav-item-to-account-info-groups-in-adminbar/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1efd0c7dfc7ab6fca0f16ac4e537faa9</guid>
				<title>caplain posted on the forum topic Would this plugin be possible? Adding another tab to a BP group to allow us to display ANYTHING in i in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/would-this-plugin-be-possible-adding-another-tab-to-a-bp-group-to-allow-us-to-di</link>
				<pubDate>Sun, 11 Jul 2010 19:56:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>I experienced the same issue as <a href="http://buddypress.org/community/members/shaunmacrae/" rel="nofollow ugc">@shaunmacrae</a>. I&#8217;m assuming /plugins/bp-custom.php is loaded before /plugins/buddypress/bp-groups/bp-groups-classes.php. So, I put my new class in /plugins/bp-group-project-ext.php and added the following to /plugins/bp-custom.php: function group_project_plugin_init() { require( dirname( __FILE__ ) .&hellip;<span class="activity-read-more" id="activity-read-more-28410"><a href="http://buddypress.org/community/groups/creating-extending/forum/topic/would-this-plugin-be-possible-adding-another-tab-to-a-bp-group-to-allow-us-to-di" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7606e71c93dc36fedb3dd4cf0c15b4fd</guid>
				<title>caplain joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/28409/</link>
				<pubDate>Sun, 11 Jul 2010 19:56:21 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0545e5abad5f1fe71d00f57a71fdae64</guid>
				<title>caplain started the forum topic How to query for groups in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-query-for-groups/</link>
				<pubDate>Fri, 09 Jul 2010 01:15:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>How do you query for groups by admin or member?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">291afc0d356e713d005aa1de5af6fa4f</guid>
				<title>caplain posted on the forum topic Customizing Labels Failed in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/customizing-labels-failed/#post-62495</link>
				<pubDate>Fri, 09 Jul 2010 00:13:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>I found my stupid mistake. I changed the msgid string instead of the msgstr string. doh!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">662bd1d6e142c70fdc2b6839fc80451d</guid>
				<title>caplain posted on the forum topic Customizing Labels Failed in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/customizing-labels-failed/#post-62494</link>
				<pubDate>Fri, 09 Jul 2010 00:09:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>just ran msgfmt again but in verbose mode:<br />
&gt; msgfmt -v -o buddypress-mav.mo buddypress-mav.po<br />
0 translated messages, 903 untranslated messages.</p>
<p>???  &#8211;caplain</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0068fad387fd12c0def246c061e7a37c</guid>
				<title>caplain started the forum topic Customizing Labels Failed in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/customizing-labels-failed/</link>
				<pubDate>Thu, 08 Jul 2010 23:59:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>I followed the instructions at ttp://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/ to customize my bp labels, however I did not have a /plugins/bp-custom.php file, so I created one in my wp-content/plugins directory and added: define( &#8216;BPLANG&#8217;, &#8216;mav&#8217; ); if ( file_exists( WP_PLUGIN_DIR . &#8216;/buddypress-&#8216; . BPLANG . &#8216;.mo&#8217; )&hellip;<span class="activity-read-more" id="activity-read-more-27546"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/customizing-labels-failed/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9482ff1201539b33e074af03aaa7a7bd</guid>
				<title>caplain posted an update: @apeatling I need help understanding BuddyPress Template Pack [&#133;]</title>
				<link>https://buddypress.org/updates/p/27461/</link>
				<pubDate>Thu, 08 Jul 2010 20:06:53 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/apeatling/" rel="nofollow ugc">@apeatling</a> I need help understanding BuddyPress Template Pack usage. I’ve installed and activated the BuddyPress Template Pack, and my buddypress pages are are skinned using my theme, but most of my changes to the BP files in my theme directory are not reflected on the BP pages.</p>
<p>For example, I changed every text/label occurance of ‘Group’ to ‘N&hellip;<span class="activity-read-more" id="activity-read-more-27461"><a href="https://buddypress.org/updates/p/27461/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e609fa65aeffc824633eed4960cbba44</guid>
				<title>caplain posted an update: @MrMaz I really need to use the BuddyPress API, but the codex [&#133;]</title>
				<link>https://buddypress.org/updates/p/27442/</link>
				<pubDate>Thu, 08 Jul 2010 19:31:16 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/MrMaz/" rel="nofollow ugc">@MrMaz</a> I really need to use the BuddyPress API, but the codex documentation is mostly just lists and search doesn&#8217;t work. How/where can I get complete docs?</p>
<p>I need to understand things like querying for the owner/admin of a group, members of a group, a list of all groups…</p>
<p>Other issues:&hellip;<span class="activity-read-more" id="activity-read-more-27442"><a href="https://buddypress.org/updates/p/27442/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4d2b75284a0c66222fe05107b153d3b5</guid>
				<title>caplain started the forum topic What defines an &#039;active&#039; member? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/what-defines-an-active-member/</link>
				<pubDate>Thu, 08 Jul 2010 19:25:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>What defines an &#8216;active&#8217; member? My member directory shows:</p>
<p>All Members (11)  My Friends (2)<br />
&#8212;<br />
Viewing member 1 to 4 (of 4 active members)</p>
<p>How do I see all members?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1e4272aac702517b0389562c3484c423</guid>
				<title>caplain posted on the forum topic codex.buddpress.org search is returning a blank page in the group Requests &#038; Feedback</title>
				<link>http://buddypress.org/community/groups/requests-feedback/forum/topic/codex-buddpress-org-search-is-returning-a-blank-page/#post-62424</link>
				<pubDate>Thu, 08 Jul 2010 19:19:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ugh. I really need to use the API if I&#8217;m going to use buddypress, but without docs I may have bail on it 🙁</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b683484fceadd8126a65b1e997c42065</guid>
				<title>caplain started the forum topic API Documentation? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/api-documentation/</link>
				<pubDate>Thu, 08 Jul 2010 18:40:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is there better buddypress API documenation available than the lists of functions and tags found on <a href="http://codex.buddypress.org" rel="nofollow ugc">http://codex.buddypress.org</a>?</p>
<p>I need to understand things like querying for the owner/admin of a group, members of a group, a list of all groups&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a29515528c543daebf32aa4b9208febe</guid>
				<title>caplain started the forum topic codex.buddpress.org search is returning a blank page in the group Requests &#038; Feedback</title>
				<link>http://buddypress.org/community/groups/requests-feedback/forum/topic/codex-buddpress-org-search-is-returning-a-blank-page/</link>
				<pubDate>Thu, 08 Jul 2010 18:36:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>codex.buddpress.org search is returning a blank page</p>
<p>This has been happening for at least a couple of days. Anybody on the team know about this. I need to understand the API and this is making it near impossible.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ffe469c9d600fa92d13ac9a30288ceff</guid>
				<title>caplain joined the group Requests &#038; Feedback</title>
				<link>https://buddypress.org/updates/p/27426/</link>
				<pubDate>Thu, 08 Jul 2010 18:36:04 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3704849fb98c620d5edf2798aa085616</guid>
				<title>caplain posted on the forum topic Can&#039;t remove actions using remove_action() calls in function.php in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/cant-remove-actions-using-remove_action-calls-in-function-php/#post-6241</link>
				<pubDate>Thu, 08 Jul 2010 18:30:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>this has been resolved.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4ddacebdd84ca08cb91abcd06d915c5c</guid>
				<title>caplain started the forum topic Need help understanding BuddyPress Template Pack usage in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/need-help-understanding-buddypress-template-pack-usage/</link>
				<pubDate>Thu, 08 Jul 2010 18:28:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve installed and activated the BuddyPress Template Pack, and my buddypress pages are are skinned using my theme, but most of my changes to the BP files in my theme directory are not reflected on the BP pages. For example, I changed every text/label occurance of &#8216;Group&#8217; to &#8216;Network&#8217; and &#8216;group&#8217; to &#8216;network&#8217;, but I [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">944264c092fc5be8b2891f8af95f9040</guid>
				<title>caplain started the forum topic Can&#039;t remove actions using remove_action() calls in function.php in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/cant-remove-actions-using-remove_action-calls-in-function-php/</link>
				<pubDate>Wed, 07 Jul 2010 19:28:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to remove the buddypress admin bar hooks &#8216;bp_adminbar_logo&#8217; and bp_adminbar_random_menu. I&#8217;ve tried the following in my theme functions.php: remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_logo’); remove_action( ‘bp_adminbar_menus’, ‘bp_adminbar_random_menu’, 100); (I verified the correct $priority) and I&#8217;ve tried: add_action(‘bp_&hellip;<span class="activity-read-more" id="activity-read-more-27044"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/cant-remove-actions-using-remove_action-calls-in-function-php/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">610f35ddead44ca6aaf8764a07294e05</guid>
				<title>caplain started the forum topic Missing links and menus for members - can&#039;t see anything about other members in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/missing-links-and-menus-for-members-cant-see-anything-about-other-member</link>
				<pubDate>Wed, 07 Jul 2010 19:24:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>I recently added buddypress to my WP blog. The only way I can see anything about other members is if I go to the Members Directory by manually going to /members/ (which I discovered by just snooping &#8211; there is no menu item that links to the member directory). There is a link ‘All members’ [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b74cc4ccab2e816cd7e436e6f795965c</guid>
				<title>caplain posted on the forum topic How do you add/invite a friend? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-you-addinvite-a-friend/#post-62233</link>
				<pubDate>Wed, 07 Jul 2010 19:10:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>The only way I can see anything about other members is if I manually go to /members/ (which I discovered by just snooping). There is a link &#8216;All members&#8217; with a count of members, but the link just goes to the blog root URL.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7436c2b58ab670792d0002e733ee42ad</guid>
				<title>caplain posted on the forum topic How do you add/invite a friend? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-you-addinvite-a-friend/#post-62064</link>
				<pubDate>Tue, 06 Jul 2010 23:00:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>&#8220;member’s single profile&#8221; ?? Interesting I don&#8217;t know what that is 🙂 Other than the Users page (as admin) I have no visibility of other site users.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">459ec76a8c94b0efc4ece57982c0cc17</guid>
				<title>caplain posted on the forum topic How do you add/invite a friend? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-you-addinvite-a-friend/#post-62060</link>
				<pubDate>Tue, 06 Jul 2010 22:40:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>So, why does BP have the notion of friends if you need a plugin to invite/add a friend? Thanks!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce507848dc38f5a153e4e01a33156c14</guid>
				<title>caplain started the forum topic How do you add/invite a friend? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-you-addinvite-a-friend/</link>
				<pubDate>Tue, 06 Jul 2010 22:32:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>Simple question: how do you invite a friend? I&#8217;m not seeing a link/button to invite or add friends. I&#8217;m using BP with my WP site. Should I be able to add other registered users of my blog?</p>
<p>Is there online documentation on simply how to use Buddypress?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">533a7c79acb27a04a488c75aae3e1b52</guid>
				<title>caplain posted on the forum topic How to disable WP sidebar from all buddypress pages in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-disable-wp-sidebar-from-all-buddypress-pages/#post-62047</link>
				<pubDate>Tue, 06 Jul 2010 20:36:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Resolved. My solution (in sidebar.php) has been amended to <a href="http://buddypress.pastebin.com/tkUDryN3" rel="nofollow ugc">http://buddypress.pastebin.com/tkUDryN3</a></p>
<p>Thanks for pointing me in the right direction.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cfb73d669901c1e2cf2a4206585bf578</guid>
				<title>caplain posted on the forum topic How to disable WP sidebar from all buddypress pages in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-disable-wp-sidebar-from-all-buddypress-pages/#post-62043</link>
				<pubDate>Tue, 06 Jul 2010 20:10:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>I discovered the problem: I&#8217;m using a widgetized theme, so dynamic_sidebar() is being used. Now I have to figure out where that is called to see if I can wrap that in a &#8216;if(bp_is_blog_page()){}&#8217;&#8230;</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>