<?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 | test | Mentions</title>
	<link>https://buddypress.org/members/test/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/test/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning test.</description>
	<lastBuildDate>Mon, 06 Apr 2026 05:18:10 +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">f6cab1242d83f138bd95ebaaf5801523</guid>
				<title>Prashant Singh replied to the topic How to send private massage only support person&#039;s role not anyone in buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-send-private-massage-only-support-persons-role-not-anyone-in-buddypress/#post-279161</link>
				<pubDate>Fri, 19 Oct 2018 10:55:09 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>add_filter( &#039;get_footer&#039;, &#039;ps_fill_user_name&#039; );<br />
function ps_fill_user_name(){<br />
	if (bp_is_messages_compose_screen()) {<br />
		?&gt;<br />
		&lt;script type=&quot;text/javascript&quot;&gt;<br />
			jQuery(document).ready(function(){<br />
				jQuery(&#039;#send-to-input&#039;).val(&#039;<a href="https://buddypress.org/members/test/" rel="nofollow ugc">@test</a>&#039;);<br />
				jQuery(&#039;#send-to-input&#039;).attr(&#039;readonly&#039;,&#039;readonly&#039;);<br />
			});<br />
		&lt;/script&gt;<br />
		&lt;?php<br />
	}<br />
        if&hellip;</code><span class="activity-read-more" id="activity-read-more-1386602"><a href="https://buddypress.org/support/topic/how-to-send-private-massage-only-support-persons-role-not-anyone-in-buddypress/#post-279161" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b539de265efaeb7b5e648556cc7f10de</guid>
				<title>Prashant Singh replied to the topic How to send private massage only support person&#039;s role not anyone in buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-send-private-massage-only-support-persons-role-not-anyone-in-buddypress/#post-278336</link>
				<pubDate>Mon, 08 Oct 2018 20:01:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>It seems like with the new template we can not do too much changes but still please try this code:</p>
<p><code>add_filter( &#039;get_footer&#039;, &#039;ps_fill_user_name&#039; );<br />
function ps_fill_user_name(){<br />
	if (bp_is_messages_compose_screen()) {<br />
		?&gt;<br />
		&lt;script&hellip;</code><span class="activity-read-more" id="activity-read-more-1370081"><a href="https://buddypress.org/support/topic/how-to-send-private-massage-only-support-persons-role-not-anyone-in-buddypress/#post-278336" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>