<?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 | Henry Wright | Activity</title>
	<link>https://buddypress.org/members/henrywright/activity/</link>
	<atom:link href="https://buddypress.org/members/henrywright/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Henry Wright.</description>
	<lastBuildDate>Tue, 07 Apr 2026 03:51:42 +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">5ca89610b8e4730c38a1c4a30899149a</guid>
				<title>Henry Wright updated the BuddyPress Codex page, on the BuddyPress Codex</title>
				<link>https://buddypress.org/updates/p/547221/</link>
				<pubDate>Fri, 15 Dec 2023 05:08:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>We are currently working on a documentation reboot, here&#8217;s the new home of the best accurate docs (WIP). You&#8217;re very welcome to contribute to it.    Welcome to the BuddyPress Codex, the online manual for [&hellip;]</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3ae9d390090d7c05d8ef73b1641cf7cf</guid>
				<title>Henry Wright replied to the topic How to recreate Activation page? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-recreate-activation-page/#post-307580</link>
				<pubDate>Wed, 28 Aug 2019 07:51:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>You should be able to create the page yourself. If you go to Pages in wp-admin you can use the Add New button like you would do if you were creating a standard page.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">41068a5fd2c35552676b9e426c6ed02c</guid>
				<title>Henry Wright updated the Getting Started page, on the BuddyPress Codex</title>
				<link>https://buddypress.org/updates/p/1793276/</link>
				<pubDate>Tue, 25 Jun 2019 19:51:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Welcome to BuddyPress! This section will help you set up your new BuddyPress-powered site as Super/Site Administrator: installing and configuring your settings to managing users, groups, activity streams and other [&hellip;]</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">887d5873e70852722600a85a5e61b6f9</guid>
				<title>Henry Wright replied to the topic Filter the Activity Loop for Specific User Updates in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/filter-the-activity-loop-for-specific-user-updates/#post-306698</link>
				<pubDate>Tue, 25 Jun 2019 19:33:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try <code>using bp_parse_args()</code>. Here is an example:</p>
<p><code></code>`<br />
function my_filter_after_has_activities_parse_args( $r ) {<br />
    $r[&#8216;per_page&#8217;] = 3;<br />
    // Do something else here<br />
    return $r;<br />
}<br />
add_filter( &#8216;bp_after_has_activities_parse_args&#8217;, &#8216;my_filter_after_has_activities_parse_args&#8217; );<br />
<code></code>`</p>
<p>See&hellip;<span class="activity-read-more" id="activity-read-more-1793255"><a href="https://buddypress.org/support/topic/filter-the-activity-loop-for-specific-user-updates/#post-306698" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fdfd98b8c8928e5a4b48180b93d8ecc8</guid>
				<title>Henry Wright replied to the topic How good and customizable is BuddyPress for building a songslyrics styled site? in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/how-good-and-customizable-is-buddypress-for-building-a-songslyrics-styled-site/#post-282364</link>
				<pubDate>Thu, 29 Nov 2018 19:16:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>BuddyPress is easily extended. If you look through the code you will see a lot of action and filter hooks. Also the template hierarchy will let you override core templates. It is a very developer friendly and support here in the forum is the best 😀</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9a806404418786a7db511283aba00748</guid>
				<title>Henry Wright replied to the topic Why ajax not working on profile tabs? in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/why-ajax-not-working-on-profile-tabs/#post-278442</link>
				<pubDate>Wed, 10 Oct 2018 14:43:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>You will need to ask the author of your theme and plugins.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">16ad3394feccda293a7006eb947f5333</guid>
				<title>Henry Wright replied to the topic Why ajax not working on profile tabs? in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/why-ajax-not-working-on-profile-tabs/#post-278439</link>
				<pubDate>Wed, 10 Oct 2018 12:29:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>If you aren&#8217;t modifying the templates then check your theme or plugins in case they are modifying them. It is likely that something has changed and that change has introduced the issue.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">75ec926cb4d3baaf85801d9edb18008e</guid>
				<title>Henry Wright replied to the topic Why ajax not working on profile tabs? in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/why-ajax-not-working-on-profile-tabs/#post-278434</link>
				<pubDate>Wed, 10 Oct 2018 10:18:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>The script may use certain IDs or classes in the DOM and if you have modified the template then the AJAX request may not work as expected. Try again using a fresh copy of BuddyPress to see if the problem continues to happen</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f113a0c41a9c6a586bfb0bb0a8232f9c</guid>
				<title>Henry Wright replied to the topic Log-In Link on Activate Your Account Page shows html characters in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/log-in-link-on-activate-your-account-page-shows-html-characters/#post-275345</link>
				<pubDate>Fri, 20 Jul 2018 22:11:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Trac is the best place to report bugs. See <a href="https://buddypress.trac.wordpress.org/" rel="nofollow ugc">https://buddypress.trac.wordpress.org/</a></p>
