<?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 | nobody | Activity</title>
	<link>https://buddypress.org/members/iduy/activity/</link>
	<atom:link href="https://buddypress.org/members/iduy/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for nobody.</description>
	<lastBuildDate>Sat, 11 Apr 2026 17:43:24 +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">6c95157cd07aabb198e7a9bc22e4a131</guid>
				<title>nobody replied to the topic Add additional text in Register form in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/add-additional-text-in-register-form/#post-329945</link>
				<pubDate>Thu, 01 Jun 2023 06:33:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>It is useful for me, thank you <a href="https://buddypress.org/members/raviousprime/" rel="nofollow ugc">@raviousprime</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">675325bb2fab7c4150054bbd1ee4ba42</guid>
				<title>nobody replied to the topic move nav menu ABOVE cover image in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/move-nav-menu-above-cover-image/#post-328584</link>
				<pubDate>Thu, 02 Mar 2023 05:38:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>hi.. <a href="https://buddypress.org/members/venutius/" rel="nofollow ugc">@venutius</a><br />
what if I want to invoke the profile menu navigation to the right side of the avatar ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c79b29ad3c7a95f5d84fdccb3297f92a</guid>
				<title>nobody replied to the topic How do you add the BuddyPress notification count on the menu item? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-do-you-add-the-buddypress-notification-count-on-the-menu-item/#post-328580</link>
				<pubDate>Thu, 02 Mar 2023 02:18:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>hi @sosialc<br />
where is the code placed?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">62f3e1b4c54197b8483a0533a2cc8be9</guid>
				<title>nobody replied to the topic Solved - Need to restrict my users to join multiple groups, in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/need-to-restrict-my-users-to-join-multiple-groups/page/2/#post-328563</link>
				<pubDate>Wed, 01 Mar 2023 04:45:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>I tried using this code :</p>
<p>add_action( &#8216;groups_join_group&#8217;, &#8216;venutius_group_join_filter&#8217;, 10, 2 );</p>
<p>function venutius_group_join_filter( $group_id, $user_id ) {<br />
	global $bp;</p>
<p>	if ( current_user_can( &#8216;manage_options&#8217; ) ) {<br />
		return;<br />
	}</p>
<p>	$membership_total = count( BP_Groups_Member::get_membership_ids_for_user( $user_id ) );</p>
<p>	if (&hellip;<span class="activity-read-more" id="activity-read-more-3414707"><a href="https://buddypress.org/support/topic/need-to-restrict-my-users-to-join-multiple-groups/page/2/#post-328563" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">91aa0ca4d2216452a2c5f7bdf0eb25a5</guid>
				<title>nobody replied to the topic Solved - Need to restrict my users to join multiple groups, in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/need-to-restrict-my-users-to-join-multiple-groups/page/2/#post-328558</link>
				<pubDate>Tue, 28 Feb 2023 15:25:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>hai <a href="https://buddypress.org/members/venutius/" rel="nofollow ugc">@venutius</a><br />
Does this code work to Nouveau template ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a0326361f2c85ade18ee957a44d8aba0</guid>
				<title>nobody started the topic display user photos in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/display-user-photos/</link>
				<pubDate>Sat, 25 Feb 2023 03:26:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>i have a code display a name user login on menu :<br />
but, i having trouble displaying profil photos om menu to, anyone can help ? </p>
<p>add_filter( &#8216;wp_nav_menu_objects&#8217;, &#8216;username_in_menu_items&#8217; );<br />
function username_in_menu_items( $menu_items ) {<br />
    foreach ( $menu_items as $menu_item ) {<br />
        if ( strpos($menu_item-&gt;title, &#8216;#profile_name#&#8217;) !==&hellip;<span class="activity-read-more" id="activity-read-more-3412075"><a href="https://buddypress.org/support/topic/display-user-photos/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>