<?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 | priyam1234 | Mentions</title>
	<link>https://buddypress.org/members/priyam1234/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/priyam1234/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning priyam1234.</description>
	<lastBuildDate>Thu, 09 Apr 2026 10:38:15 +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">848581b6c355d6be574c172347cd40fb</guid>
				<title>Mathieu Viet replied to the topic What do you expect from 14.0.0? in the forum Ideas</title>
				<link>https://buddypress.org/support/topic/what-do-you-expect-from-14-0-0/#post-333045</link>
				<pubDate>Wed, 31 Jan 2024 20:43:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/gomle/" rel="nofollow ugc">@gomle</a></p>
<p>Thanks a lot for your feedback. About Notifications, I believe using the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API" rel="nofollow ugc">Notification Web API</a> can improve your &#8220;pulling the user to the site&#8221; need.</p>
<p>Hi <a href="https://buddypress.org/members/oumz99/" rel="nofollow ugc">@oumz99</a></p>
<p>I agree we should look into import/export. To comply with GDPR, users can export the data they created on the site from their profile settings. But a more global tool would be&hellip;<span class="activity-read-more" id="activity-read-more-3572996"><a href="https://buddypress.org/support/topic/what-do-you-expect-from-14-0-0/#post-333045" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">86561859e698dc116f4c6fff6d881f62</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.1.1 Maintenance &#038; Security Release in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-1-1-maintenance-security-release/#post-332862</link>
				<pubDate>Thu, 18 Jan 2024 23:29:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>Thanks for your feedback &#x1f60d;. My company has nothing to do with WordPress actually, I don&#8217;t make a living with code. I&#8217;m a hobbyist and contribute freely to BuddyPress, just like the other members of the team.</p>
<p><strong>For everyone reading this topic:</strong><br />
Quick update about the 12.1.1 issue reported by <a href="https://buddypress.org/members/manni65929/" rel="nofollow ugc">@manni65929</a> when first installing&hellip;<span class="activity-read-more" id="activity-read-more-3567675"><a href="https://buddypress.org/support/topic/buddypress-12-1-1-maintenance-security-release/#post-332862" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9f202f708fb37d5806dec77e380add09</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/8/#post-332859</link>
				<pubDate>Thu, 18 Jan 2024 11:44:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>I&#8217;m aware of the issue, see: <a href="https://buddypress.org/support/topic/buddypress-12-1-1-maintenance-security-release/" rel="nofollow ugc">https://buddypress.org/support/topic/buddypress-12-1-1-maintenance-security-release/</a></p>
<p>I&#8217;m currently working on it from <a href="https://buddypress.trac.wordpress.org/ticket/9075" rel="nofollow ugc">https://buddypress.trac.wordpress.org/ticket/9075</a>. I need to make sure the fix is taking care of all possible cases, which means a lot of tests.</p>
<p>As soon as I have something solid I&#8217;ll&hellip;<span class="activity-read-more" id="activity-read-more-3567426"><a href="https://buddypress.org/support/topic/buddypress-12-0-0/page/8/#post-332859" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">76af1dc17692ce2007d2e6e04079a3de</guid>
				<title>Varun Dubey replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/8/#post-332851</link>
				<pubDate>Thu, 18 Jan 2024 09:09:38 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a> as an immediate solution, you can define the following inside wp-config.php</p>
