<?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 | Andrew Tibbetts | Activity</title>
	<link>https://buddypress.org/members/andrewgtibbetts/activity/</link>
	<atom:link href="https://buddypress.org/members/andrewgtibbetts/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Andrew Tibbetts.</description>
	<lastBuildDate>Sat, 04 Apr 2026 14:11:26 +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">b3e130eeee680ad43d26153a8e1b51bd</guid>
				<title>Andrew Tibbetts started the topic Assign Default Member Type in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/assign-default-member-type/</link>
				<pubDate>Tue, 07 Jun 2016 15:38:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am trying to assign a default member type when users register from a non-buddypress registration form. This is the action I&#8217;m adding:</p>
<p><code>add_action( &#039;user_register&#039;, &#039;default_member_type&#039;, 10, 1 );<br />
function default_member_type( $user_id ) {</p>
<p>	if ( ! bp_get_member_type($user_id) ) {</p>
<p>		bp_set_member_type( $user_id, &#039;member&#039; );<br />
	}<br />
}<br />
</code></p>
<p>&#8230;and the&hellip;<span class="activity-read-more" id="activity-read-more-570690"><a href="https://buddypress.org/support/topic/assign-default-member-type/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">92000950631deb7b0dcea3bcc923195f</guid>
				<title>Andrew Tibbetts replied to the topic Double Dots in Gmail Addresses in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/double-dots-in-gmail-addresses/#post-253474</link>
				<pubDate>Tue, 17 May 2016 19:23:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ya, I found that&#8217;s true, as well. But nothing in the registration process gives indication of that. Validation shouldn&#8217;t allow it. Maybe this is an issue upstream / with WP? Chrome&#8217;s built-in email field validation even let&#8217;s the .. slip by. This might be a futile endeavor&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">693883a65302ae7c5d0c1e9a67fb8c7c</guid>
				<title>Andrew Tibbetts started the topic Double Dots in Gmail Addresses in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/double-dots-in-gmail-addresses/</link>
				<pubDate>Mon, 16 May 2016 19:21:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Gmail ignores dots in the name of emails. Useful if you want to use one email to keep test registering for a site without having to use multiple emails. But it seems Buddypress gets a bit confused if there are 2 dots in a row. So, I&#8217;ll get a confirmation email at <code>myname@gmail.com</code> and <code>my.name@gmail.com</code> but <code>my..name@gmail.com</code> slips by validation&hellip;<span class="activity-read-more" id="activity-read-more-562737"><a href="https://buddypress.org/support/topic/double-dots-in-gmail-addresses/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fdfdd5199371e513df52f33e0576c201</guid>
				<title>Andrew Tibbetts started the topic Get Notification Format Empty in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/get-notification-format-empty/</link>
				<pubDate>Mon, 16 May 2016 16:11:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am trying to add a new notification for all members of a group when a new user joins a group. I have registered a new dummy component, can successfully get the notification into the db, but returning the notification for formatting / display comes up empty. Here&#8217;s my code:</p>
<p><code><br />
add_filter( &#039;bp_notifications_get_registered_components&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-562687"><a href="https://buddypress.org/support/topic/get-notification-format-empty/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e3fc06c3749940476164be1634d1bb34</guid>
				<title>Andrew Tibbetts replied to the topic Groups Default Sort By Alpha in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/groups-default-sort-by-alpha/#post-252141</link>
				<pubDate>Tue, 05 Apr 2016 15:03:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>So, instead of modifying the <code>bp_has_broups</code> query in the template, I figured I needed to do an if / else to check if the user has not set the sort option yet. To do that, in <code>bp-custom.php</code> I hooked in to the <code>bp_ajax_querystring</code> filter:</p>
<p><code>add_filter( &#039;bp_ajax_querystring&#039;, &#039;mediclique_bp_ajax_querystring&#039;, 32, 2 );<br />
function&hellip;</code><span class="activity-read-more" id="activity-read-more-545869"><a href="https://buddypress.org/support/topic/groups-default-sort-by-alpha/#post-252141" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0abe540a8534d106b9f6b0994cda9260</guid>
				<title>Andrew Tibbetts started the topic Groups Default Sort By Alpha in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/groups-default-sort-by-alpha/</link>
				<pubDate>Tue, 05 Apr 2016 14:59:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>How can I set the main list of Groups be sorted by <code>Alphabetical</code> by default instead of <code>Last Active</code>? I can modify the <code>bp_has_groups</code> query in the template with <code>&amp;type=alphabetical</code> but then the dropdown will no longer affect the sort when changed.</p>
<p>WP: 4.4.2<br />
BP: 2.5.2</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8bf2226c850936f087dc1da0a985f172</guid>
				<title>Andrew Tibbetts replied to the topic Make Group Home the Forum in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/make-group-home-the-forum/#post-251801</link>
				<pubDate>Fri, 25 Mar 2016 15:30:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>FYI &#8211; this approach still shows the &#8216;Home&#8217; nav item to logged out users, but it can effectively be hidden via CSS.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3bda66c4ffb577208f6f986f5ec9aef9</guid>
				<title>Andrew Tibbetts replied to the topic Hold Specific Member Types for Manual Activation in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hold-specific-member-types-for-manual-activation/#post-250093</link>
				<pubDate>Fri, 19 Feb 2016 21:46:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Solution:</p>
<p>There is an action to hook to inside <code>bp_core_activate_signup()</code> that fires right after activating the account ( user clicked the link in the email ), so when the user hits <code>/activate</code> this will fire and reset the user_status to <code>3</code> ( <code>1</code> is spammer I guess ). Now to figure out the rest&#8230;</p>
<p>Here is the code ( the second function disallows the&hellip;<span class="activity-read-more" id="activity-read-more-525813"><a href="https://buddypress.org/support/topic/hold-specific-member-types-for-manual-activation/#post-250093" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4bc602165932ff9303e68d7c4fd678c5</guid>
				<title>Andrew Tibbetts started the topic Hold Specific Member Types for Manual Activation in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hold-specific-member-types-for-manual-activation/</link>
				<pubDate>Fri, 19 Feb 2016 19:36:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have a handful of member types that I would like to manually confirm by an admin.<br />
Users choose their member type upon registration so, regular members can register, confirm email and start using the site, but special member types I want to be able to register, confirm email and then get put into some kind of user confirmation status.<br />
Couple&hellip;<span class="activity-read-more" id="activity-read-more-525762"><a href="https://buddypress.org/support/topic/hold-specific-member-types-for-manual-activation/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b941b3232d71a1e43274d3159487834b</guid>
				<title>Andrew Tibbetts replied to the topic See if member belongs to group based on forum id in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/get-groups-post-id/#post-250015</link>
				<pubDate>Thu, 18 Feb 2016 21:23:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>Scratch that.<br />
I need the forum id based on group id.</p>
<p>Aaaaand the solution: bbp_get_group_forum_ids()</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">307abc94c3da47968b91fe62ee0a8b2e</guid>
				<title>Andrew Tibbetts started the topic See if member belongs to group based on forum id in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/get-groups-post-id/</link>
				<pubDate>Thu, 18 Feb 2016 21:16:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>How can I find out if a user is a member of a group using only the id of the forum attached to the group?<br />
Trying a bunch of stuff but nothing&#8217;s working.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e2181827a8bfa6c4036e161781889d27</guid>
				<title>Andrew Tibbetts replied to the topic Make Group Home the Forum in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/make-group-home-the-forum/#post-249765</link>
				<pubDate>Thu, 11 Feb 2016 16:42:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Found the solution!<br />
So, in <code>/buddypress/bp-groups/bp-groups-loader.php</code> if found that it&#8217;s checking for a &#8220;front&#8221; template along with Activity Streams being disabled.<br />
So, I just created an empty <code>front.php</code> file in my overloads <code>/buddypress/groups/single/</code> folder and, boom!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">501c728d46c6c85f03b700fcc155f6db</guid>
				<title>Andrew Tibbetts replied to the topic Make Group Home the Forum in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/make-group-home-the-forum/#post-249764</link>
				<pubDate>Thu, 11 Feb 2016 16:28:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Couple things to consider / need direction on:<br />
&#8211; the URL is still /home. Looking to have /members<br />
&#8211; the &#8220;Manage&#8221; section for admins—what is the proper way to handle visibility in the nav?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4de9c437fc4c525c9c4f776ce0a33625</guid>
				<title>Andrew Tibbetts replied to the topic Make Group Home the Forum in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/make-group-home-the-forum/#post-249732</link>
				<pubDate>Wed, 10 Feb 2016 20:48:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>To be clear, and provide further details to demonstrate that this hasn&#8217;t been answered previously, I&#8217;m looking to have 2 nav items in every group: Forum, Members.<br />
In that order, with the default page being Forum.<br />
I have achieved the default page being Forum with this:</p>
<p><code>add_filter( &#039;bp_groups_default_extension&#039;, &#039;custom_bp_groups_default_extension&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-521644"><a href="https://buddypress.org/support/topic/make-group-home-the-forum/#post-249732" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aebc9755f193841380cbaef18bdadfa2</guid>
				<title>Andrew Tibbetts started the topic Make Group Home the Forum in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/make-group-home-the-forum/</link>
				<pubDate>Tue, 09 Feb 2016 20:23:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>When Activity Streams are disabled, Members becomes the default landing page within a group.<br />
How can I make the Forum the &#8216;Home&#8217; page and bring back the Members nav item?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e26b4deb3dc20aceee31b0692dc755c4</guid>
				<title>Andrew Tibbetts started the topic Redirect Loop on Ajax Actions in Custom Loop in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/redirect-loop-on-ajax-actions-in-custom-loop/</link>
				<pubDate>Fri, 22 Jan 2016 21:15:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am using a page template for my &#8220;front page&#8221; so that if a user is logged out they see the &#8220;sign up&#8221; side of the site and when logged in an activity feed.<br />
I used the example loop here:</p>
<p><a href="https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/" rel="nofollow ugc">https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/</a></p>
<p>When I click &#8216;Favorite&#8217;, unlike on the <code>/member/username/</code> activity feed where it&hellip;<span class="activity-read-more" id="activity-read-more-512393"><a href="https://buddypress.org/support/topic/redirect-loop-on-ajax-actions-in-custom-loop/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4c6feb245ab7b10242bb995388577e5e</guid>
				<title>Andrew Tibbetts replied to the topic Buttons + Tabs Loading Whole Site Into Template in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buttons-tabs-loading-whole-site-into-template/#post-249009</link>
				<pubDate>Fri, 22 Jan 2016 21:00:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, the one i found that has the ajax check does work.<br />
I have narrowed all issues down to a redirect loop on ajax actions inside a custom loop on a page template.<br />
Starting a new topic&#8230; thanks all.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5def234e69d1f98b569598ee00466e40</guid>
				<title>Andrew Tibbetts replied to the topic Buttons + Tabs Loading Whole Site Into Template in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buttons-tabs-loading-whole-site-into-template/#post-249007</link>
				<pubDate>Fri, 22 Jan 2016 20:39:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thought I had found the silver bullet here:</p>
<p><a href="https://buddypress.org/support/topic/need-to-disable-the-user-access-to-wordpress-admin-panel/#post-183537" rel="nofollow ugc">https://buddypress.org/support/topic/need-to-disable-the-user-access-to-wordpress-admin-panel/#post-183537</a></p>
<p>which includes a check for <code>! ( defined( &#039;DOING_AJAX&#039; ) &amp;&amp; DOING_AJAX )</code>&#8230;still has a redirect loop when performing the ajax actions.</p>
<p>The search continues&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">11102c089f34fbed3bb6761cb5388bf0</guid>
				<title>Andrew Tibbetts replied to the topic Buttons + Tabs Loading Whole Site Into Template in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buttons-tabs-loading-whole-site-into-template/#post-249005</link>
				<pubDate>Fri, 22 Jan 2016 20:13:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Sorry, correction:<br />
This doesn&#8217;t cause a redirect loop&#8230;but it doesn&#8217;t prevent access of non-admins to admin section.<br />
And it DOES now cause a redirect loop on the actions that were, before, loading the whole home page into the middle of the template.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1c7ef0b4f2d83be4b6c4b9790a945d9</guid>
				<title>Andrew Tibbetts replied to the topic Buttons + Tabs Loading Whole Site Into Template in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buttons-tabs-loading-whole-site-into-template/#post-249003</link>
				<pubDate>Fri, 22 Jan 2016 19:54:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Switching the action to <code>wp</code> causes a redirect loop.<br />
But we&#8217;re thinking it&#8217;s just a matter of finding the right action to hook into?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">50281f6e4eb20eedf9925161e9527688</guid>
				<title>Andrew Tibbetts replied to the topic Buttons + Tabs Loading Whole Site Into Template in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buttons-tabs-loading-whole-site-into-template/#post-248999</link>
				<pubDate>Fri, 22 Jan 2016 18:03:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, I&#8217;ve found that it is tied to my redirect function mentioned in <a href="https://buddypress.org/support/topic/only-administrator-can-change-avatar/" rel="nofollow ugc">https://buddypress.org/support/topic/only-administrator-can-change-avatar/</a>. I&#8217;ll repeat it here for posterity:</p>
<p><code>// keep the &#039;normies&#039; out of the admin<br />
add_action( &#039;admin_init&#039;, &#039;custom_admin_init&#039;, 1 );<br />
function custom_admin_init() {</p>
<p>	if ( is_user_logged_in() &amp;&amp; !&hellip;</code><span class="activity-read-more" id="activity-read-more-512325"><a href="https://buddypress.org/support/topic/buttons-tabs-loading-whole-site-into-template/#post-248999" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2d80269e92d0451d0c5d468b77809087</guid>
				<title>Andrew Tibbetts replied to the topic Textarea Profile Field? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/textarea-profile-field/#post-248996</link>
				<pubDate>Fri, 22 Jan 2016 15:57:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>I wasn&#8217;t gonna say anything&#8230; 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8611d03af899e34e5d71fad30c3b3e48</guid>
				<title>Andrew Tibbetts replied to the topic Only administrator can change avatar... in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/only-administrator-can-change-avatar/#post-248995</link>
				<pubDate>Fri, 22 Jan 2016 15:50:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>Oooooh, this must be my issue.<br />
Here is my current redirect:</p>
<p><code>// keep the &#039;normies&#039; out of the admin<br />
add_action( &#039;admin_init&#039;, &#039;custom_admin_init&#039;, 1 );<br />
function custom_admin_init() {</p>
<p>	if ( is_user_logged_in() &amp;&amp; ! current_user_can( &#039;administrator&#039; ) ) {</p>
<p>		wp_redirect( home_url() ); die();<br />
	}<br />
}<br />
</code></p>
<p>Were you able to figure out how to keep the&hellip;<span class="activity-read-more" id="activity-read-more-512266"><a href="https://buddypress.org/support/topic/only-administrator-can-change-avatar/#post-248995" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3aeaac2867809104be51fe3a098a7bc8</guid>
				<title>Andrew Tibbetts replied to the topic Textarea Profile Field? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/textarea-profile-field/#post-248990</link>
				<pubDate>Fri, 22 Jan 2016 15:17:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Works!<br />
Thank you.</p>
<p>WP: 4.4.1<br />
BP: 2.4.3</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">812b4016a18258b74466a2d32f5c13b8</guid>
				<title>Andrew Tibbetts started the topic Buttons + Tabs Loading Whole Site Into Template in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buttons-tabs-loading-whole-site-into-template/</link>
				<pubDate>Thu, 21 Jan 2016 16:48:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>When I click on certain buttons and tabs (ones that I assume are doing some ajax work) it loads the entire home page into the template (duplicating header, footer, etc).</p>
<p>Example:<br />
Go to &#8220;Groups&#8221; page (default on &#8220;All Groups&#8221; tab) and click the &#8220;My Groups&#8221; tab.<br />
Content will fade out as if about to ajax in the &#8220;My Groups&#8221; content but instead the&hellip;<span class="activity-read-more" id="activity-read-more-511722"><a href="https://buddypress.org/support/topic/buttons-tabs-loading-whole-site-into-template/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bb65fba3f6ecdd5d31482a70d8607db9</guid>
				<title>Andrew Tibbetts started the topic Textarea Profile Field? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/textarea-profile-field/</link>
				<pubDate>Wed, 20 Jan 2016 18:02:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is there a way to get a plain, non-wysiwyg textarea (&#8220;multi-line text area&#8221;) profile field? Sounds like it used to be *only* plain textarea and was recently replaced with wysiwyg. How about both?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3ccd0bd090aabf94edc26c283d3d33e8</guid>
				<title>Andrew Tibbetts replied to the topic HTML or WYSIWYG in text profile fields? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/html-or-wysiwyg-in-text-profile-fields/#post-248927</link>
				<pubDate>Wed, 20 Jan 2016 17:54:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>^ Bump. Why didn&#8217;t you *ADD* a wysiwyg field type? Really need a plain textarea.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2798506140b913d438d0324e830817bd</guid>
				<title>Andrew Tibbetts started the topic Message Going To Wrong User in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/message-going-to-wrong-user/</link>
				<pubDate>Fri, 20 Jun 2014 18:52:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>When a message is sent to User A, it incorrectly goes to User B.</p>
<p>:: User A ::<br />
user_id: 15<br />
user_login: user_a<br />
user_nicename: user_a</p>
<p>:: User B ::<br />
user_id: 1785<br />
user_login: 15<br />
user_nicename: 15</p>
<p>I assume it&#8217;s the &#8217;15&#8217; that&#8217;s the key here.<br />
Any ideas?</p>
<p>WP: 3.4.2<br />
BP: 1.6.1<br />
(I know, I know&#8230;)</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">95e9af12cfe5362b57214e687ff4f2d0</guid>
				<title>Andrew Tibbetts replied to the topic Why is my custom component inactive in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/why-is-my-custom-component-inactive/#post-147015</link>
				<pubDate>Mon, 10 Dec 2012 22:41:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>Decided to give up modifying my existing plugin and just modify the Skeleton plugin that r-a-y recommended—much better idea. I now have the notification count displaying! No notification text but I&#8217;m pretty sure [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>