<?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 | tse11 | Mentions</title>
	<link>https://buddypress.org/members/tse11/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/tse11/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning tse11.</description>
	<lastBuildDate>Fri, 10 Apr 2026 06:39:25 +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">92eb0971cb1c186c2bef0c423e117ba5</guid>
				<title>Henry Wright replied to the topic Show the faces of users who liked an Activity in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/show-the-faces-of-users-who-liked-an-activity/#post-237427</link>
				<pubDate>Tue, 07 Apr 2015 23:35:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/tse11/" rel="nofollow ugc">@tse11</a></p>
<p>Have you tried contacting the author at Buddydev?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f4bd3da23d8a5e37012a8b4ef4083786</guid>
				<title>Henry Wright replied to the topic Bump Activity to top Plugin in the forum Third Party Plugins</title>
				<link>https://buddypress.org/support/topic/bump-activity-to-top-plugin/#post-235584</link>
				<pubDate>Sat, 07 Mar 2015 10:37:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/tse11/" rel="nofollow ugc">@tse11</a></p>
<p>Looking at the plugin&#8217;s source, I can see the function <code>etivite_bp_activity_bump_time_since()</code> filters <code>bp_activity_time_since</code>. The bump date is updated by function <code>etivite_bp_activity_bump_comment_posted()</code>.</p>
<p>I realise the plugin may be 2+ years old but have you tried contacting the plugin author to see if any support is available?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">80e1f8146ae2102427f4f54efd52f67e</guid>
				<title>Florence Baby replied to the topic Show favourite count after each activity? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/show-favourite-count-after-each-activity/page/2/#post-181804</link>
				<pubDate>Sun, 20 Apr 2014 15:13:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,  <a href="https://buddypress.org/members/tse11/" rel="nofollow ugc">@tse11</a>, <a href="https://buddypress.org/members/deepbevel/" rel="nofollow ugc">@deepbevel</a>, <a href="https://buddypress.org/members/ousep/" rel="nofollow ugc">@ousep</a></p>
<p>did anyone know a better solution for this in BP 2.0.</p>
<p>The above code is still working but it is not ajax. you have to reload the page to see the count.</p>
<p>Regards</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1d8a81da4bb0942d8b2d613aef13c1f</guid>
				<title>bp-help replied to the topic Disable Buddypress Sitewide Activity RSS in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/disable-buddypress-sitewide-activity-rss/#post-174390</link>
				<pubDate>Mon, 18 Nov 2013 10:55:42 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tse11/" rel="nofollow ugc">@tse11</a><br />
