<?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 | Shmoo | Activity</title>
	<link>https://buddypress.org/members/macpresss/activity/</link>
	<atom:link href="https://buddypress.org/members/macpresss/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Shmoo.</description>
	<lastBuildDate>Thu, 09 Apr 2026 18:11:47 +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">419772c09bfe9d09fc51a4ffaffade9e</guid>
				<title>Shmoo replied to the topic Get activity item title - best option in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/get-activity-item-title-best-option/#post-267285</link>
				<pubDate>Sat, 29 Jul 2017 11:54:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>No I&#8217;m busy focussing on the bbPress items for starters, topics and replies as of now.</p>
<p>I have disabled all activity_items to the stream by default except topics and replies. I want to add more items but one at a time and controlled. A BuddyPress site can become overkill feature wise very fast because everything is so connected and relative with&hellip;<span class="activity-read-more" id="activity-read-more-878663"><a href="https://buddypress.org/support/topic/get-activity-item-title-best-option/#post-267285" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e4468fb7e278a805669d760a0d054b36</guid>
				<title>Shmoo replied to the topic buddypress login widget not working with username in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-login-widget-not-working-with-username/#post-267246</link>
				<pubDate>Fri, 28 Jul 2017 12:32:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Did you maybe change your username after registration?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6739d086f8ffd01bcf4fa28b8ae79adb</guid>
				<title>Shmoo replied to the topic Get activity item title - best option in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/get-activity-item-title-best-option/#post-267242</link>
				<pubDate>Fri, 28 Jul 2017 08:31:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks,</p>
<p>I&#8217;ve been testing the <code>get_post()</code> option and the overal number of queries stay the same in the debug bar.  </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ba5327c63913fc71e6c54c12916d36e</guid>
				<title>Shmoo replied to the topic Get activity item title - best option in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/get-activity-item-title-best-option/#post-267231</link>
				<pubDate>Thu, 27 Jul 2017 10:35:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>True, but because the content I&#8217;m after is all glued together as one solid string inside the action column I have to fish in other database tables to get the content relative to the item.  Nothing is saved separately in the wp_bp_activity table.</p>
<p>But the Primary or Secondary item ID of an activity item always matches the ID in the wp_post table&hellip;<span class="activity-read-more" id="activity-read-more-876574"><a href="https://buddypress.org/support/topic/get-activity-item-title-best-option/#post-267231" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4e3384274d71fe926447bab36856ca4e</guid>
				<title>Shmoo started the topic Get activity item title - best option in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/get-activity-item-title-best-option/</link>
				<pubDate>Wed, 26 Jul 2017 20:43:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>What is the best option to get the title of an activity item?</p>
<p>I made this.<br />
<code><br />
&lt;?php<br />
$activity_item_title = get_post( bp_get_activity_secondary_item_id() );<br />
$activity_item_title = $activity_item_title-&gt;post_title;<br />
?&gt;<br />
...<br />
&lt;?php echo $activity_item_title; ?&gt;<br />
...<br />
</code></p>
<p>Or should I get the <strong>action</strong> column in the wp_bp_activity database table. This is a&hellip;<span class="activity-read-more" id="activity-read-more-876053"><a href="https://buddypress.org/support/topic/get-activity-item-title-best-option/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">57d9c7520f03b659fe88782d468436ff</guid>
				<title>Shmoo started the topic Idea: bp_activity_action as post formats example in the forum Ideas</title>
				<link>https://buddypress.org/support/topic/idea-bp_activity_action-as-post-formats-example/</link>
				<pubDate>Tue, 25 Jul 2017 15:16:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Wouldn&#8217;t it be more WordPress hierarchy -like if we did something like this to the activity items?</p>