<p>You can use the same username and password you use here in the forum.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">95426550883787572ee7cca67ecf8c4e</guid>
				<title>Henry Wright replied to the topic how to change names in the profile menu in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-change-names-in-the-profile-menu/#post-275211</link>
				<pubDate>Fri, 13 Jul 2018 20:36:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Check out these articles:</p>
<blockquote class="wp-embedded-content" data-secret="ivf7ruYngi"><p><a href="https://codex.buddypress.org/translations/" rel="nofollow ugc">Languages and Translations</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/translations/embed/#?secret=ivf7ruYngi" data-secret="ivf7ruYngi" width="515" height="290" title="&#8220;Languages and Translations&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<blockquote class="wp-embedded-content" data-secret="MPD2Ac0sSs"><p><a href="https://codex.buddypress.org/getting-started/customizing/buddypress-in-your-language/" rel="nofollow ugc">BuddyPress in Your Language</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/getting-started/customizing/buddypress-in-your-language/embed/#?secret=MPD2Ac0sSs" data-secret="MPD2Ac0sSs" width="515" height="290" title="&#8220;BuddyPress in Your Language&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f725bc63c84c18ce60435d0a2ec38b28</guid>
				<title>Henry Wright replied to the topic Bug in pluginsbuddypressbp-groupsbp-groups-template.php in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/bug-in-pluginsbuddypressbp-groupsbp-groups-template-php/#post-275161</link>
				<pubDate>Wed, 11 Jul 2018 17:10:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>You can report issues on Trac at <a href="https://buddypress.trac.wordpress.org/" rel="nofollow ugc">https://buddypress.trac.wordpress.org/</a></p>
<p>The username and password you use here should work.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">104557efbd23a567fb8610ac9ce6e177</guid>
				<title>Henry Wright replied to the topic BuddyPress Customization Capabilities in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-customization-capabilities/#post-275159</link>
				<pubDate>Wed, 11 Jul 2018 17:08:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>BuddyPress can&#8217;t do this out of the box but it is very developer friendly. If you are comfortable with PHP and JavaScript you could extend to add this custom functionality.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7408c389b52e44a42f788e0d27b35036</guid>
				<title>Henry Wright replied to the topic How to add extended profile fields in Member Profile Header in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-extended-profile-fields-in-member-profile-header/#post-275068</link>
				<pubDate>Fri, 06 Jul 2018 18:58:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>Check out the &#8220;Displaying Extended Profile Fields on Member Profiles&#8221; article</p>
<blockquote class="wp-embedded-content" data-secret="eVhJM2BbWV"><p><a href="https://codex.buddypress.org/themes/guides/displaying-extended-profile-fields-on-member-profiles/" rel="nofollow ugc">Displaying Extended Profile Fields on Member Profiles</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/themes/guides/displaying-extended-profile-fields-on-member-profiles/embed/#?secret=eVhJM2BbWV" data-secret="eVhJM2BbWV" width="515" height="290" title="&#8220;Displaying Extended Profile Fields on Member Profiles&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f946a916022da6fac3b39ddeb7d2ef0</guid>
				<title>Henry Wright replied to the topic import WP_members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/import-wp_members/#post-275058</link>
				<pubDate>Fri, 06 Jul 2018 11:13:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>You can access that data with <code>get_user_meta()</code>. For example:</p>
