<?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 | Iurie Malai | Activity</title>
	<link>https://buddypress.org/members/flegmatiq/activity/</link>
	<atom:link href="https://buddypress.org/members/flegmatiq/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Iurie Malai.</description>
	<lastBuildDate>Wed, 15 Apr 2026 00:20:59 +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">602b60891b13bba36f991e5fb7e78de9</guid>
				<title>Iurie Malai replied to the topic [Resolved] groups_get_group_members() - &#039;exclude_admins_mods&#039; parameter in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/groups_get_group_members-exclude_admins_mods-parameter/#post-184851</link>
				<pubDate>Mon, 07 Jul 2014 12:44:34 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/0bservator/" rel="nofollow ugc">@0bservator</a> Thank you!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dd2d27a057d117a84a66084e67ec074a</guid>
				<title>Iurie Malai started the topic [Resolved] groups_get_group_members() - &#039;exclude_admins_mods&#039; parameter in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/groups_get_group_members-exclude_admins_mods-parameter/</link>
				<pubDate>Thu, 05 Jun 2014 08:54:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>To display <a href="http://psih.upsic.org/catedra-de-psihologie" rel="nofollow ugc">members of a group</a> I use the <em>groups_get_group_members()</em> function. But, by default, this function excludes from listing the admins and mods. I know there is a parameter <em>exclude_admins_mods</em> (true by default) that can help to include admins and mods in displayed list of members, but I do not understand how to use it. I tried some variants&hellip;<span class="activity-read-more" id="activity-read-more-254985"><a href="http://buddypress.org/support/topic/groups_get_group_members-exclude_admins_mods-parameter/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b0ed35fa82aa42401df75bd8b3df45d</guid>
				<title>Iurie Malai replied to the topic How add filter to bp_the_profile_group_field_ids? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-add-filter-to-bp_the_profile_group_field_ids/#post-183651</link>
				<pubDate>Wed, 04 Jun 2014 21:14:37 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/simpleone/" rel="nofollow ugc">@SimpleOne</a>, thank you, I will test that!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3c25fcce487c26854b920af467b8a776</guid>
				<title>Iurie Malai replied to the topic How add filter to bp_the_profile_group_field_ids? in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-add-filter-to-bp_the_profile_group_field_ids/#post-183636</link>
				<pubDate>Wed, 04 Jun 2014 08:57:04 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/simpleone/" rel="nofollow ugc">@simpleone</a>,</p>
<p>Can you show how you solved your problem? <strong>danbp</strong>&#8216;s code did not work for me. As you, I also <a href="http://buddypress.org/support/topic/conditional-exclusion-of-a-xprofile-fields-group-from-editing/" rel="nofollow ugc">wanted to hide some xprofile</a> fields and tabs that I don’t want users to be able to edit.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f41d6501c0e55fa9176e7ca187b13502</guid>
				<title>Iurie Malai started the topic Group Members Loop shortcode troubleshutting in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/group-members-loop-shortcode-troubleshutting/</link>
				<pubDate>Wed, 04 Jun 2014 07:12:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>I created a shortcode to display a list of group members, but I always get the &#8220;This group has no members&#8221; result. What is wrong here? The group with ID 2 exists and have one member.</p>
<p><code>add_shortcode( &#039;group_members&#039;, &#039;list_group_members&#039; );</p>
<p>function list_group_members() {</p>
<p>global $bp;</p>
<p>if ( bp_group_has_members( &#039;group_id=2&#039; ) ) {</p>
<p>  echo &#039;&lt;ul&hellip;</code><span class="activity-read-more" id="activity-read-more-254429"><a href="http://buddypress.org/support/topic/group-members-loop-shortcode-troubleshutting/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">21baa0e89918a91c7665b7a3a301c3dd</guid>
				<title>Iurie Malai replied to the topic Conditional Exclusion of a xProfile Fields Group from editing in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/conditional-exclusion-of-a-xprofile-fields-group-from-editing/#post-183381</link>
				<pubDate>Tue, 27 May 2014 18:35:57 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/danbp/" rel="nofollow ugc">@danbp</a>, I know how to check for errors, but this didn&#8217;t helped me too much :). I solved with the blank page, but no more. Your solution works for hiding some xProfile tabs from viewing, but not from editing them. Am I wrong? Sorry!</p>
<p>This is my tested function (as I said, it hiding only from viewing, not from editing):</p>
<p><code><br />
function&hellip;</code><span class="activity-read-more" id="activity-read-more-250788"><a href="https://buddypress.org/support/topic/conditional-exclusion-of-a-xprofile-fields-group-from-editing/#post-183381" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">283a4e1c0d8162fd342e790b85ea6b61</guid>
				<title>Iurie Malai replied to the topic Conditional Exclusion of a xProfile Fields Group from editing in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/conditional-exclusion-of-a-xprofile-fields-group-from-editing/#post-183355</link>
				<pubDate>Mon, 26 May 2014 23:23:12 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/danbp/" rel="nofollow ugc">@danbp</a>, I applied the <a href="https://buddypress.trac.wordpress.org/attachment/ticket/5649/5649.patch" rel="nofollow ugc">patch</a> but the function does not works. If I put your function in the bp-custom.php I have a clean white page (display) as a result.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">128c63b5a7dfe60da5a153a05084e42f</guid>
				<title>Iurie Malai replied to the topic Conditional Exclusion of a xProfile Fields Group from editing in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/conditional-exclusion-of-a-xprofile-fields-group-from-editing/#post-183247</link>
				<pubDate>Thu, 22 May 2014 20:15:59 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/danbp/" rel="nofollow ugc">@danbp</a>, thank you! I tested your solution (the last function), but no success. Is enough to put this in the bp-custom.php file?</p>
<p>I tried the next simple function to hide the extended fields group number 2 from editing for all members, but it not working.<br />
<code><br />
function flegmatiq_profiles( $retval ) {	</p>
<p>	if(  bp_is_profile_edit() )&hellip;</code><span class="activity-read-more" id="activity-read-more-248482"><a href="https://buddypress.org/support/topic/conditional-exclusion-of-a-xprofile-fields-group-from-editing/#post-183247" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>