<p>Maybe instead of the solo entry.php template.</p>
<p><code><br />
bp_get_template_part( &#039;activity/types/content&#039;, bp_get_activity_type() );<br />
</code></p>
<p>The bp_activity_action() function is probably the most disliked function/action in BuddyPress for myself. This really annoys&hellip;<span class="activity-read-more" id="activity-read-more-874544"><a href="https://buddypress.org/support/topic/idea-bp_activity_action-as-post-formats-example/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7e0f397b8afc0a7b9dc6b2e373473823</guid>
				<title>Shmoo replied to the topic Help with this code in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/help-with-this-code/#post-267195</link>
				<pubDate>Mon, 24 Jul 2017 21:26:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Wrap the message button between this code.</p>
<p><code><br />
&lt;?php if ( is_user_logged_in() ) {</p>
<p>    // your code here</p>
<p>}<br />
?&gt;</p>
<p></code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">26a208360ac0ce79891c6313f8f9fa20</guid>
				<title>Shmoo started the topic jQuery-cookie upgrade to js-cookie in the forum Ideas</title>
				<link>https://buddypress.org/support/topic/jquery-cookie-upgrade-to-js-cookie/</link>
				<pubDate>Mon, 24 Jul 2017 13:26:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>As mentioned on the GitHub page, jQuery Cookie isn&#8217;t longer maintained. Shouldn&#8217;t BuddyPress upgrade to JS Cookie because of this?</p>
<p><a href="https://github.com/carhartl/jquery-cookie" rel="nofollow ugc">https://github.com/carhartl/jquery-cookie</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bc9bd97593ca1c713103fc3f5a3ef535</guid>
				<title>Shmoo replied to the topic Can I make this Profile data any better? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/can-i-make-this-profile-data-any-better/#post-267161</link>
				<pubDate>Sun, 23 Jul 2017 15:19:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you,</p>
<p>I just noticed it&#8217;s better to use <strong>is_null()</strong> instead of isset() because when people leave those fields empty it returns a FALSE boolean inside a var_damp().</p>
<blockquote class="imgur-embed-pub" lang="en" data-id="3UOM4XQ"><p><a href="http://imgur.com/3UOM4XQ" rel="nofollow ugc">View post on imgur.com</a></p></blockquote>
<p><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script></p>
<blockquote class="imgur-embed-pub" lang="en" data-id="gn39fcT"><p><a href="http://imgur.com/gn39fcT" rel="nofollow ugc">View post on imgur.com</a></p></blockquote>
<p><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c1cf5f9d2c620a1c532aee1d0ba7826b</guid>
				<title>Shmoo started the topic Can I make this Profile data any better? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/can-i-make-this-profile-data-any-better/</link>
				<pubDate>Sun, 23 Jul 2017 12:19:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>I don&#8217;t have super advanced PHP skills so I made this as a start to show off only 3 profile fields (will be svg icons later)  ..when their set of course.</p>
<p><code><br />
&lt;?php<br />
	$twitter = bp_get_member_profile_data( &#039;field=Twitter&#039;, bp_get_member_user_id() );<br />
	$instagram = bp_get_member_profile_data( &#039;field=Instagram&#039;, bp_get_member_user_id() );<br />
	$website =&hellip;</code><span class="activity-read-more" id="activity-read-more-872234"><a href="https://buddypress.org/support/topic/can-i-make-this-profile-data-any-better/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ac37826c903335ffbfb9c987214a3fa9</guid>
				<title>Shmoo replied to the topic Activity stream items filter in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activity-stream-items-filter/#post-267151</link>
				<pubDate>Sat, 22 Jul 2017 14:33:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Looks like in the codex by <strong>types</strong> the <em>&#8216;updated_profile&#8217;</em> type is missing.</p>
<p>Are those all default activity types or are there more?</p>
<p>&#8212;<br />
Following up question<br />
&#8212;</p>
<p>I went into the database to check what the last added activity type was and found it at the bottom, but what are those first few rows with <strong>last_activity</strong> types that belong to the members&hellip;<span class="activity-read-more" id="activity-read-more-871607"><a href="https://buddypress.org/support/topic/activity-stream-items-filter/#post-267151" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">46a2bbd9d474fae8d606e21f49eecd25</guid>
				<title>Shmoo started the topic Activity stream items filter in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/activity-stream-items-filter/</link>
				<pubDate>Sat, 22 Jul 2017 13:00:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Don&#8217;t know if this codex page is still up to date but I&#8217;m trying to exclude a bunch of activity stream items from my site.</p>
<blockquote data-secret="NwMM3j3X1z" class="wp-embedded-content"><p><a href="https://codex.buddypress.org/plugindev/bp_activity_add-2/" rel="nofollow ugc">Posting Activity from Plugins</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/plugindev/bp_activity_add-2/embed/#?secret=NwMM3j3X1z" data-secret="NwMM3j3X1z" width="515" height="290" title="&#8220;Posting Activity from Plugins&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>So I made this.<br />
<code><br />
function dont_save_various_activities( $activity_object ) {</p>
<p>	$exclude = array( &#039;activity_update&#039;, &#039;new_avatar&#039;, &#039;new_member&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-871544"><a href="https://buddypress.org/support/topic/activity-stream-items-filter/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">785cc870ebf1e90145b4c53e1e6ff66f</guid>
				<title>Shmoo commented on the post, BuddyPress 2.9.0 Release Candidate 1, on the site BuddyPress.org</title>
				<link>https://buddypress.org/2017/07/buddypress-2-9-0-release-candidate-1/comment-page-1/#comment-43326</link>
				<pubDate>Wed, 19 Jul 2017 15:40:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Nouveau Template Pack? So what&#8217;s this.. Are we going back to BuddyPress templates/themes again? </p>
<p>I installed this RC1 version and I noticed a Template Pack picker in the BuddyPress options.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e7c861c526c804ba47ea955df9ba1ac5</guid>
				<title>Shmoo replied to the topic Is it profile or members conditional tags? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/is-it-profile-or-members-conditional-tags/#post-264736</link>
				<pubDate>Wed, 15 Mar 2017 13:10:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, <strong>bp_is_user()</strong> does the job. Thanks.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fdc230013717db032d302df94acfa020</guid>
				<title>Shmoo started the topic Is it profile or members conditional tags? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/is-it-profile-or-members-conditional-tags/</link>
				<pubDate>Tue, 14 Mar 2017 16:53:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello guys.</p>
<p>I&#8217;m trying to hijack this menu and place it inside my header.php file.<br />
<img loading="lazy" src="http://i.imgur.com/Rb1y6UJ.png" alt="members nav" /></p>
<p>This menu gets echoed via the bp_get_displayed_user_nav() function that is only visible on user profile related pages so I need some sort of conditional PHP tag to prevent it from showing up in my header section when I&#8217;m <strong>not</strong> viewing one of those profile related&hellip;<span class="activity-read-more" id="activity-read-more-747768"><a href="https://buddypress.org/support/topic/is-it-profile-or-members-conditional-tags/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">47187e5479660d9d6a64e1214f1d61a3</guid>
				<title>Shmoo started the topic Include a Custom Post Type to the activity in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/include-a-custom-post-type-to-the-activity/</link>
				<pubDate>Sun, 17 Aug 2014 15:23:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Where do I have to start?</p>
<p>Let&#8217;s say I have a Custom Post Type called apps and the Posts in this Custom Post Type also have a few Custom Fields items so every time when I update a Post in this App Post Type I would like to see this mentioned in the BuddyPress activity.</p>
<p>Is there something already write about this topic that could help me in the&hellip;<span class="activity-read-more" id="activity-read-more-290134"><a href="http://buddypress.org/support/topic/include-a-custom-post-type-to-the-activity/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">780b5be79be40e4df0cb677f11bce9d4</guid>
				<title>Shmoo replied to the topic Can&#039;t install bbpress together with Buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/cant-install-bbpress-together-with-buddypress/#post-180659</link>
				<pubDate>Wed, 02 Apr 2014 15:13:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>A Server error can be a lot of problems..</p>
<p>Maybe your hosting company doesn&#8217;t let you to run powerful websites. BuddyPress &amp; bbPress are not small scripts. It&#8217;s not like you install a simple Twitter plugin for WordPress. BuddyPress &amp; bbPress are advanced scripts that require some power of your server.</p>
<p>My advise, check your server logs and maybe&hellip;<span class="activity-read-more" id="activity-read-more-217543"><a href="http://buddypress.org/support/topic/cant-install-bbpress-together-with-buddypress/#post-180659" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">687bcf9b43ccf24cd17f270b6d4850b1</guid>
				<title>Shmoo commented on the post, BuddyPress 2.0 Beta 1 is now available, on the site BuddyPress.org</title>
				<link>http://buddypress.org/2014/03/buddypress-2-0-beta-1-is-now-available/comment-page-1/#comment-37275</link>
				<pubDate>Tue, 01 Apr 2014 23:21:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Guy just wondering..</p>
<p>I&#8217;m following the BuddyPress and bbPress Trac for years now, not that I can help writing code and solve lots of tickets but I like to follow development and see what tickets gets solved and [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f9c216968a3340980f10e7cdd48110c</guid>
				<title>Shmoo replied to the topic Temporary deactivating BuddyPress possible? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/temporary-deactivating-buddypress-possible/#post-177267</link>
				<pubDate>Mon, 20 Jan 2014 17:01:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>True, but some Plugins and software today have some kinda of deactivation script that cleans-up everything they do when you deactivate them.</p>
<p>That&#8217;s why I asked. 🙂</p>
<p>Thanks!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0e33571d47eaf616005a0a5c81fda18e</guid>
				<title>Shmoo started the topic Temporary deactivating BuddyPress possible? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/temporary-deactivating-buddypress-possible/</link>
				<pubDate>Mon, 20 Jan 2014 16:20:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have a problem with bbPress pagination of topics/replies and now I would like to deactivate all plugins to check if some other plugin is causing this problem.<br />
BuddyPress _ Dubug-bar  are the only plugins active so is it possible to deactivate BuddyPress temporary by just switching the BuddyPress plugin OFF.</p>
<p>When I turn it back on again do I&hellip;<span class="activity-read-more" id="activity-read-more-214594"><a href="http://buddypress.org/support/topic/temporary-deactivating-buddypress-possible/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e9b14752235c68eeed2865e5dd19d586</guid>
				<title>Shmoo replied to the topic Member Video Gallery in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/member-video-gallery/#post-176909</link>
				<pubDate>Tue, 14 Jan 2014 12:49:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>I think you can use the default Xprofile fields for this.</p>
<p>Just add a new tab &#8216;video&#8217;s&#8217; and another tab called &#8216;photo&#8217;s&#8217; and let them copy-/paste links to YouTube-/Flickr and others inside a multi-line text input field. ( Xprofile )</p>
<p>I believe the WordPress Embed service will auto complete those links into embedded video&#8217;s and images.</p>
<p>If not &#8211;&gt;&hellip;<span class="activity-read-more" id="activity-read-more-214450"><a href="http://buddypress.org/support/topic/member-video-gallery/#post-176909" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df275dcb1a79d1c1a61feb9f1ba31ffc</guid>
				<title>Shmoo started the topic Why does the activity menu have a relationship with selected menu item? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/why-does-the-activity-menu-have-a-relationship-with-selected-menu-item/</link>
				<pubDate>Tue, 14 Jan 2014 12:13:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just curious..</p>
<p>Why the red part gets checked before the filter select menu can work ?</p>
<p><img loading="lazy" src="http://i.imgur.com/tNoGmqF.png" alt="" /></p>
<p>I&#8217;ve changed my menu a bit but for some reason the filter doesn&#8217;t work anymore and I&#8217;ve got the feeling I&#8217;m very close to the problem.</p>
<p>My new menu:<br />
<code><br />
&lt;nav class=&quot;item-list-tabs no-ajax nav-centered&quot;&gt;<br />
	&lt;ul class=&quot;button-group activity-type-tabs&quot;&gt;<br />
		&lt;li&hellip;</code><span class="activity-read-more" id="activity-read-more-214449"><a href="http://buddypress.org/support/topic/why-does-the-activity-menu-have-a-relationship-with-selected-menu-item/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">93705b6743d948b6cd0ad26b323400fb</guid>
				<title>Shmoo commented on the post, 2014 BuddyPress Survey, on the site BuddyPress.org</title>
				<link>http://buddypress.org/2014/01/2014-buddypress-survey/comment-page-1/#comment-36267</link>
				<pubDate>Thu, 09 Jan 2014 12:41:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Done!</p>
<p>Thanks..</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b71037564312b616831d21055fd1dd39</guid>
				<title>Shmoo replied to the topic Buddypress seems to be for programmers not for beginners in the forum Requests &#038; Feedback</title>
				<link>http://buddypress.org/support/topic/buddypress-seems-to-be-for-programmers-not-for-beginners/#post-176653</link>
				<pubDate>Thu, 09 Jan 2014 12:17:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>They&#8217;ve made it more easy to use over the years.</p>
<p>If you look at where BuddyPress was years ago and where they are right now it&#8217;s a huge step forward to WordPress like coding.<br />
Will they ever become as easy as WordPress, no I don&#8217;t think so, simply because there are only a few people looking after the code of BuddyPress and bbPress.</p>
<p>WordPress has&hellip;<span class="activity-read-more" id="activity-read-more-214360"><a href="http://buddypress.org/support/topic/buddypress-seems-to-be-for-programmers-not-for-beginners/#post-176653" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1d5d6e942dae49504018998c89c4353</guid>
				<title>Shmoo replied to the topic Buddypress register page not there! in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/buddypress-register-page-not-there-2/#post-176580</link>
				<pubDate>Wed, 08 Jan 2014 11:12:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>Have you tried to hit the button Save Permalinks settings again?</p>
<p>Maybe that will help.</p>
<p>Also look at the Pages section if you don&#8217;t have any pages in the trash &#8211; maybe an older &#8216;register page&#8217; is still active in the trash.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">db4930b727cc78d3678be9689c77a12e</guid>
				<title>Shmoo started the topic messages: notices-loop breaks the inbox and sentbox loop in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/messages-notices-loop-breaks-the-inbox-and-sentbox-loop/</link>
				<pubDate>Tue, 07 Jan 2014 12:39:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve made a few screenshots of my raw site to show what I&#8217;m trying to create.</p>
<p>Left side I have the inbox and sentbox loop that you can toggle by some JS Tabs. Both inbox and sentbox will be shown on the &#8216;inbox page&#8217; only the sentbox is a hidden tab by default.</p>
<p>On the right side I have made my &#8220;content&#8221; div where I&#8217;m trying to show all other&hellip;<span class="activity-read-more" id="activity-read-more-214321"><a href="http://buddypress.org/support/topic/messages-notices-loop-breaks-the-inbox-and-sentbox-loop/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a8effbb55634dab6ea3679602c4d2667</guid>
				<title>Shmoo replied to the topic avatar width doesn&#039;t apply in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/avatar-width-doesnt-apply/#post-176524</link>
				<pubDate>Tue, 07 Jan 2014 11:52:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve tried all themes but they all stay with a default 15px avatar.</p>
<p>I always look at the source to show what values are given in the HTML.<br />
And I&#8217;m working on a clean WP 3.8 and BuddyPress 1.9.1 system no other plugins or features are active.</p>
<p><img loading="lazy" src="http://i.imgur.com/6GGoqTi.png" /></p>
<p>It&#8217;s strange..<br />
But 15px will do for now, maybe in the future I&#8217;ll digg into it a little deeper, thanks.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">84dac631c1f133fdd2cf685569e5a3ec</guid>
				<title>Shmoo replied to the topic Dogsuniverse.dk - heavily customized Wordpress/Buddypress site in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/dogsuniverse-dk-heavily-customized-wordpressbuddypress-site/#post-176523</link>
				<pubDate>Tue, 07 Jan 2014 11:34:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>Very nice!</p>
<p>Lots of work went into this.. Cool.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a76e4d639c1935c2362622aea4e7375c</guid>
				<title>Shmoo replied to the topic avatar width doesn&#039;t apply in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/avatar-width-doesnt-apply/#post-176483</link>
				<pubDate>Mon, 06 Jan 2014 13:31:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>No not really, the only places where I&#8217;ve changed the avatar sizes is inside BP page templates  like this,</p>
<p><code><br />
&lt;?php bp_the_thread_message_sender_avatar( &#039;type=thumb&amp;width=64&amp;height=64&#039; ); ?&gt;<br />
....<br />
&lt;?php bp_loggedin_user_avatar( &#039;type=thumb&amp;height=64&amp;width=64&#039; ); ?&gt;<br />
....<br />
&lt;?php bp_member_avatar( &#039;height=192&amp;width=192&#039; ); ?&gt;<br />
....<br />
&lt;?php&hellip;</code><span class="activity-read-more" id="activity-read-more-214305"><a href="http://buddypress.org/support/topic/avatar-width-doesnt-apply/#post-176483" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6687e2e80c93951ba9006791d5e2104c</guid>
				<title>Shmoo replied to the topic avatar width doesn&#039;t apply in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/avatar-width-doesnt-apply/#post-176481</link>
				<pubDate>Mon, 06 Jan 2014 08:59:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>Nope I&#8217;ve used a remove filter to hide the autocompletefb.min.css and build my custom styles inside my default stylesheet.</p>
<p>I&#8217;ve looked at the code on the site and inline on the image tag it also says width 15 height 15 class=avatar-15</p>
<p>Looks like the value is just not communicating with the function.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ef6477b335a454a8a3b7531f84acede</guid>
				<title>Shmoo replied to the topic avatar width doesn&#039;t apply in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/avatar-width-doesnt-apply/#post-176470</link>
				<pubDate>Sun, 05 Jan 2014 23:25:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>I know, I was just testing to make sure it wasn&#8217;t my custom code that caused the problem.</p>
<p>But even with type = full and size changes it doesn&#8217;t work like it should be. 🙁</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e2926afbea6eddf1cc07fa37b099d660</guid>
				<title>Shmoo started the topic avatar width doesn&#039;t apply in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/avatar-width-doesnt-apply/</link>
				<pubDate>Sun, 05 Jan 2014 19:05:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>This code is part of <strong>bp-messages-tample.php</strong> and it handles the Users list inside the send-to autocomplete pop-up ( compose msg )</p>
<p>But if you change <strong>&#8216;width&#8217; =&gt; 15</strong> to <strong>&#8216;width&#8217; =&gt; 32</strong> is doesn&#8217;t apply and just keeps giving 15px avatar width front-end.</p>
<p><code><br />
function bp_message_get_recipient_tabs() {<br />
	$recipients = explode( &#039; &#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-214298"><a href="http://buddypress.org/support/topic/avatar-width-doesnt-apply/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">26656e4e21b6b94e17cce471c73d4fa9</guid>
				<title>Shmoo started the topic minor autocomplete problem? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/minor-autocomplete-problem/</link>
				<pubDate>Sun, 05 Jan 2014 17:20:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just noticed this,</p>
<p>When you Hover over the users-list inside the autocomplete pop-up at the messages / compose page everything works just fine but when you use the keyboard keys to navigate up and down it removes all classes from the list items.</p>
<p>The list classes:<br />
<code><br />
.ac_event { = even items }<br />
.ac_odd { = odd items }<br />
--<br />
.ac_over { = hover&hellip;</code><span class="activity-read-more" id="activity-read-more-214296"><a href="http://buddypress.org/support/topic/minor-autocomplete-problem/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e7dae578809fafe4114dc45290444652</guid>
				<title>Shmoo replied to the topic How to cut inside bp_current_action switch ? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-to-cut-inside-bp_current_action-switch/#post-176397</link>
				<pubDate>Sat, 04 Jan 2014 12:42:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>I think I&#8217;ve got it..</p>
<p><code><br />
&lt;div class=&quot;three columns&quot;&gt;<br />
	&lt;?php bp_get_template_part( &#039;members/single/messages/messages-loop&#039; ); ?&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div class=&quot;five columns&quot;&gt;<br />
	&lt;div class=&quot;msg-content-wrap&quot;&gt;<br />
	&lt;?php<br />
	switch ( bp_current_action() ) :</p>
<p>	// Single Message View<br />
	case &#039;view&#039; :<br />
		bp_get_template_part( &#039;members/single/messages/single&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-214265"><a href="http://buddypress.org/support/topic/how-to-cut-inside-bp_current_action-switch/#post-176397" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">575865de627007ad5f6842f5ee67eafb</guid>
				<title>Shmoo started the topic How to cut inside bp_current_action switch ? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-to-cut-inside-bp_current_action-switch/</link>
				<pubDate>Sat, 04 Jan 2014 12:00:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve got this problem where I would like to alter the layout of the messages pages.</p>
<p>My mission is to have the inbox and sendbox loop always active on each page inside the sidebar of the messages pages. This isn&#8217;t really a real WP sidebar but I just spilled the messages template into two parts and called the left side sidebar. So everything stays&hellip;<span class="activity-read-more" id="activity-read-more-214264"><a href="http://buddypress.org/support/topic/how-to-cut-inside-bp_current_action-switch/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b5b2fdf0f08a02e24070651946b6075e</guid>
				<title>Shmoo replied to the topic How to change the validation message? in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/how-to-change-the-validation-message/#post-176157</link>
				<pubDate>Sun, 29 Dec 2013 10:51:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>What I did is I changed the form + validation stuff inside the template files to customize my own forms and validation process.</p>
<p>First of all I didn&#8217;t like the default validation process that BuddyPress is using where you have to push Submit and then the script checkes if every field is filled correctly, if not it pushes a text_message into the&hellip;<span class="activity-read-more" id="activity-read-more-214190"><a href="http://buddypress.org/support/topic/how-to-change-the-validation-message/#post-176157" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e523c858f3404eb0186d913f0f3e4661</guid>
				<title>Shmoo started the topic Curious if this is correct php for showing X to Z people. in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/curious-if-this-is-correct-php-for-showing-x-to-z-people/</link>
				<pubDate>Sun, 22 Dec 2013 21:33:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve made a custom Notification Loop inside the header of my site that should of course only be visible for logged-in users + only the notifications-list of the current loggedin_user_id.</p>
<p>This is what I made, first I check if user_is_logged in -&gt; if TRUE start the has_notifications Loop of the user_id =&gt; loggedin_user_id.</p>
<p>Everything seems to work&hellip;<span class="activity-read-more" id="activity-read-more-214153"><a href="http://buddypress.org/support/topic/curious-if-this-is-correct-php-for-showing-x-to-z-people/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9609c1a330be32786ff410d018d10060</guid>
				<title>Shmoo replied to the topic Real Dynamic Menu&#039;s  in the forum Ideas</title>
				<link>http://buddypress.org/support/topic/real-dynamic-menus/#post-175950</link>
				<pubDate>Sun, 22 Dec 2013 19:20:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Cool 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">41cea5d4624c474ac062b9529f4a4ba9</guid>
				<title>Shmoo started the topic Real Dynamic Menu&#039;s  in the forum Ideas</title>
				<link>http://buddypress.org/support/topic/real-dynamic-menus/</link>
				<pubDate>Sun, 22 Dec 2013 11:54:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Based on this discussion.<br />
<a href="http://buddypress.org/support/topic/dynamic-menu-links/" rel="nofollow ugc">http://buddypress.org/support/topic/dynamic-menu-links/</a></p>
<p>Wouldn&#8217;t it be nice if there was some sort of overwrite to all BuddyPress menu&#8217;s.</p>
<p>I mean those menu&#8217;s at the top of the Activity, Groups, Members and Profile pages, wouldn&#8217;t it be cool if they showed up on the WordPress Dashboard underneath Appearance &gt; Menu.<br />
Maybe&hellip;<span class="activity-read-more" id="activity-read-more-214141"><a href="http://buddypress.org/support/topic/real-dynamic-menus/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">becb6622415f551294c3d29f0fb89d23</guid>
				<title>Shmoo replied to the topic 2.0 top features - ideas in the forum Ideas</title>
				<link>http://buddypress.org/support/topic/2-0-top-features-ideas/#post-175885</link>
				<pubDate>Sat, 21 Dec 2013 14:49:16 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote><p>
<strong>Better customisation options of the activity stream:</strong> ie to be able to define a set of “or” filters for content type, and who. So (with plugin support) I can define a feed to include things from “me or friends or followers” showing “topics and topic replies and posts and new users” (and ideally be able to have a permalink to this with no other fl&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-214125"><a href="http://buddypress.org/support/topic/2-0-top-features-ideas/#post-175885" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8891119c36325ff9039998adece6102a</guid>
				<title>Shmoo replied to the topic Error: Missing argument 2 for wpdb::prepare in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/error-missing-argument-2-for-wpdbprepare/#post-175867</link>
				<pubDate>Fri, 20 Dec 2013 23:55:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes that works much better, no error to show up this time.</p>
<p>Thanks.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b59a5020dde9b6b75a08ccf91541cb02</guid>
				<title>Shmoo replied to the topic Upgrading jQuery to 2X in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/upgrading-jquery-to-2x/#post-175832</link>
				<pubDate>Fri, 20 Dec 2013 07:36:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Found it,</p>
<p>Added this code-snippet to the WP Theme functions.php file.<br />
( make sure you check the jQuery URL version )</p>
<blockquote data-secret="c9JpCpuurd" class="wp-embedded-content"><p><a href="https://css-tricks.com/snippets/wordpress/include-jquery-in-wordpress-theme/" rel="nofollow ugc">Include jQuery in WordPress Theme</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://css-tricks.com/snippets/wordpress/include-jquery-in-wordpress-theme/embed/#?secret=c9JpCpuurd" data-secret="c9JpCpuurd" width="515" height="290" title="&#8220;Include jQuery in WordPress Theme&#8221; &#8212; CSS-Tricks" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2cdba3b24be312ed5c7616e41932a62a</guid>
				<title>Shmoo replied to the topic Error: Missing argument 2 for wpdb::prepare in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/error-missing-argument-2-for-wpdbprepare/#post-175772</link>
				<pubDate>Thu, 19 Dec 2013 14:04:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s my theme and I code WordPress themes for like 5 years now but I don&#8217;t see myself as a Developer it&#8217;s more a hobby 🙂</p>
<p>I&#8217;m solid at HTML-CSS and can read PHP when I see it happen but I can&#8217;t write PHP it out of the box.</p>
<p>This error shows up when I try to hide a complete xProfile-group-ID or just an unique xProfile-field-ID from the&hellip;<span class="activity-read-more" id="activity-read-more-214081"><a href="http://buddypress.org/support/topic/error-missing-argument-2-for-wpdbprepare/#post-175772" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7933d717c4a1e0a092482e7e4209383b</guid>
				<title>Shmoo replied to the topic Upgrading jQuery to 2X in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/upgrading-jquery-to-2x/#post-175770</link>
				<pubDate>Thu, 19 Dec 2013 13:31:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks Paul I&#8217;ll look into that.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9518275f579fde79e175b9181518816d</guid>
				<title>Shmoo replied to the topic Error: Missing argument 2 for wpdb::prepare in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/error-missing-argument-2-for-wpdbprepare/#post-175722</link>
				<pubDate>Wed, 18 Dec 2013 20:16:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>Okay if I understand correct this Query isn&#8217;t safe and the $ID is just thrown (unprepared) in the query. </p>
<p>Can I do something to make it more safe or is this something that the BuddyPress Plugin Developers would have to upgrade, since the error is caused by the BP plugin.</p>
<p>&#8211; I&#8217;ve turned off all PHP warnings like the first paragraph says so.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b582a08c4d496866b2cb098141c3e6cb</guid>
				<title>Shmoo started the topic Error: Missing argument 2 for wpdb::prepare in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/error-missing-argument-2-for-wpdbprepare/</link>
				<pubDate>Wed, 18 Dec 2013 18:07:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m getting a strange error while the code seem to be working fine.</p>
<blockquote><p>&#8221; Missing argument 2 for wpdb::prepare() &#8220;</p></blockquote>
<p>I&#8217;ve got Debug mode turned on in the config.php file and when I switch this mode off the error is gone but and everything is just working fine but I would like to know how bad this is.</p>
<p>The errors shows up when I was testing&hellip;<span class="activity-read-more" id="activity-read-more-214053"><a href="http://buddypress.org/support/topic/error-missing-argument-2-for-wpdbprepare/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e367e7f7cf56686b3dd16fcacf98a4b</guid>
				<title>Shmoo replied to the topic Performance between loop and all conditional profile fields export in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/performance-between-loop-and-all-conditional-profile-fields-export/#post-175716</link>
				<pubDate>Wed, 18 Dec 2013 17:20:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks guys,</p>
<p>There is a huge difference between the example I found on the web and the option @modemlooper gave.</p>
<p>My example:<br />
<img loading="lazy" src="http://i.imgur.com/xLxsVPC.png" alt="performance" /></p>
<p><a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@Modemlooper</a>&#8216;s example:<br />
<img loading="lazy" src="http://i.imgur.com/qKHLJ5g.png" alt="performance" /></p>
<p>Don&#8217;t know if it&#8217;s really that bad because they both load around the same time but still a lot more queries.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">077897cbef00c4e78b2180b0b02a911e</guid>
				<title>Shmoo replied to the topic Performance between loop and all conditional profile fields export in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/performance-between-loop-and-all-conditional-profile-fields-export/#post-175655</link>
				<pubDate>Tue, 17 Dec 2013 16:35:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>In the profile-loop.php ( members/single/profile )</p>
<p>Instead of this loop.</p>
<p><code><br />
&lt;?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?&gt;<br />
	&lt;?php if ( bp_field_has_data() ) : ?&gt;<br />
	&lt;tr&lt;?php bp_field_css_class(); ?&gt;&gt;<br />
		&lt;td class=&quot;label&quot;&gt;&lt;?php bp_the_profile_field_name(); ?&gt;&lt;/td&gt;<br />
		&lt;td class=&quot;data&quot;&gt;&lt;?php bp_the_profile_field_value();&hellip;</code><span class="activity-read-more" id="activity-read-more-214029"><a href="http://buddypress.org/support/topic/performance-between-loop-and-all-conditional-profile-fields-export/#post-175655" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6026b1450bf94360664d294405183813</guid>
				<title>Shmoo started the topic Upgrading jQuery to 2X in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/upgrading-jquery-to-2x/</link>
				<pubDate>Tue, 17 Dec 2013 15:41:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>How can I force BuddyPress to uses jQuery 2X and not the 1X + the Migrate version ?</p>
<p>I don&#8217;t like to support IE8 and older browsers.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8af4edb03c2f855f84ab7dfd277ebd88</guid>
				<title>Shmoo replied to the topic Performance between loop and all conditional profile fields export in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/performance-between-loop-and-all-conditional-profile-fields-export/#post-175645</link>
				<pubDate>Tue, 17 Dec 2013 15:06:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>I know, but what if I duplicated the code above for all 20 profile fields ?</p>
<p>&#8211; country<br />
&#8211; about<br />
&#8211; gender<br />
&#8211; age</p>
<p>I would like to know how bad this would be for performance on the site, from my understanding it has something to do with Database Query&#8217;s ?</p>
<p>Trying to make a Tab view of the profile info, on the first tab I would like to show all general&hellip;<span class="activity-read-more" id="activity-read-more-214020"><a href="http://buddypress.org/support/topic/performance-between-loop-and-all-conditional-profile-fields-export/#post-175645" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>