<p><code>$address = get_user_meta( bp_displayed_user_id(), &#039;address&#039;, true );<br />
echo $address;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">877dcaf2f50f3df5f75862101003ea72</guid>
				<title>Henry Wright replied to the topic import WP_members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/import-wp_members/#post-275024</link>
				<pubDate>Thu, 05 Jul 2018 19:32:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>BuddyPress members are the same as WordPress users as far as the database is concerned. They are all saved in the <code>wp_users</code> table.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">88aada3d1a3b4efef2c589c0828729b5</guid>
				<title>Henry Wright replied to the topic Add `border-radius` to div as common style? in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/add-border-radius-to-div-as-common-style/#post-275022</link>
				<pubDate>Thu, 05 Jul 2018 19:31:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>See here for information on the <code>border-radius</code> CSS property: <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius" rel="nofollow ugc">https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f655c94dfb3d345e4c148d6dc5a48f7a</guid>
				<title>Henry Wright replied to the topic BuddyPress Button Change in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/buddypress-button-change/#post-275021</link>
				<pubDate>Thu, 05 Jul 2018 19:28:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>You can add CSS to your child them&#8217;s style.css file. That is the usual place to add your declarations.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ac489082c4bcb505d47179820dbee44</guid>
				<title>Henry Wright replied to the topic bp_core_remove_nav_item not working in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp_core_remove_nav_item-not-working/#post-274735</link>
				<pubDate>Mon, 25 Jun 2018 20:21:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>I can&#8217;t find <code>bp_activity_setup_nav</code> in the current codebase. Hooking to <code>bp_init</code> instead should work.</p>
<p><code>bp_core_remove_nav_item()</code> will delete an item from the primary navigation of the specified component.</p>
<p><code>bp_core_remove_subnav_item()</code> will delete an item from the secondary navigation of the specified component.</p>
<p>Hope this helps.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b5b25edf6bf4d72fb20b065e5c2dbf45</guid>
				<title>Henry Wright replied to the topic GDPR compliance in the forum Requests &#038; Feedback</title>
				<link>https://buddypress.org/support/topic/gdpr-compliance/#post-273781</link>
				<pubDate>Wed, 30 May 2018 20:13:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Good to see you&#8217;ve made something available to help with GDPR <a href="https://buddypress.org/members/buddyboss/" rel="nofollow ugc">@buddyboss</a>.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">61f3c65f9ece11d4fd31989ad1dc246f</guid>
				<title>Henry Wright replied to the topic Little bug on Nouveau profile menu in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/little-bug-on-nouveau-profile-menu/#post-273780</link>
				<pubDate>Wed, 30 May 2018 20:12:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>The &#8220;Articles&#8221; tab isn&#8217;t something that BuddyPress adds. If the count isn&#8217;t compatible with Nouveau then I suggest you let the plugin author know at <a href="https://wordpress.org/support/plugin/social-articles" rel="nofollow ugc">https://wordpress.org/support/plugin/social-articles</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d2b475802ae3bf6ccdd5f247daad15e</guid>
				<title>Henry Wright replied to the topic Filter Recent Topics/Replies by Parent Forum? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/filter-recent-topics-replies-by-parent-forum/#post-272393</link>
				<pubDate>Wed, 25 Apr 2018 20:01:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi</p>
<p>Try asking your question over at bbPress. They handle forum-related questions.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27035f1de11883e4dbb71603727134be</guid>
				<title>Henry Wright replied to the topic Cron Jobes Issue in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cron-jobes-issue/#post-272094</link>
				<pubDate>Sun, 15 Apr 2018 14:19:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Further to what <a href="https://buddypress.org/members/djpaul/" rel="nofollow ugc">@djpaul</a> said, make sure you have <code>DISABLE_WP_CRON</code> set to <code>false</code> in your wp-config.php file.</p>
<p><code>define( &#039;DISABLE_WP_CRON&#039;, false );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fd1975a1edef55ccc8531619c1208e00</guid>
				<title>Henry Wright replied to the topic GDPR compliance in the forum Requests &#038; Feedback</title>
				<link>https://buddypress.org/support/topic/gdpr-compliance/#post-271529</link>
				<pubDate>Thu, 22 Mar 2018 19:20:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m not sure that specific field will be added to core but I&#8217;m sure a plugin will be easy to build</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d9a3c39f1025d40af52ca0b47136339d</guid>
				<title>Henry Wright replied to the topic Hey all, Its been a while in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/hey-all-its-been-a-while/#post-271473</link>
				<pubDate>Mon, 19 Mar 2018 19:00:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>Glad to see you again on here <a href="https://buddypress.org/members/mcpeanut/" rel="nofollow ugc">@mcpeanut</a>. Do share your BuddyPress website and story behind it when it&#8217;s ready!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f664689bf74ee7ef4302b8be2bb1644f</guid>
				<title>Henry Wright replied to the topic CSS file changes not displayed in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/css-file-changes-not-displayed/#post-271422</link>
				<pubDate>Fri, 16 Mar 2018 18:39:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>You might have caching going on. Try asking your host if they are caching your CSS assets. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6a6e57b3897b072f4d4320684be3789b</guid>
				<title>Henry Wright replied to the topic CSS file changes not displayed in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/css-file-changes-not-displayed/#post-271416</link>
				<pubDate>Fri, 16 Mar 2018 13:21:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>You should add custom CSS to your theme&#8217;s style.css document.</p>
<p>For example wp-content/themes/your-child-theme/style.css</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca9c4476d979fd88e39aca58cc29eb8b</guid>
				<title>Henry Wright replied to the topic How is it possible to sign up with the same user name? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-is-it-possible-to-sign-up-with-the-same-user-name/#post-271300</link>
				<pubDate>Tue, 13 Mar 2018 14:16:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>The &#8220;Name&#8221; field isn&#8217;t unique. You can have 2 users with the same name if we are talking about that field.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fbf282e8fdd2a70626f8c1b69ed1cf8</guid>
				<title>Henry Wright replied to the topic How is it possible to sign up with the same user name? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-is-it-possible-to-sign-up-with-the-same-user-name/#post-271297</link>
				<pubDate>Tue, 13 Mar 2018 13:24:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>This shouldn&#8217;t be possible. BuddyPress checks if a username exists before registering the user.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">50032d5f6c575584f9f912348c23673b</guid>
				<title>Henry Wright replied to the topic How to make members page blur in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-make-members-page-blur/#post-271247</link>
				<pubDate>Fri, 09 Mar 2018 22:43:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>You could filter <a href="https://codex.wordpress.org/Plugin_API/Filter_Reference/body_class" rel="noopener" rel="nofollow ugc">body_class</a> and add a logged-in and logged-out class. Then style in your child theme&#8217;s style.css document. For example:</p>
<p><code>body.logged-out {<br />
    // Do some blurring<br />
}</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">907c02c758271c07c8e1ed7723322409</guid>
				<title>Henry Wright replied to the topic Plugin Fatal error: Call to undefined function bp_is_active() in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/plugin-fatal-error-call-to-undefined-function-bp_is_active/#post-271137</link>
				<pubDate>Thu, 01 Mar 2018 16:47:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>&#8220;bp_loaded&#8221; will also get the job done. You just need to find a hook that&#8217;s appropriate. A function needs to be defined before you call it so always worth keeping track of the load order in both WordPress and BuddyPress.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e842bf6fce641316044da10b0c056e12</guid>
				<title>Henry Wright replied to the topic Plugin Fatal error: Call to undefined function bp_is_active() in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/plugin-fatal-error-call-to-undefined-function-bp_is_active/#post-271112</link>
				<pubDate>Wed, 28 Feb 2018 19:45:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try wrapping your call to <code>bp_is_active()</code> in a function hooked to something like <code>wp</code>.</p>
<p>For example:</p>
<p><code>add_action( &#039;wp&#039;, function() {<br />
    // Call bp_is_active() here<br />
} );</code></p>
<p>You need to do this because it&#8217;s likely your plugin is loaded before BuddyPress, hence the <code>bp_is_active()</code> function isn&#8217;t defined at that point.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">24695da686bb77d04283834e59680158</guid>
				<title>Henry Wright replied to the topic BuddyPress email notifications not working anymore in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-email-notifications-not-working-anymore/#post-271001</link>
				<pubDate>Fri, 23 Feb 2018 22:51:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>You could report the issue to the WP Mail SMTP plugin author. They usually appreciate the bug report and often fix.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7fc33fca4ab31e4d4ffeda94646297d4</guid>
				<title>Henry Wright replied to the topic Wordpress to BuddyPress profile sync in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/wordpress-to-buddypress-profile-sync/#post-270706</link>
				<pubDate>Fri, 09 Feb 2018 10:42:52 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote><p>Unfortunately, the fields are synchronized only when the profile is updated. I do not know how to start mass synchronization</p></blockquote>
<p>This is likely because you&#8217;re hooking to a hook fired at profile update. You&#8217;ll need to hook your code to something that gets fired at another point in time.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8993743a8d5cac605cde552cd63d0cf4</guid>
				<title>Henry Wright replied to the topic Why is Members page not part of the BuddyPress menu? in the forum Requests &#038; Feedback</title>
				<link>https://buddypress.org/support/topic/why-is-members-page-not-part-of-the-buddypress-menu/#post-270703</link>
				<pubDate>Fri, 09 Feb 2018 10:34:38 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote><p>I wonder why Members page is not part of the BuddyPress menu?</p></blockquote>
<p>Good question! This is something you can change at the theme level. Nearly all areas of BuddyPress can be customised. If you need help feel free to post questions and open new topics.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e2ddffbd230255694bba2257fba4bc32</guid>
				<title>Henry Wright replied to the topic Links in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/links/#post-270702</link>
				<pubDate>Fri, 09 Feb 2018 10:29:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>You&#8217;ll need to use HTML. Check out this guide: <a href="https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started" rel="nofollow ugc">https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cbdb7a9819b2f0e2187f7b5f54a2a959</guid>
				<title>Henry Wright replied to the topic Accessing BP_Groups_Member::get_group_ids in Theme Function in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/accessing-bp_groups_memberget_group_ids-in-theme-function/#post-270361</link>
				<pubDate>Fri, 26 Jan 2018 18:17:56 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote><p>I’m not sure why I would need to hook to something?</p></blockquote>
<p>Imagine a scenario where your functions.php file is loaded before something else. That something else won&#8217;t be available to you in functions.php. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d24ba7789a6241ec785d68048a70ceef</guid>
				<title>Henry Wright replied to the topic [Solved] Frontend event, blog and woocommerce plugin for Buddypress in the forum Third Party Plugins</title>
				<link>https://buddypress.org/support/topic/frontend-event-blog-and-woocommerce-plugin-for-buddypress/#post-270313</link>
				<pubDate>Fri, 26 Jan 2018 12:29:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>Check out the plugins here <a href="https://wordpress.org/plugins/tags/buddypress/" rel="nofollow ugc">https://wordpress.org/plugins/tags/buddypress/</a></p>
<p>These plugin authors have used the &#8220;buddypress&#8221; tag which indicates a compatibility with BuddyPress.</p>
<p>Hope it helps! </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f25797abe528740cadf483432408b47</guid>
				<title>Henry Wright replied to the topic PHP 7.0 en 7.1 update needed, site is slow in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/php-7-0-en-7-1-update-needed-site-is-slow/#post-270312</link>
				<pubDate>Fri, 26 Jan 2018 11:59:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>BuddyPress should be compatible with PHP 7.0 and 7.1. What conflict are you seeing?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a1eae5f66cce4e8ae2ac4dcf37cd65b</guid>
				<title>Henry Wright replied to the topic 1 forum on homepage in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/1-forum-on-homepage/#post-270311</link>
				<pubDate>Fri, 26 Jan 2018 11:58:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try asking at <a href="https://bbpress.org/" rel="noopener" rel="nofollow ugc">bbPress</a>. They handle all forum related questions.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f3896f07a948b8533eb8c130ce9fa1e</guid>
				<title>Henry Wright replied to the topic Accessing BP_Groups_Member::get_group_ids in Theme Function in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/accessing-bp_groups_memberget_group_ids-in-theme-function/#post-270298</link>
				<pubDate>Thu, 25 Jan 2018 11:04:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>I just noticed you want to schedule your callback. You will need to use the method described here <a href="https://codex.wordpress.org/Function_Reference/wp_cron" rel="nofollow ugc">https://codex.wordpress.org/Function_Reference/wp_cron</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">33620f2ae23416e4e12c4c1257312473</guid>
				<title>Henry Wright replied to the topic Accessing BP_Groups_Member::get_group_ids in Theme Function in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/accessing-bp_groups_memberget_group_ids-in-theme-function/#post-270296</link>
				<pubDate>Thu, 25 Jan 2018 11:02:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>You need to hook to something like <code>wp</code>. Try adding this in your functions.php file:</p>
<p><code>add_action( &#039;wp&#039;, function() {<br />
    // Add your code here<br />
} );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1ca2bab45aeb568da1d10be1f00ce33a</guid>
				<title>Henry Wright replied to the topic Accessing BP_Groups_Member::get_group_ids in Theme Function in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/accessing-bp_groups_memberget_group_ids-in-theme-function/#post-270208</link>
				<pubDate>Sat, 20 Jan 2018 11:33:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>You&#8217;re using the class method properly. This should output an array containing an array of groups and a count.</p>
