<?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 | Mentions</title>
	<link>https://buddypress.org/members/macpresss/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/macpresss/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning Shmoo.</description>
	<lastBuildDate>Thu, 09 Apr 2026 21:28:12 +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">750d1fcf4434f3df6e2fdf38717a4d8a</guid>
				<title>Torben Grue 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-177138</link>
				<pubDate>Sat, 18 Jan 2014 20:30:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you <a href="http://buddypress.org/community/members/arwenmckenzie/" rel="nofollow ugc">@arwenmckenzie</a>, <a href="http://buddypress.org/community/members/julianprice/" rel="nofollow ugc">@julianprice</a>, <a href="http://buddypress.org/community/members/johnjamesjacoby/" rel="nofollow ugc">@johnjamesjacoby</a>, @ubernautfor and <a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a> for the positive feedback. Your right we spent thousands of developing hours on <a href="http://dogsuniverse.dk" rel="nofollow ugc">http://dogsuniverse.dk</a> (and the international versions).</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">af27e9c1b384c38b1a37e60ee261d523</guid>
				<title>Henry 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-176472</link>
				<pubDate>Sun, 05 Jan 2014 23:49:25 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a> could there be some CSS in your theme that is resizing the avatar image?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d982eb2b2e1bf191be5043eeed04045d</guid>
				<title>Henry replied to 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/#post-175974</link>
				<pubDate>Mon, 23 Dec 2013 10:59:32 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a></p>