<p><code>define(&#039;BP_LOAD_DEPRECATED&#039;, true);</code></p>
<p>You can place this line anywhere in the wp-config.php file, but it’s typically a good practice to add it just before the line that says</p>
<p><code>/* That&#039;s all, stop editing! Happy publishing. */.</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e6d28a2cded56682e25d0099966decd4</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/7/#post-332628</link>
				<pubDate>Wed, 03 Jan 2024 05:03:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>I&#8217;m not sure to understand what you&#8217;re trying to do, but if you need to force the BP Directories metabox to be shown in the Nav Menus Admin Screen, you can try that:</p>
<p><code><br />
function priyam1234_hidden_meta_boxes( $hidden, $screen ) {<br />
	if ( isset( $screen-&gt;id ) &amp;&amp; &#039;nav-menus&#039; === $screen-&gt;id ) {<br />
		$hidden = array_diff( $hidden, array(&hellip;</code><span class="activity-read-more" id="activity-read-more-3561235"><a href="https://buddypress.org/support/topic/buddypress-12-0-0/page/7/#post-332628" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d6b2973afed87283a959567cf391f90a</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/6/#post-332570</link>
				<pubDate>Fri, 29 Dec 2023 11:16:36 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>This will be fixed in next minor version (12.1.0). The tool to reset slugs will now delete <code>buddypress</code> post types that are not used for directory pages. See: <a href="https://buddypress.trac.wordpress.org/changeset/13680" rel="nofollow ugc">https://buddypress.trac.wordpress.org/changeset/13680</a></p>
<p>For now you can look into your database <code>{wp_table_prefix}options</code> table the value of the option name <code>&#039;bp-pages&#039;</code> to know the <code>bu&hellip;</code><span class="activity-read-more" id="activity-read-more-3559956"><a href="https://buddypress.org/support/topic/buddypress-12-0-0/page/6/#post-332570" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7c86ceba1472fc69e38474cdbfe57af4</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/5/#post-332451</link>
				<pubDate>Fri, 22 Dec 2023 12:43:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>Cool, thanks for your feedback.</p>
<p>I was about to point you to the update they did 21 hours ago: <a href="https://plugins.trac.wordpress.org/changeset/3013040" rel="nofollow ugc">https://plugins.trac.wordpress.org/changeset/3013040</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">01e9b65d11daf7245dc099e5d9f6679a</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/5/#post-332435</link>
				<pubDate>Thu, 21 Dec 2023 19:31:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/awol/" rel="nofollow ugc">@awol</a></p>
<p>Thanks for your initiative, a possible way to find it is to download your <code>/wp-content</code> directory and use a code/text editor like vscode and use their &#8220;Search in directory&#8221; feature.</p>
<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>Really happy you found the way to fixing your issues &#x1f44d;.</p>
<p>Hi <a href="https://buddypress.org/members/cristan17/" rel="nofollow ugc">@cristan17</a></p>
<p>Sorry to read about the issues you&#8217;re facing.</p>
<p>The first thing I&hellip;<span class="activity-read-more" id="activity-read-more-3557771"><a href="https://buddypress.org/support/topic/buddypress-12-0-0/page/5/#post-332435" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d2673377c426c2ba999b17b0879a4149</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/5/#post-332404</link>
				<pubDate>Wed, 20 Dec 2023 20:07:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>Well we are not using Post IDs to decide what content should be displayed but URI globals that can be accessed through these functions : <a href="https://github.com/buddypress/buddypress/blob/master/docs/developer/functions/uri-globals.md" rel="nofollow ugc">https://github.com/buddypress/buddypress/blob/master/docs/developer/functions/uri-globals.md</a></p>
<p>The post ID is reset to 0 when you reach a BuddyPress page to avoid PHP notices. There’s a new way t&hellip;<span class="activity-read-more" id="activity-read-more-3557402"><a href="https://buddypress.org/support/topic/buddypress-12-0-0/page/5/#post-332404" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e2bcb89727ddc7fd33e8218b7a441ef1</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/4/#post-332365</link>
				<pubDate>Mon, 18 Dec 2023 17:00:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>You can use <code>bp_get_directory_title( $component_id )</code> eg: <code>bp_get_directory_title( &#039;activity&#039; )</code>.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">66250f5d311905368d1da25670b42f71</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/4/#post-332328</link>
				<pubDate>Sat, 16 Dec 2023 12:41:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>Can you test the following code to see if that&#8217;s enough for ACF to load it&#8217;s fields UI?</p>
<p><code><br />
function priyam1234_generate_post_type_ui( $args = array() ) {<br />
	$args[&#039;show_ui&#039;] = current_user_can( &#039;manage_options&#039; );<br />
	return $args;<br />
}<br />
add_filter( &#039;register_buddypress_post_type_args&#039;, &#039;priyam1234_generate_post_type_ui&#039; );<br />
</code></p>
<p>About your&hellip;<span class="activity-read-more" id="activity-read-more-3555741"><a href="https://buddypress.org/support/topic/buddypress-12-0-0/page/4/#post-332328" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">68f83afe30d629bd5edfacf4d18c1cf5</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/2/#post-332260</link>
				<pubDate>Thu, 14 Dec 2023 11:38:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a> about ACF, the thing is we don’t use a UI to edit BP directory pages. As anyway we never used the content of the <code>page</code> post type for BuddyPress content, now we’ve migrated to a <code>buddypress</code> post type we’re not generating the corresponding UI in WP Admin. I’m going to look at it to see how we can integrate ACF with our new way of deal&hellip;<span class="activity-read-more" id="activity-read-more-3554968"><a href="https://buddypress.org/support/topic/buddypress-12-0-0/page/2/#post-332260" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cc894829c3004cfba57be98fb83e8e73</guid>
				<title>Mathieu Viet replied to the topic BuddyPress 12.0.0 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-12-0-0/page/2/#post-332236</link>
				<pubDate>Wed, 13 Dec 2023 15:39:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/priyam1234/" rel="nofollow ugc">@priyam1234</a></p>
<p>I guess you found how to get back to « classic » pages for BuddyPress directories (installing and activating BP Classic). That’s the way you will find also back your need to use ACF with it.</p>
<p>About your second reply I’m not sure to understand what you mean about the functionality you’d like to use in BuddyPress Classic and that&hellip;<span class="activity-read-more" id="activity-read-more-3554614"><a href="https://buddypress.org/support/topic/buddypress-12-0-0/page/2/#post-332236" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>