<p><code>$group_ids = BP_Groups_Member::get_group_ids( $user_id );<br />
var_dump( $group_ids );</code></p>
<p>Make sure the <code>$user_id</code> argument you are passing to the class method is valid. It should be an integer but I don&#8217;t think type is enforced in this case so&hellip;<span class="activity-read-more" id="activity-read-more-1041305"><a href="https://buddypress.org/support/topic/accessing-bp_groups_memberget_group_ids-in-theme-function/#post-270208" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">81d1eb9be74f848ae37a4ee2d49c95ec</guid>
				<title>Henry Wright replied to the topic Adding time and date to messages in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/adding-time-and-date-to-messages/#post-270207</link>
				<pubDate>Sat, 20 Jan 2018 11:23:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>If your question relates to your bbPress forum then try asking at <a href="https://bbpress.org/forums/" rel="noopener" rel="nofollow ugc">bbPress</a>. Alternatively see here for information on the <code>bp_activity_add()</code> function:</p>
<blockquote class="wp-embedded-content" data-secret="UyO93IIxMQ"><p><a href="https://codex.buddypress.org/developer/function-examples/bp_activity_add/" rel="nofollow ugc">bp_activity_add()</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/developer/function-examples/bp_activity_add/embed/#?secret=UyO93IIxMQ" data-secret="UyO93IIxMQ" width="515" height="290" title="&#8220;bp_activity_add()&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">269de274fc29a2938353719380218afe</guid>
				<title>Henry Wright replied to the topic BuddyPress is not generating pages for it&#039;s components in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-is-not-generating-pages-for-its-components-2/#post-270206</link>
				<pubDate>Sat, 20 Jan 2018 11:20:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try creating the pages manually by going to the WordPress admin area. You should then be able to associate each of the pages you have created with your BuddyPress components.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4c61972c6336416c0b5aeb09aeffba6e</guid>
				<title>Henry Wright replied to the topic Blog &#039;Page Not Found&#039; in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/blog-page-not-found/#post-270205</link>
				<pubDate>Sat, 20 Jan 2018 11:18:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>members/username/ is generated by BuddyPress and author/username/ is generated by WordPress. You don&#8217;t have to merge them, they can live peacefully together without problems.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4ad46ac88470d8435bf1c1843c4435a6</guid>
				<title>Henry Wright replied to the topic Activity Streams Problem in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activity-streams-problem/#post-270204</link>
				<pubDate>Sat, 20 Jan 2018 11:16:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>TinyMCE has justify, underline and text size buttons. You would need to integrate it with the activity post form. See these resources for more info:</p>