<p>Looks solid to me. If you wanted to condense the code into two lines you could use the logical operator <code>&amp;&amp;</code></p>
<p>e.g.</p>
<p><code>if ( bp_has_notifications( &#039;user_id=&#039; . bp_loggedin_user_id() ) &amp;&amp; is_user_logged_in() ) {<br />
    // ... here I&#039;ve got the loop stuff ...<br />
}</code></p>
<p>You could also append this bit which will let you output something to logged in&hellip;<span class="activity-read-more" id="activity-read-more-214157"><a href="http://buddypress.org/support/topic/curious-if-this-is-correct-php-for-showing-x-to-z-people/#post-175974" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c709208605c71ee2f2809338ef508a65</guid>
				<title>Henry 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-175838</link>
				<pubDate>Fri, 20 Dec 2013 12:36:45 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a></p>
<p>Take a look at this page to see the parameters accepted:</p>
<blockquote data-secret="RExJLMUltb" class="wp-embedded-content"><p><a href="https://codex.buddypress.org/developer/loops-reference/the-profile-fields-loop-bp_has_profile/" rel="nofollow ugc">Profile Fields Loop</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/developer/loops-reference/the-profile-fields-loop-bp_has_profile/embed/#?secret=RExJLMUltb" data-secret="RExJLMUltb" width="515" height="290" title="&#8220;Profile Fields Loop&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>Perhaps try using <code>profile_group_id</code>:</p>
<blockquote><p>By default all groups and all fields will be displayed. If you provide the ID of a profile field group, then only the fields in this group will be&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-214111"><a href="http://buddypress.org/support/topic/error-missing-argument-2-for-wpdbprepare/#post-175838" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f86fbe9e2d449625e9f17e0d6124f029</guid>
				<title>Henry 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-175632</link>
				<pubDate>Tue, 17 Dec 2013 09:48:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a></p>
<p>What do you mean by &#8216;export all profile fields by a conditional tag&#8217;?</p>
<p>Doing what you&#8217;ve done above is good practice because if Country is an optional field and it has not been completed by the member then nothing will be outputted:</p>
<p><code>&lt;?php if ( $data = bp_get_profile_field_data( &#039;field=Country &#039; ) ) : ?&gt;<br />
     &lt;!-- do something&hellip;</code><span class="activity-read-more" id="activity-read-more-214016"><a href="http://buddypress.org/support/topic/performance-between-loop-and-all-conditional-profile-fields-export/#post-175632" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d9c5c2d33a5355219441f19fa453fc1d</guid>
				<title>shanebp replied to the topic Display green border around avatar when user is online in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/display-green-border-around-avatar-when-user-is-online/#post-175584</link>
				<pubDate>Mon, 16 Dec 2013 18:56:54 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a></p>
<p>You should be able to put the function in functions.php</p>
<p>But you still need to put this<br />
<code>$current_time = current_time( &#039;mysql&#039;, 1 );</code><br />
at the top of the template and _not in functions.php</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0baaf0b537522e779ffcce35e16d9b85</guid>
				<title>Henry replied to the topic Display green border around avatar when user is online in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/display-green-border-around-avatar-when-user-is-online/#post-175530</link>
				<pubDate>Sun, 15 Dec 2013 09:30:57 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a> I wouldn&#8217;t use that code from web developers wall in the members loop as it will add a database query for each member. It is more intended for use on the profile page. For the members loop, there are better ways to do it performance wise.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cd47b67f30fa0d894e842f8d740a3fcd</guid>
				<title>@mercime replied to the topic Group mods bug in Beta 1.9 in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/group-mods-bug-in-beta-1-9/#post-174980</link>
				<pubDate>Fri, 29 Nov 2013 23:45:15 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a> I agree in the sense that any additional role for the Group Moderator should be configurable by Site/Group Admins.You can submit a ticket to enhance Mod role at <a href="http://buddypress.trac.wordpress.org/" rel="nofollow ugc">http://buddypress.trac.wordpress.org/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5f2e4f392d88186b3d9741c4c48e0b5f</guid>
				<title>Hugo Ashmore replied to the topic Using BP_DEFAULT_COMPONENT to select a plugin tab in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/using-bp_default_component-to-select-a-plugin-tab/#post-174944</link>
				<pubDate>Thu, 28 Nov 2013 17:21:39 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a> Thanks for the Codex contribution, I have however moved it for the moment to the user submitted guides under getting started as the components section is really descriptions of the standard default BP settings.</p>
<p>In reality we do have a page in progress here <a href="http://codex.buddypress.org/developer/filters-reference/" rel="nofollow ugc">http://codex.buddypress.org/developer/filters-reference/</a> which is designed to&hellip;<span class="activity-read-more" id="activity-read-more-213793"><a href="http://buddypress.org/support/topic/using-bp_default_component-to-select-a-plugin-tab/#post-174944" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">74f74eb81b836d4893d7e491484d6996</guid>
				<title>@mercime replied to the topic Group mods bug in Beta 1.9 in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/group-mods-bug-in-beta-1-9/#post-174866</link>
				<pubDate>Wed, 27 Nov 2013 05:22:05 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a> There is no error.<br />
<a href="http://codex.buddypress.org/buddypress-components-and-features/groups/group-settings-and-roles/" rel="nofollow ugc">http://codex.buddypress.org/buddypress-components-and-features/groups/group-settings-and-roles/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8cd97f7cfda5cb0e829d695fb7327d5f</guid>
				<title>Henry replied to the topic Activity Time is GMT. Activity Stream &#034;Posted an Update&#034; time is incorrect.  in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/activity-time-is-gmt-activity-stream-posted-an-update-time-is-incorrect/page/2/#post-174856</link>
				<pubDate>Wed, 27 Nov 2013 00:59:11 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a> I&#8217;m sure within the <code>bp_activity_action()</code> function the various items will be filterable using <code>add_filter()</code> or translatable via a language file. If not then perhaps you can raise a Trac ticket to have the various items broken down into discrete filterable parts.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a09fbef1cc29d57116d582b3c40056b6</guid>
				<title>disqusnow replied to the topic BuddyPress Group Page in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/buddypress-group-page/#post-167429</link>
				<pubDate>Tue, 02 Jul 2013 19:14:13 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a> I finally found it via my host ftp but my theme folder doesn&#8217;t have buddypress inside it. wp-content / themes / [your-theme-name] /&gt;&gt;NO BUDDYPRESS but there is an index.php file inside it.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e372185dd0be24a017ca132f83fa1742</guid>
				<title>disqusnow replied to the topic BuddyPress Group Page in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/buddypress-group-page/#post-167422</link>
				<pubDate>Tue, 02 Jul 2013 16:24:20 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/macpresss/" rel="nofollow ugc">@macpresss</a> Thanks for your detailed explanation. I tried to find the index.php file via wordpress admin&gt;&gt;plugins&gt;&gt;buddypress but I couldn&#8217;t find a file called bp-templates on the right hand side of that page.</p>
<p>Thanks<br />
Benjamin</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>