<?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 | Peter Hardy-vanDoorn | Activity</title>
	<link>https://buddypress.org/members/petervandoorn/activity/</link>
	<atom:link href="https://buddypress.org/members/petervandoorn/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Peter Hardy-vanDoorn.</description>
	<lastBuildDate>Mon, 06 Apr 2026 17:30:31 +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">99eed82ce2757cd35f46adc65d238aa5</guid>
				<title>Peter Hardy-vanDoorn started the topic Xprofile fields in WP new user form in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/xprofile-fields-in-wp-new-user-form/</link>
				<pubDate>Wed, 20 Sep 2023 11:55:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;d like to get some of the xprofile fields in the initial WP new user form (for avoidance of doubt that&#8217;s this one: <code>example.com/wp-admin/user-new.php</code>)</p>
<p>The reason is that my admins never complete the new user signup properly, even though they&#8217;re redirected to the extended profile page once the new account has been created!</p>
<p>Is it possible? </p>
<p>Thanks</p>
<p>Peter</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7412d21996dc72c2dab5fb38be43886c</guid>
				<title>Peter Hardy-vanDoorn replied to the topic How to show location field in members-loop.php in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/how-to-show-location-field-in-members-loop-php/#post-276015</link>
				<pubDate>Thu, 30 Aug 2018 10:11:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>The documentation for the Members Loop is here: <a href="https://codex.buddypress.org/developer/loops-reference/the-members-loop" rel="nofollow ugc">https://codex.buddypress.org/developer/loops-reference/the-members-loop</a></p>
<p>You will see that there are a number of hooks which you can add your additions into, particularly at line 44: <code>do_action( &#039;bp_directory_members_item&#039; );</code> and at line 59: <code>do_action( &#039;bp_directory_members_actions&#039; );</code> </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d2df54225d8de70eeac73271d0963e2e</guid>
				<title>Peter Hardy-vanDoorn replied to the topic How to hide CPT Links from profile view in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/how-to-hide-cpt-links-from-profile-view/#post-270188</link>
				<pubDate>Fri, 19 Jan 2018 15:33:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>This may depend on your theme, and I don&#8217;t have rtmedia installed so you&#8217;ll have to work it out for yourself, but you should be able to just hide that tab using CSS.</p>
<p>On my install of BuddyPress a class of <code>logged-in</code> is added to the <code>body</code> element when the user is logged in. Check your page to make sure that this is the same for you too.</p>
<p>If it is,&hellip;<span class="activity-read-more" id="activity-read-more-1040584"><a href="https://buddypress.org/support/topic/how-to-hide-cpt-links-from-profile-view/#post-270188" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f41204f32c99dacd6a3b79534aae5cb1</guid>
				<title>Peter Hardy-vanDoorn replied to the topic hide all the buttons that allow to modify the visibility of all the fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-all-the-buttons-that-allow-to-modify-the-visibility-of-all-the-fields/#post-270053</link>
				<pubDate>Thu, 11 Jan 2018 12:56:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Edit each of the profile fields in turn and change the <strong>Visibility</strong> setting to <em>Enforce field visibility</em>.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">82734c237ba1d5af4379601f65bf48e4</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Adding Groups to Mailchimp Sync in the forum Third Party Plugins</title>
				<link>https://buddypress.org/support/topic/adding-groups-to-mailchimp-sync/#post-270035</link>
				<pubDate>Tue, 09 Jan 2018 15:09:32 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>bp_get_current_group_id()</code> gets the ID of the current group, not the groups to which the user is a member of. </p>
<p>For that you need <code>groups_get_user_groups()</code>.</p>
<p>It will return an array of group info, so you&#8217;ll have to process it further before storing it.</p>
<p>Have a look here: <a href="http://hookr.io/functions/groups_get_user_groups/" rel="nofollow ugc">http://hookr.io/functions/groups_get_user_groups/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">595861f8dfd09495d72ef3704808edaa</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Blocking some logged-in users from accessing buddypress altogether in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/blocking-some-logged-in-users-from-accessing-buddypress-altogether/#post-269913</link>
				<pubDate>Wed, 03 Jan 2018 15:14:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>This should do the trick:</p>
<p><code>function bgmc_nosubs_redirect() {</p>
<p>	if ( current_user_can( &#039;Customer&#039; ) &amp;&amp; is_buddypress() ) {<br />
		wp_redirect( home_url( &#039;&#039; ) );<br />
		exit();<br />
	}</p>
<p>}<br />
add_filter( &#039;template_redirect&#039;, &#039;bgmc_nosubs_redirect&#039; );<br />
</code></p>
<p>Note &#8211; untested, but theory is sound 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cef30f86c3ba4849afeb0d89ed46e3c7</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Group. Custom page in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/group-custom-page/#post-269572</link>
				<pubDate>Thu, 14 Dec 2017 15:53:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>Here&#8217;s the bare basic code to add a page to all groups:</p>
<p><code>class my_group_page extends BP_Group_Extension {<br />
	function __construct() {<br />
		$args = array( &#039;slug&#039; =&gt; &#039;page_slug&#039;, &#039;name&#039; =&gt; &#039;Page Name&#039;, &#039;nav_item_position&#039; =&gt; 12 );<br />
		parent::init( $args );<br />
	}<br />
	function display( $group_id = NULL ) {<br />
		// page code goes&hellip;</code><span class="activity-read-more" id="activity-read-more-1008537"><a href="https://buddypress.org/support/topic/group-custom-page/#post-269572" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f8c752731778b882619ac37182742309</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can people see everyone who is logged into BuddyPress? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/can-people-see-everyone-who-is-logged-into-buddypress/#post-269514</link>
				<pubDate>Mon, 11 Dec 2017 15:49:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>I think you&#8217;re talking about the <em>Who&#8217;s Online</em> widget&#8230; just don&#8217;t add that widget to your sidebar.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab538fc1f7867b9dd2cb2f4110f33bf8</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Cannot increase avatar/gravatar size (Still blurred) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cannot-increase-avatar-gravatar-size-still-blurred/#post-269513</link>
				<pubDate>Mon, 11 Dec 2017 15:46:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Changing the default sizes won&#8217;t improve any avatar images you&#8217;ve already got. These are cached at the default sizes, so to improve the quality to the new size you will need to re-upload them.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">495af2ecbdd1032033116ff8a1390a43</guid>
				<title>Peter Hardy-vanDoorn replied to the topic How to add fb login to buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-fb-login-to-buddypress/#post-269005</link>
				<pubDate>Fri, 17 Nov 2017 15:10:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>You don&#8217;t say which fb plugin you&#8217;re using. Anyway, you&#8217;d be best served to ask the author of that plugin really.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aeb75f6c468279d1ba1f9a6de0543943</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Group Sticky in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/group-sticky/#post-269004</link>
				<pubDate>Fri, 17 Nov 2017 15:09:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Exact location of this depends on your theme, of course, so this is based on themes that are using BP Legacy.</p>
<p>When a group admin views the single forum post, at the top of the post you should see the date on the left and then options at the right: <code>CLOSE | STICK | MERGE | BIN | SPAM | REPLY</code> &#8211; just click on <code>STICK</code>.</p>
<p>This will stick it to the top of&hellip;<span class="activity-read-more" id="activity-read-more-983901"><a href="https://buddypress.org/support/topic/group-sticky/#post-269004" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a5aa00585a5da30dc249194d5c2b540</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Remove the &#034;members&#034; suffix in members profile link (fixed) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/remove-the-members-suffix-in-members-profile-link/#post-268934</link>
				<pubDate>Mon, 13 Nov 2017 11:34:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>Add this to your <strong>wp-config.php</strong> file before the line that says <code>/* That&#039;s all, stop editing! Happy blogging. */</code> or your <strong>bp-config.php</strong> file.</p>
<p><code>define( &#039;BP_ENABLE_ROOT_PROFILES&#039;, true );</code></p>
<p>That comes from this page: <a href="https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/" rel="nofollow ugc">https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/</a></p>
<p>Sometimes the person who knows the&hellip;<span class="activity-read-more" id="activity-read-more-979376"><a href="https://buddypress.org/support/topic/remove-the-members-suffix-in-members-profile-link/#post-268934" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d5fd7ccea1d96194ab1c99a4feb3ecb9</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Additional info on group memberlist in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/additional-info-on-group-memberlist/#post-268842</link>
				<pubDate>Mon, 06 Nov 2017 12:08:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is just in theory, as my install doesn&#8217;t show any actions buttons for the current user in the list anyway, but you could try just hiding the buttons with this CSS:</p>
<p><code>ul#members-list li.is-current-user div.action { display: none; }</code></p>
<p>Obviously I can&#8217;t test that though but it should work if your theme also uses the BP Legacy templates.</p>
<p>Hope that helps</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">825a2d19b7e421bb514608e89f337444</guid>
				<title>Peter Hardy-vanDoorn replied to the topic How does BuddyPress connect to my site? in the forum Third Party Plugins</title>
				<link>https://buddypress.org/support/topic/how-does-buddypress-connect-to-my-site-2/#post-268742</link>
				<pubDate>Tue, 31 Oct 2017 16:09:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi. I wonder if you&#8217;re getting a little confused as to what Super Socializer and BuddyPress actually do? Although they both allow people to have an account on your site, they&#8217;re not really the same thing.</p>
<p>Super Socializer allows you to cross-post your own blog posts onto Facebook, etc, and to then amalgamate any comments back to the original blog&hellip;<span class="activity-read-more" id="activity-read-more-967806"><a href="https://buddypress.org/support/topic/how-does-buddypress-connect-to-my-site-2/#post-268742" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">545239063b03f7a8c108cd8a005e93e7</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Divide buddypress register form in multi steps fields in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/divide-buddypress-register-form-in-multi-steps-fields/#post-268741</link>
				<pubDate>Tue, 31 Oct 2017 15:53:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi. </p>
<p>I&#8217;ve never used such a thing, but your enquiry piqued my interest so I did a quick Google and found this premium plugin called ProfilePress: <a href="https://profilepress.net/features/multi-step-registration-form/" rel="nofollow ugc">https://profilepress.net/features/multi-step-registration-form/</a>. I also found mention of Gravity Forms with User Registration add-on (also premium) doing what you want too:&hellip;<span class="activity-read-more" id="activity-read-more-967789"><a href="https://buddypress.org/support/topic/divide-buddypress-register-form-in-multi-steps-fields/#post-268741" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">720e405cd5ab3f3edd740fc993b6150b</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Memberships plugin with MULTIPLE memberships per user? Can&#039;t find anything. in the forum Third Party Plugins</title>
				<link>https://buddypress.org/support/topic/memberships-plugin-with-multiple-memberships-per-user-cant-find-anything/#post-268727</link>
				<pubDate>Mon, 30 Oct 2017 16:28:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Have a look at WooCommerce Memberships: <a href="https://woocommerce.com/products/woocommerce-memberships/" rel="nofollow ugc">https://woocommerce.com/products/woocommerce-memberships/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5f6a0d040db46db45550c2c287e1e290</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Memberships And Taking Payment in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/memberships-and-taking-payment/#post-268726</link>
				<pubDate>Mon, 30 Oct 2017 16:22:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>I can recommend the WooCommerce WooMembers bundle &#8211; allows you to limit access to the site and take monthly subscription payments: <a href="https://woocommerce.com/products/woomembers-bundle/" rel="nofollow ugc">https://woocommerce.com/products/woomembers-bundle/</a></p>
<p>It mostly works with BuddyPress (in that you can limit access to most pages and bbPress forum posts) but they do have work to do to make it fully protect a BP&hellip;<span class="activity-read-more" id="activity-read-more-966790"><a href="https://buddypress.org/support/topic/memberships-and-taking-payment/#post-268726" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">63d24791a41320bb9d4f8ce7484e761e</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Buddypress paid membership in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/buddypress-paid-membership/#post-267988</link>
				<pubDate>Mon, 11 Sep 2017 09:14:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>Well, you said that content needs to be fully public, so I guessed that full protection of BP&#8217;s content didn&#8217;t worry you. </p>
<p>Apart from that, the only thing really missing from the Woo bundle is account area integration, but there is another plugin that deals with that: </p>
<p><a href="https://themekraft.com/products/woocommerce-buddypress-integration/" rel="nofollow ugc">https://themekraft.com/products/woocommerce-buddypress-integration/</a></p>
<p>It&#8217;s&hellip;<span class="activity-read-more" id="activity-read-more-921141"><a href="https://buddypress.org/support/topic/buddypress-paid-membership/#post-267988" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bd661f9eaf9982e83af278fe4cff61a4</guid>
				<title>Peter Hardy-vanDoorn replied to the topic explode function in the forum Ideas</title>
				<link>https://buddypress.org/support/topic/explode-function/#post-267987</link>
				<pubDate>Mon, 11 Sep 2017 09:03:29 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/henrywright/" rel="nofollow ugc">@henrywright</a> Like I said&#8230; off the top of my head 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2374a445b7f3dc6ccc3f0d795d5b70c7</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Setting Profile Fields To Be Viewable To Admin or Moderators in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/setting-profile-fields-to-be-viewable-to-admin-or-moderators/#post-267962</link>
				<pubDate>Fri, 08 Sep 2017 14:34:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>Actually, ‘Admin’, ‘Everyone (Admin Editable)’ and ‘Only Me (Admin Editable)’ are not part of BuddyPress and are added by the plugin. </p>
<p>If you use the plugin and set the field visibility to ‘Only Me (Admin Editable)’ then the field will only be visible to the user and the Admin. You could also use the &#8216;Admin&#8217; settings to, for example, add no&hellip;<span class="activity-read-more" id="activity-read-more-919205"><a href="https://buddypress.org/support/topic/setting-profile-fields-to-be-viewable-to-admin-or-moderators/#post-267962" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5f3190315ec3edf6378f5aaa8f558409</guid>
				<title>Peter Hardy-vanDoorn replied to the topic explode function in the forum Ideas</title>
				<link>https://buddypress.org/support/topic/explode-function/#post-267960</link>
				<pubDate>Fri, 08 Sep 2017 14:24:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Off the top of my head, it should just be a case of :</p>
<p><code>$needs = explode( &quot;, &quot;, bp_member_profile_data(‘field=School Needs: Social Welfare’) );</code></p>
<p>Which should then put an array into $needs like this:</p>
<p><code>Array<br />
(<br />
    [0] =&gt; Environmental programmes<br />
    [1] =&gt; Sports development<br />
)</code></p>
<p><a href="http://php.net/manual/en/function.explode.php" rel="nofollow ugc">http://php.net/manual/en/function.explode.php</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c784fa724f16e6d1fc5581dbddc1683b</guid>
				<title>Peter Hardy-vanDoorn replied to the topic How can I get all userId for a given Member type in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-can-i-get-all-userid-for-a-given-member-type/#post-267959</link>
				<pubDate>Fri, 08 Sep 2017 14:11:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>If getting your hands dirty with SQL scares you (like it does me) BP has its own functions:</p>
<p><code>$member_type = &quot;doctor&quot;; // slug of member type<br />
if ( bp_has_members( array ( &#039;type&#039; =&gt; &#039;alphabetical&#039;, &#039;per_page&#039; =&gt; 1000, &#039;member_type&#039; =&gt; $member_type ) ) ) {<br />
	while ( bp_members() ) : bp_the_member();<br />
		//&hellip;</code><span class="activity-read-more" id="activity-read-more-919183"><a href="https://buddypress.org/support/topic/how-can-i-get-all-userid-for-a-given-member-type/#post-267959" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ead5a0c089053228bdb8ab19403dc019</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Buddypress paid membership in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/buddypress-paid-membership/#post-267958</link>
				<pubDate>Fri, 08 Sep 2017 14:05:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try the WooCommerce Members bundle&#8230; <a href="https://woocommerce.com/products/woomembers-bundle/" rel="nofollow ugc">https://woocommerce.com/products/woomembers-bundle/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aa60ea94343c9664e5141fc17cc46405</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Avatar across multisite in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/avatar-across-multisite/#post-267874</link>
				<pubDate>Tue, 05 Sep 2017 11:45:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>I know it’s not quite what you’re looking for, but you could always just disable profile uploading in Buddypress’ settings and encourage your users to set up a Gravatar account.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df11b010946fbefb2ede6fdfadb5f8a4</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can network users have the same avatar in all sites? in the forum Showcase</title>
				<link>https://buddypress.org/support/topic/can-network-users-have-the-same-avatar-in-all-sites/#post-267873</link>
				<pubDate>Tue, 05 Sep 2017 11:43:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>I know it&#8217;s not quite what you&#8217;re looking for, but you could always disable profile uploading in Buddypress&#8217; settings and encourage your users to set up a Gravatar account. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ee01f26d0d9bcfae7a9e5a440f4d44f</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Setting Profile Fields To Be Viewable To Admin or Moderators in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/setting-profile-fields-to-be-viewable-to-admin-or-moderators/#post-267655</link>
				<pubDate>Tue, 22 Aug 2017 09:36:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try this plugin. It hasn&#8217;t been updated for 2 years, but it works perfectly for me.</p>
<blockquote data-secret="ERI23QiJhx" class="wp-embedded-content"><p><a href="https://wordpress.org/plugins/buddypress-admin-only-profile-fields/" rel="nofollow ugc">BuddyPress Admin Only Profile Fields</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://wordpress.org/plugins/buddypress-admin-only-profile-fields/embed/#?secret=ERI23QiJhx" data-secret="ERI23QiJhx" width="515" height="290" title="&#8220;BuddyPress Admin Only Profile Fields&#8221; &#8212; Plugin Directory" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>Adds these options to the visibility options: &#8216;Admin&#8217;, &#8216;Everyone (Admin Editable)&#8217; and &#8216;Only Me (Admin Editable)&#8217;</p>
<p>Hope that helps</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">016d7836bb4ce37e8a393ce4dd433980</guid>
				<title>Peter Hardy-vanDoorn replied to the topic How do I show woocommerce activities in Buddypress activity? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-do-i-show-woocommerce-activities-in-buddypress-activity/#post-267599</link>
				<pubDate>Thu, 17 Aug 2017 15:07:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>Have a look at this plugin: <a href="https://themekraft.com/products/woocommerce-buddypress-integration/" rel="nofollow ugc">https://themekraft.com/products/woocommerce-buddypress-integration/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7f78760766103c0984e3517b3d22f99</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Buddypress and Woocommerce conflict in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/buddypress-and-woocommerce-conflict/#post-267598</link>
				<pubDate>Thu, 17 Aug 2017 14:57:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>I don&#8217;t have a problem &#8211; I have BP &amp; WP installed on 2 sites and have never had an issue, so I suspect it&#8217;s a co-incidence.</p>
<p>You&#8217;ll need to do some investigation to find out what is actually causing the error. Start by changing your wp-config.php file to write an error log. Find the line which says <code>define(&#039;WP_DEBUG&#039;, false);</code> and change it (plus&hellip;<span class="activity-read-more" id="activity-read-more-897128"><a href="https://buddypress.org/support/topic/buddypress-and-woocommerce-conflict/#post-267598" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">62bbcdcf2245073e7b8be2b4996ef71b</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can an xProfile field be used to auto add to group in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/can-an-xprofile-field-be-used-to-auto-add-to-group/#post-267596</link>
				<pubDate>Thu, 17 Aug 2017 14:45:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>As far as I know, there&#8217;s no way to do that with BuddyPress&#8217; built-in tools.</p>
<p>However, it is possible with plugins such as the one you identified.</p>
<p>I had a similar requirement and ended up doing it by utilising BP&#8217;s <em>Member Types</em> functionality (which require a plugin or custom code to set up), a plugin called <strong>BuddyPress Xprofile Member Type Field</strong>&hellip;<span class="activity-read-more" id="activity-read-more-897117"><a href="https://buddypress.org/support/topic/can-an-xprofile-field-be-used-to-auto-add-to-group/#post-267596" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">271ad96be82d41c1228daf6c9b335082</guid>
				<title>Peter Hardy-vanDoorn replied to the topic how to change the count display to the left? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-change-the-count-display-to-the-left/#post-265781</link>
				<pubDate>Wed, 03 May 2017 15:25:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Add this to your CSS:</p>
<p><code>#buddypress div.item-list-tabs ul li a span { float: left; }</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6389173b89883d57ec622817e00dbcfa</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Hook to add group member in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hook-to-add-group-member/#post-265780</link>
				<pubDate>Wed, 03 May 2017 15:07:48 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>groups_accept_invite( $user_id, $group_slug );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d1f1971dddcf369ff0513a4094a881d4</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Hide members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-members-2/#post-263829</link>
				<pubDate>Thu, 16 Feb 2017 11:11:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi. I struggled with this for a while, and I agree entirely that something like this needs to be in the BuddyPress core&#8230; actually, I think much better user management needs to be in the WordPress core, not just BuddyPress, but that&#8217;s a discussion for another time&#8230;</p>
<p>I eventually found the code that you&#8217;re using and modified it to be able to&hellip;<span class="activity-read-more" id="activity-read-more-720886"><a href="https://buddypress.org/support/topic/hide-members-2/#post-263829" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">29b51d2e8ea3c6a0cfc07a582f8b4f94</guid>
				<title>Peter Hardy-vanDoorn replied to the topic oEmbed video in site-wide activity in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/oembed-video-in-site-wide-activity/#post-262185</link>
				<pubDate>Fri, 16 Dec 2016 16:49:26 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.trac.wordpress.org/ticket/7395" rel="nofollow ugc">https://buddypress.trac.wordpress.org/ticket/7395</a></p>
<p>First time I&#8217;ve ever done that!</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c9aee2b649416f318445c7429e4a8255</guid>
				<title>Peter Hardy-vanDoorn started the topic oEmbed video in site-wide activity in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/oembed-video-in-site-wide-activity/</link>
				<pubDate>Fri, 16 Dec 2016 14:07:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>WP 4.7, BP 2.7.3. </p>
<p>I&#8217;m using a little bit of code from <a href="http://wpsites.org/how-to-make-oembed-videos-responsive-10520" rel="nofollow ugc">http://wpsites.org/how-to-make-oembed-videos-responsive-10520</a> to filter WordPress&#8217;s oEmbed to make YouTube videos responsive. Basically it hooks into the WP filter &#8217;embed_oembed_html&#8217; to add a container div.</p>
<p>It works a treat in forum topic views, but it isn&#8217;t working on the site-wide&hellip;<span class="activity-read-more" id="activity-read-more-667004"><a href="https://buddypress.org/support/topic/oembed-video-in-site-wide-activity/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6693f04c34ba82ef3a9e36c161d06dbe</guid>
				<title>Peter Hardy-vanDoorn replied to the topic How to create LinkedIn with Buddypress? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-create-linkedin-with-buddypress-2/#post-253003</link>
				<pubDate>Thu, 28 Apr 2016 15:58:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Seems to me that BuddyPress could be extended to do all that&#8230; with a lot of custom coding.</p>
<p>Or, a quick Google brings up loads of alternatives: <a href="https://www.google.com/search?q=wordpress+jobs+board+plugin" rel="nofollow ugc">https://www.google.com/search?q=wordpress+jobs+board+plugin</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fd3fce6f8e2bfd3a57fcd71ef07aae22</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Default groups view in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/default-groups-view/#post-253002</link>
				<pubDate>Thu, 28 Apr 2016 15:48:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>On my install, &#8216;forums&#8217; is singular &#8211; ie, &#8216;forum&#8217;.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8ae9de08be763f51a00a3e12e392190d</guid>
				<title>Peter Hardy-vanDoorn replied to the topic How to Remove Buddypress Registration in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-remove-buddypress-registration/#post-253000</link>
				<pubDate>Thu, 28 Apr 2016 15:38:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>This will turn off registrations altogether, thus removing the BuddyPress missing page nag: </p>
<p>Go to your WordPress&#8217; <strong>Settings</strong> &gt; <strong>General</strong> page and uncheck <strong>Membership</strong> <em>Anyone can register</em></p>
<p>Don&#8217;t know how that will effect your theme&#8217;s registration, though&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ef6b7728e3ba6c3560555ed9fb55eb80</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Default groups view in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/default-groups-view/#post-252901</link>
				<pubDate>Tue, 26 Apr 2016 11:45:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>You don&#8217;t say how you&#8217;re using them.</p>
<p>My usage is:</p>
<p><code>define ( &#039;BP_DEFAULT_COMPONENT&#039;, &#039;profile&#039; );<br />
define ( &#039;BP_GROUPS_DEFAULT_EXTENSION&#039;, &#039;forum&#039; );</code></p>
<p>to change the default view in the user&#8217;s profile to &#8216;profile&#8217; and the group to &#8216;forum&#8217;.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">01feb23b75ac8e2123daf50937d3b544</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235548</link>
				<pubDate>Fri, 06 Mar 2015 16:16:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m using a child of the bp-default theme, and I haven&#8217;t overridden the activity template. </p>
<p>A search of the files in the buddypress/bp-themes/bp-default folder turns up nothing, so I&#8217;m guessing not.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ec922c818fa07ba58521763a917abdf9</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235543</link>
				<pubDate>Fri, 06 Mar 2015 14:43:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>🙂 </p>
<p>Nope, not permalinks. </p>
<p>Not sure how that would effect the routine that adds the entry to the menu though!</p>
<p>Cheers</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aa8c8e2ba5b8f00fdade8d56130c0794</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235540</link>
				<pubDate>Fri, 06 Mar 2015 13:02:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>Sorry, <a href="https://buddypress.org/members/hnla/" rel="nofollow ugc">@hnla</a>, didn&#8217;t mean to offend! In my experience, if something doesn&#8217;t work and then you&#8217;re advised to change it to something else that does work, it usually means the original was wrong! </p>
<p>Don&#8217;t suppose you have any insights into why it&#8217;s still not adding the entry to the Show menu? </p>
<p>Cheers!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c42890fd0a0678ad35c432c997390214</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235417</link>
				<pubDate>Tue, 03 Mar 2015 15:50:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hmm&#8230; just come across some other problems.</p>
<p>1. The codex example still isn&#8217;t inserting the entry into the Show drop-down menu.</p>
<p>2. I have a post type called &#8220;document&#8221; and that isn&#8217;t working at all, although my others are.</p>
<p><em>Finally, and this is just an observation, but I wonder why all of this is necessary. The WordPress function&hellip;</em><span class="activity-read-more" id="activity-read-more-381847"><a href="https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235417" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fd90a0ae0d1113435242a6dc4f079c3c</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235417</link>
				<pubDate>Tue, 03 Mar 2015 15:50:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hmm&#8230; just come across some other problems.</p>
<p>1. The codex example isn&#8217;t inserting the entry into the Show drop-down menu.</p>
<p>2. I have a post type called &#8220;document&#8221; and that isn&#8217;t working at all, although my others are.</p>
<p><em>Finally, and this is just an observation, but I wonder why all of this is necessary. The WordPress function register_post_type()&hellip;</em><span class="activity-read-more" id="activity-read-more-381846"><a href="https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235417" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e6030438653e7e7845a0f4661bd3eb3</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235416</link>
				<pubDate>Tue, 03 Mar 2015 15:05:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks all for this. I can confirm that it has solved the problem.</p>
<p>I had already worked out that <code>&#039;component_id&#039; =&gt; buddypress()-&gt;activity-&gt;id</code> was wrong and should be <code>&#039;component_id&#039; =&gt; &#039;activity&#039;</code>, but it&#8217;s interesting to find that the source of the problem was that the codex example was (and still is, btw) hooking into the wrong action.</p>
<p>Now, on a&hellip;<span class="activity-read-more" id="activity-read-more-381829"><a href="https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235416" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38f83af2171bc65b81ba3b5f1d69126a</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235361</link>
				<pubDate>Mon, 02 Mar 2015 16:54:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>*bump* I can&#8217; believe no-one else has this problem!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea723b37d410a999b70892e4d3775f7f</guid>
				<title>Peter Hardy-vanDoorn replied to the topic [Resolved] BuddyPress Pages are not found anymore in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-pages-are-not-found-anymore/#post-235025</link>
				<pubDate>Mon, 23 Feb 2015 12:00:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve had this problem for years with BuddyPress updates. </p>
<p>Each time you update BuddyPress you need to get into the habit of going to Settings &gt; Permalinks and clicking on Save Changes (you don&#8217;t need to actually change anything, just click Save Changes)!</p>
<p>Hope that helps</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">048f739d813c804a862ad196b9025fd2</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/#post-235024</link>
				<pubDate>Mon, 23 Feb 2015 11:55:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi tstrickland415, thanks for the input, but I am only talking about creating new posts. I wouldn&#8217;t expect it to effect old posts as they are already stored in the database!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c868d717305621fe0ecb72c41345d2ee</guid>
				<title>Peter Hardy-vanDoorn started the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/</link>
				<pubDate>Thu, 19 Feb 2015 11:42:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve read the relevant codex page <a href="https://codex.buddypress.org/plugindev/post-types-activities/" rel="nofollow ugc">https://codex.buddypress.org/plugindev/post-types-activities/</a> and have copied the code given there, but it doesn&#8217;t seem to want to work for me. </p>
<p>My custom post type is &#8220;music&#8221;, and I want it on the activity stream, so I amended the code to:</p>
<p><code>add_post_type_support( &#039;music&#039;, &#039;buddypress-activity&#039; );</p>
<p>function&hellip;</code><span class="activity-read-more" id="activity-read-more-376064"><a href="https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f542876ee07a82ab33f0603d45adbc1</guid>
				<title>Peter Hardy-vanDoorn started the topic Can&#039;t seem to get BP 2.2&#039;s Post Types Activities working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/</link>
				<pubDate>Thu, 19 Feb 2015 11:42:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve read the relevant codex page <a href="https://codex.buddypress.org/plugindev/post-types-activities/" rel="nofollow ugc">https://codex.buddypress.org/plugindev/post-types-activities/</a> and have copied the code given there, but it doesn&#8217;t seem to want to work for me. </p>
<p>My custom post type is &#8220;music&#8221;, and I want it on the activity stream, so I amended the code to:</p>
<p><code>add_post_type_support( &#039;music&#039;, &#039;buddypress-activity&#039; );</p>
<p>function&hellip;</code><span class="activity-read-more" id="activity-read-more-376063"><a href="https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">672559ffc8bf7f18612130cad42975f2</guid>
				<title>Peter Hardy-vanDoorn replied to the topic Issue with turning off groups and forum URLs in Activity stream in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/issue-with-turning-off-groups-and-forum-urls-in-activity-stream/#post-228943</link>
				<pubDate>Tue, 11 Nov 2014 11:19:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi shanebp</p>
<p>Thanks for the that, but I have tried the repair tools, and they don&#8217;t do anything to help me. </p>
<p>Yes, I know of that script, but was rather hoping that there was something that I&#8217;d overlooked without having to get my hands dirty directly editing the database!</p>
<p>Seems to me that this is something that the repair tools should handle. I&hellip;<span class="activity-read-more" id="activity-read-more-330040"><a href="https://buddypress.org/support/topic/issue-with-turning-off-groups-and-forum-urls-in-activity-stream/#post-228943" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>