<p><a href="https://codex.wordpress.org/TinyMCE" rel="nofollow ugc">https://codex.wordpress.org/TinyMCE</a></p>
<p><a href="https://www.tinymce.com/docs-3x/reference/buttons/" rel="nofollow ugc">https://www.tinymce.com/docs-3x/reference/buttons/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dcd8d700d0c77d9e4c9c09447935145c</guid>
				<title>Henry Wright replied to the topic usernames only in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/usernames-only/#post-270199</link>
				<pubDate>Fri, 19 Jan 2018 23:08:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>wordpress.org uses Subversion for version control and GitHub uses Git. Some developers just prefer to develop using Git and then post releases to wordpress.org</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f3609f922bce41fd7277e99866bb2e5d</guid>
				<title>Henry Wright replied to the topic usernames only in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/usernames-only/#post-270189</link>
				<pubDate>Fri, 19 Jan 2018 16:24:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>The plugin hasn&#8217;t been abandoned. It&#8217;s still maintained by <a href="https://buddypress.org/members/r-a-y/" rel="nofollow ugc">@r-a-y</a>. See <a href="https://github.com/r-a-y/buddypress-usernames-only" rel="nofollow ugc">https://github.com/r-a-y/buddypress-usernames-only</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fa89a43f028d15237f69814a70c942fc</guid>
				<title>Henry Wright replied to the topic messages_new_message sends double the threads when running more than 12 times in in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/messages_new_message-sends-double-the-threads-when-running-more-than-12-times-in/#post-270072</link>
				<pubDate>Fri, 12 Jan 2018 16:22:48 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>messages_new_message()</code> accepts an array argument. &#8220;recipients&#8221; can be an array of user IDs. Try this:</p>
<p><code>$args = array(<br />
    &#039;sender_id&#039;  =&gt; bp_loggedin_user_id(),<br />
    &#039;recipients&#039; =&gt; array( 76, 77, 81, 82, 118, 120, 122, 123, 124, 131, 132, 133 ),<br />
    &#039;subject&#039;    =&gt; &#039;Test subject&#039;,<br />
    &#039;content&#039;    =&gt; &#039;Test content&#039;<br />
);<br />
messages_new_message( $args&hellip;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">53e7791923cc40e20d7e878262047649</guid>
				<title>Henry Wright replied to the topic Specific posts (post format) for listings in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/specific-posts-post-format-for-listings/#post-269985</link>
				<pubDate>Sun, 07 Jan 2018 14:33:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>Post Formats is a WordPress theme feature. See <a href="https://codex.wordpress.org/Post_Formats" rel="nofollow ugc">https://codex.wordpress.org/Post_Formats</a>. Try asking your question at <a href="https://wordpress.org/support/" rel="nofollow ugc">https://wordpress.org/support/</a></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>