Use init hook instead of bp_init! Place in bp-custom.php :<br />
<a href="http://codex.buddypress.org/plugindev/bp-custom-php/" rel="nofollow ugc">http://codex.buddypress.org/plugindev/bp-custom-php/</a><br />
<code><br />
function pcfbp_lite_cut_nonreg_visitor_rss_feed() {<br />
	if ( !is_user_logged_in() ) {<br />
		remove_action( &#039;bp_actions&#039;, &#039;bp_activity_action_sitewide_feed&#039; ,3      );<br />
		remove_action( &#039;bp_actions&#039;, &#039;bp_activity_action_personal_feed&#039; ,3&hellip;</code><span class="activity-read-more" id="activity-read-more-213538"><a href="http://buddypress.org/support/topic/disable-buddypress-sitewide-activity-rss/#post-174390" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a0fd1dfdefb5426de84eddc08e90d7e</guid>
				<title>aces replied to the topic Disable Buddypress Sitewide Activity RSS in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/disable-buddypress-sitewide-activity-rss/#post-174345</link>
				<pubDate>Sun, 17 Nov 2013 15:07:59 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tse11/" rel="nofollow ugc">@tse11</a></p>
<p>try replacing the &#8216;wp&#8217; with &#8216;bp_actions&#8217;</p>
<p><code>function bp_remove_feeds() {<br />
	remove_action( &#039;bp_actions&#039;, &#039;bp_activity_action_sitewide_feed&#039;, 3 );<br />
	remove_action( &#039;bp_actions&#039;, &#039;bp_activity_action_personal_feed&#039;, 3 );<br />
	remove_action( &#039;bp_actions&#039;, &#039;bp_activity_action_friends_feed&#039;, 3 );<br />
	remove_action( &#039;bp_actions&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-213524"><a href="http://buddypress.org/support/topic/disable-buddypress-sitewide-activity-rss/#post-174345" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d64570072d543116f93374ab4c08bb14</guid>
				<title>Asynaptic replied to the topic Making Buddypress Private. in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/making-buddypress-private/#post-173373</link>
				<pubDate>Fri, 25 Oct 2013 19:24:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>thanks <a href="http://buddypress.org/community/members/tse11/" rel="nofollow ugc">@tse11</a> but that&#8217;s not what I was asking :).</p>
<p>I&#8217;ve already seen the tutorial you linked to and btw, that tutorial has nothing to do with S2member or the private plugin @bp-help developed so I&#8217;m rather confused</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">78675ce460c878b4e8915dd63ad49539</guid>
				<title>Henry replied to the topic [Resolved] Register Page as Homepage redirect issue in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/register-page-as-homepage-redirect-issue/#post-173363</link>
				<pubDate>Fri, 25 Oct 2013 16:21:25 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tse11/" rel="nofollow ugc">@tse11</a></p>
<p>I came across this exact same thing a few weeks back so wrote the function below:</p>
<p><code>// redirect front page for logged in visitors<br />
function redirect_front_page_for_loggedin_users() {<br />
	global $bp;<br />
	// redirect only when user is logged in and we are viewing the front page as set in WP admin<br />
	if ( is_user_logged_in() &amp;&amp; ( is_front_page() ) )&hellip;</code><span class="activity-read-more" id="activity-read-more-213186"><a href="http://buddypress.org/support/topic/register-page-as-homepage-redirect-issue/#post-173363" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0882bfb1d95772ca97a0e784fe52eeed</guid>
				<title>@mercime replied to the topic [Resolved] Register Page as Homepage redirect issue in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/register-page-as-homepage-redirect-issue/#post-173361</link>
				<pubDate>Fri, 25 Oct 2013 14:30:45 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tse11/" rel="nofollow ugc">@tse11</a> Check out <a href="http://wordpress.org/plugins/buddypress-login-redirect/" rel="nofollow ugc">http://wordpress.org/plugins/buddypress-login-redirect/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">507a3638f4ead4317ed09bbef2817057</guid>
				<title>bp-help replied to the topic [Resolved] How to redirect bp users to activity page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-to-redirect-bp-users-to-activity-page/#post-172402</link>
				<pubDate>Mon, 07 Oct 2013 16:02:54 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tse11/" rel="nofollow ugc">@tse11</a><br />
What have you set as your front page? Links are always helpful!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c00acb54d2e6258b542dba11c87851a2</guid>
				<title>bp-help replied to the topic [Resolved] How to redirect bp users to activity page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-to-redirect-bp-users-to-activity-page/#post-172373</link>
				<pubDate>Sun, 06 Oct 2013 18:25:07 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tse11/" rel="nofollow ugc">@tse11</a><br />
If the code above doesn&#8217;t work try this one because I just noticed you had mentioned multisite.<br />
<code><br />
function bphelp_redirect() {<br />
  if( is_user_logged_in() &amp;&amp; is_multisite() &amp;&amp; is_super_admin &amp;&amp; is_home) {<br />
    // redirect to dashboard code<br />
    bp_core_redirect( get_option( &#039;home&#039; ) . &#039;/wp-admin/&#039; );<br />
  }else {<br />
      if( is_user_loggedin() &amp;&amp;&hellip;</code><span class="activity-read-more" id="activity-read-more-212750"><a href="http://buddypress.org/support/topic/how-to-redirect-bp-users-to-activity-page/#post-172373" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">76f9c4a74b2e3faccf6cb47427c274a1</guid>
				<title>bp-help replied to the topic [Resolved] How to redirect bp users to activity page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-to-redirect-bp-users-to-activity-page/#post-172370</link>
				<pubDate>Sun, 06 Oct 2013 16:39:01 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tse11/" rel="nofollow ugc">@tse11</a><br />
Patience please! Deactivate the plugin you was using for redirecting and try this in bp-custom.php <a href="http://codex.buddypress.org/plugin-development/bp-custom-php/" rel="nofollow ugc">http://codex.buddypress.org/plugin-development/bp-custom-php/</a> :<br />
<code><br />
function bphelp_redirect() {<br />
  if( is_user_logged_in() &amp;&amp; is_super_admin &amp;&amp; is_home) {<br />
    // redirect to dashboard code<br />
    bp_core_redirect( get_option( &#039;home&#039; ) . &#039;/wp-admin/&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-212747"><a href="http://buddypress.org/support/topic/how-to-redirect-bp-users-to-activity-page/#post-172370" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">898a4bb26c5d298519f65e03a1cea5d4</guid>
				<title>bp-help replied to the topic [Resolved] How to redirect bp users to activity page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/how-to-redirect-bp-users-to-activity-page/#post-172365</link>
				<pubDate>Sun, 06 Oct 2013 08:37:43 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tse11/" rel="nofollow ugc">@tse11</a><br />
Search the forum. This has been covered before! You could create a conditional to do this. Basically an if and else statement. You would need to include is_super_admin in the conditional check and the user would be redirected appropriately. For instance:<br />
<code><br />
function bphelp_redirect() {<br />
  if( is_user_logged_in() &amp;&amp; is_super_admin ) {<br />
    //&hellip;</code><span class="activity-read-more" id="activity-read-more-212745"><a href="http://buddypress.org/support/topic/how-to-redirect-bp-users-to-activity-page/#post-172365" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>