<?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 | abysshorror | Activity</title>
	<link>https://buddypress.org/members/abysshorror/activity/</link>
	<atom:link href="https://buddypress.org/members/abysshorror/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for abysshorror.</description>
	<lastBuildDate>Thu, 09 Apr 2026 03:42:40 +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">b006a5789c9f60d523cc05299dbdea02</guid>
				<title>abyss started the forum topic Pass arguments to bp_has_activities &#038; button &#034;load more&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/pass-arguments-to-bp_has_activities-button-load-more/</link>
				<pubDate>Tue, 28 Feb 2012 23:53:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey, I&#8217;m trying to pass parameters via GET to bp_has_activities:</p>
<p>`if (isset($_GET[&#8216;s&#8217;]) || !empty($_GET[&#8216;s&#8217;]))<br />
			{<br />
				$search = esc_attr( $_GET[&#8216;s&#8217;]);<br />
				$query_string = $querystring . [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b19248c5fc395b650d16da1a1f292d85</guid>
				<title>abyss replied to the forum topic Auto &#034;load more&#034; activity stream items when scroll reaches the bottom of the page in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/auto-load-more-activity-stream-items-when-scroll-reaches-the-bottom-of-the-page/</link>
				<pubDate>Sun, 26 Feb 2012 20:24:49 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/juanmaguerrero/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/juanmaguerrero/" rel="nofollow ugc">@juanmaguerrero</a> por favor, I&#8217;d also need the tutorial 🙂</p>
<p>Thanks !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e1706204346a14d465fe55005d01f307</guid>
				<title>abyss started the forum topic lightbox page from wp_admin_bar in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/lightbox-page-from-wp_admin_bar/</link>
				<pubDate>Sun, 26 Feb 2012 08:47:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey, I&#8217;d like to load a page from the admin bar using lightbox (currently I&#8217;m using ColorBox)</p>
<p>This is what I got so far:</p>
<p>`</p>
<p>function admin_bar_add_this(){<br />
     global $wp_admin_bar;<br />
     $newcat= [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a19c54ddc55cb4a6f8f69a947c161e9</guid>
				<title>abyss replied to the forum topic Disable HTML in activity updates in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/disable-html-in-activity-updates/#post-123604</link>
				<pubDate>Sun, 26 Feb 2012 04:52:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you again !</p>
<p>I&#8217;ll try to implement this but in the meanwhile I&#8217;ll just allow links. I don&#8217;t imagine this being a security threat.</p>
<p>Cheers !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5e76287dcd3b1f944cd849c01bfaf6ec</guid>
				<title>abyss replied to the forum topic How to only show 5 items per page with pagination working on Activity stream? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-only-show-5-items-per-page-with-pagination-working-on-activity-st</link>
				<pubDate>Sun, 26 Feb 2012 04:50:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try this:</p>
<p>On functions.php</p>
<p>add_filter( &#8216;bp_dtheme_ajax_querystring&#8217;, &#8216;limit_activity_posts&#8217;, 15, 2 );<br />
function limit_activity_posts( $query_string, $object ) {<br />
if( &#8216;activity&#8217; == $object ) [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">259a8710781e0a2d2e069caccbce1c1a</guid>
				<title>abyss started the forum topic Open links in new tab in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/open-links-in-new-tab/</link>
				<pubDate>Sat, 25 Feb 2012 20:07:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey, by default if somebody adds a link to an activity update it opens in the same window. I&#8217;d like to add  target=&#8221;_blank&#8221; or something like that to links.</p>
<p>Thanks !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d1aae3f319da1073c3771e459dd6d69</guid>
				<title>abyss replied to the forum topic Disable HTML in activity updates in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/disable-html-in-activity-updates/#post-123583</link>
				<pubDate>Sat, 25 Feb 2012 19:41:34 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/boonebgorges/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/boonebgorges/" rel="nofollow ugc">@boonebgorges</a> I&#8217;ve tried and it worked but I didn&#8217;t have in mind that mentions also use html to link to users, so using strip_tags is also removing that <code>&lt;a&gt;</code>.</p>
<p>I&#8217;d like to allow @mentions and links but not the [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9d188b492d74f4f8ead7b24ed8fbc082</guid>
				<title>abyss replied to the forum topic Disable HTML in activity updates in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/disable-html-in-activity-updates/#post-123541</link>
				<pubDate>Sat, 25 Feb 2012 00:44:20 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/boonebgorges/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/boonebgorges/" rel="nofollow ugc">@boonebgorges</a> thank you very much ! I&#8217;ll try this 😀</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb31b94b33d5dcb5e09151374cdc4025</guid>
				<title>abyss replied to the forum topic Don&#039;t load comment box until it&#039;s clicked in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/dont-load-comment-box-until-its-clicked/#post-123540</link>
				<pubDate>Sat, 25 Feb 2012 00:38:28 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/boonebgorges/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/boonebgorges/" rel="nofollow ugc">@boonebgorges</a> thanks for replying 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7ae0e99c26c38eb0761096f825e1df2e</guid>
				<title>abyss replied to the forum topic Don&#039;t load comment box until it&#039;s clicked in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/dont-load-comment-box-until-its-clicked/#post-123539</link>
				<pubDate>Sat, 25 Feb 2012 00:38:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Activity update&#8217;s comment boxes.</p>
<p>I&#8217;m using Huddle (<a href="http://themeforest.net/item/huddle-wordpress-buddypress-community-theme/835549" rel="nofollow ugc">http://themeforest.net/item/huddle-wordpress-buddypress-community-theme/835549</a>) but I&#8217;ve asked on the forums and the answer was:</p>
<p>&#8220;This was the default [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">452913cf5ef51651ba8085a99120a4a1</guid>
				<title>abyss started the forum topic Don&#039;t load comment box until it&#039;s clicked in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/dont-load-comment-box-until-its-clicked/</link>
				<pubDate>Fri, 24 Feb 2012 06:44:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey, I wanted to know if it would be possible to change how comment boxes load.</p>
<p>The problem is that if the site is taking sometime to load, the layout gets broken (showing comment boxes) until all elements are [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df7bc509b97bc8fb171fe84f5308cdcc</guid>
				<title>abyss started the forum topic Disable HTML in activity updates in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/disable-html-in-activity-updates/</link>
				<pubDate>Fri, 24 Feb 2012 06:28:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey. Been playing with BP for two months now and I&#8217;ve just realised I can add HTML codes to the activity updates (my bad :P)</p>
<p>Is there any way of disabling or limiting the use of HTML tags ?</p>
<p>Thanks !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d4bb783a2ab1d26eb3224e93e98cf791</guid>
				<title>abyss replied to the forum topic Create new page (i.e. /user/mentions) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/create-new-page-i-e-usermentions/#post-123377</link>
				<pubDate>Thu, 23 Feb 2012 05:46:27 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/chrisclayton/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/chrisclayton/" rel="nofollow ugc">@ChrisClayton</a> I&#8217;m still working on this 🙂</p>
<p>An issue I&#8217;ve noticed is that for some reason I cannot find, some activity buttons like add to favorites or comment are not working. For example, if I try to add an [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea930b40d64737db1a9bbe907bcb85dc</guid>
				<title>abyss replied to the forum topic Mobile status updates in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/mobile-status-updates/#post-123368</link>
				<pubDate>Thu, 23 Feb 2012 02:50:45 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/modemlooper/" rel="nofollow ugc">@modemlooper</a> really glad to read that 😀</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5f0851d0971e79b5faba2c9000d579da</guid>
				<title>abyss replied to the forum topic Auto &#034;load more&#034; activity stream items when scroll reaches the bottom of the page in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/auto-load-more-activity-stream-items-when-scroll-reaches-the-bottom-of-the-page/</link>
				<pubDate>Thu, 23 Feb 2012 02:47:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Cool ! I&#8217;ve tried it but it didn&#8217;t work 🙁</p>
<p>Where should I add that code ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">30d5a54dbb98177b0c97fa331262133b</guid>
				<title>abyss replied to the forum topic Create new page (i.e. /user/mentions) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/create-new-page-i-e-usermentions/#post-123270</link>
				<pubDate>Tue, 21 Feb 2012 19:32:24 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/chrisclayton/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/chrisclayton/" rel="nofollow ugc">@ChrisClayton</a> you are a genius, man !<br />
It worked out of the box 😀</p>
<p>Quick question:<br />
I&#8217;ve added your code to functions.php and it loaded perfectly, but I&#8217;d like to turn it into a function (so it&#8217;s a little [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">65352f492d3ee46dedc0af6611192bea</guid>
				<title>abyss started the forum topic Create new page (i.e. /user/mentions) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/create-new-page-i-e-usermentions/</link>
				<pubDate>Tue, 21 Feb 2012 08:06:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey ! I was wondering how can I create new pages for my users.<br />
The idea would be to add new pages such as user/mentions/ that would contain all mentions for that user.<br />
So far I&#8217;ve added the nav-item with no [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ba1e739240df1f840d4d46d9270c7ed7</guid>
				<title>abysshorror commented on the post, BuddyPress 1.5.4, on the site BuddyPress.org</title>
				<link>http://buddypress.org/2012/02/buddypress-1-5-4/comment-page-1/#comment-10147</link>
				<pubDate>Sat, 18 Feb 2012 19:43:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">22fc3db3c8d80c028355b9558f940019</guid>
				<title>abyss replied to the forum topic How to: live update feeds (activity, members activity, groups, notifications, etc.) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-live-update-feeds-activity-members-activity-groups-notifications-</link>
				<pubDate>Fri, 17 Feb 2012 03:56:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>+1</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1b93a88ac598ed49d51cae0563dbc08</guid>
				<title>abyss replied to the forum topic Ajax activity stream? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/ajax-activity-stream/#post-122905</link>
				<pubDate>Fri, 17 Feb 2012 03:54:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>+1</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7e0be0f67fb692fec878f8be00f9c367</guid>
				<title>abyss replied to the forum topic Reminder Profile Picture in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/reminder-profile-picture/#post-122904</link>
				<pubDate>Fri, 17 Feb 2012 03:51:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>Maybe this could help: <a href="http://wordpress.org/extend/plugins/buddypress-profile-progression/" rel="nofollow ugc">http://wordpress.org/extend/plugins/buddypress-profile-progression/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4a555ba70648d7c9c59878027291f499</guid>
				<title>abysshorror commented on the post, BuddyPress 1.5.4, on the site BuddyPress.org</title>
				<link>http://buddypress.org/2012/02/buddypress-1-5-4/comment-page-1/#comment-10084</link>
				<pubDate>Sun, 12 Feb 2012 06:56:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey ! where can I find the changelog ? thanks !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b9daad1117a1a97400596fca1b21b1ca</guid>
				<title>abyss started the forum topic Add tags to head in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/add-tags-to-head/</link>
				<pubDate>Thu, 09 Feb 2012 04:56:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey !</p>
<p>I’m trying to implement the FB like button for my activities and I want the content shared on Facebook to be the one posted in the activity liked.</p>
<p>So what I’m trying to achieve is to pass [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f1e2a2d19912b0c11a4cb8f89443199f</guid>
				<title>abyss replied to the forum topic Make embedded videos smaller on their preview, like facebook? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/make-embedded-videos-smaller-on-their-preview-like-facebook/#post-122285</link>
				<pubDate>Thu, 09 Feb 2012 04:40:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>+1 on this, please. It would be nice to also open it in a lightbox window</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bfec7e84afeb8c3620f606e87d616802</guid>
				<title>abyss joined the group BuddyPress Activity Plus</title>
				<link>https://buddypress.org/updates/p/192127/</link>
				<pubDate>Sun, 05 Feb 2012 07:22:40 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">13b440f042f94094c01ffc829bc2a909</guid>
				<title>abyss replied to the forum topic Showing &#034;,&#034; or nothing after udate in the group CD BuddyPress Avatar Bubble</title>
				<link>http://buddypress.org/community/groups/cd-bp-avatar-bubble/forum/topic/showing-or-nothing-after-udate/#post-121963</link>
				<pubDate>Sun, 05 Feb 2012 03:20:16 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/slaFFik/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/slaFFik/" rel="nofollow ugc">@SlaFFik</a> hey, I wanted to know if you had any news. Thanks !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">634cf4533ceb4507f3a568ea9a1dbdf5</guid>
				<title>abyss replied to the forum topic Interactive Profile Fields During Registration in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/interactive-profile-fields-during-registration/#post-121713</link>
				<pubDate>Thu, 02 Feb 2012 23:05:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/marcella1981/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/marcella1981/" rel="nofollow ugc">@marcella1981</a> +1 plugin 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">02be9e26d44625d7e4d29f1bd83d2b33</guid>
				<title>abyss replied to the forum topic BuddyPress Global Helper Plugin in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/buddypress-global-helper-plugin/#post-121630</link>
				<pubDate>Thu, 02 Feb 2012 03:57:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>Great plugin ! thanks !!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b56cab7408c5db851ec45b01ae3bbcb6</guid>
				<title>abyss replied to the forum topic popular hashtags in the group BuddyPress Activity Stream Hashtags</title>
				<link>http://buddypress.org/community/groups/buddypress-activity-stream-hashtags/forum/topic/popular-hashtags/#post-121628</link>
				<pubDate>Thu, 02 Feb 2012 03:41:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>+1 on this !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5ec4d59813629e9fb21ff54b910e8a1b</guid>
				<title>abyss joined the group BuddyPress Activity Stream Hashtags</title>
				<link>https://buddypress.org/updates/p/191948/</link>
				<pubDate>Thu, 02 Feb 2012 03:41:08 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">683aa53b49ca8387d06e6cc6ecbee284</guid>
				<title>abyss replied to the forum topic Auto suggest pushing post button down in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/auto-suggest-pushing-post-button-down/#post-121514</link>
				<pubDate>Wed, 01 Feb 2012 03:12:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>&#8230; it isn&#8217;t a good want, is it ? 😛</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">70077b3490c460a375aaa1b2750ef21a</guid>
				<title>abyss replied to the forum topic Showing &#034;,&#034; or nothing after udate in the group CD BuddyPress Avatar Bubble</title>
				<link>http://buddypress.org/community/groups/cd-bp-avatar-bubble/forum/topic/showing-or-nothing-after-udate/#post-121510</link>
				<pubDate>Wed, 01 Feb 2012 02:47:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">acff1bb56ccfd153815895adea14948d</guid>
				<title>abyss replied to the forum topic Auto suggest pushing post button down in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/auto-suggest-pushing-post-button-down/#post-121404</link>
				<pubDate>Tue, 31 Jan 2012 05:17:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc">@djpaul</a>, I came out with a solution (don&#8217;t know if it&#8217;s the best, but it works). I made my own child-theme from BP Default and I took out the button from the content and it stopped pushing it down:<br />
`<br />
		!&#8211; [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">96736c1910388ae5958a2ea251bf58a4</guid>
				<title>abyss started the forum topic Disable comments in the group RS Buddypress Activity Refresh</title>
				<link>http://buddypress.org/community/groups/rs-buddypress-activity-refresh/forum/topic/disable-comments/</link>
				<pubDate>Sun, 29 Jan 2012 03:04:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey ! neat plugin ! 🙂</p>
<p>I&#8217;m trying to make it work so it doesn&#8217;t display the comment box by default. I found this line:</p>
<p>`// start the Loop<br />
// show new comments in stream format<br />
if (bp_has_activities( [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8aa06bacef5ed37f5aa506e69b106554</guid>
				<title>abyss joined the group RS Buddypress Activity Refresh</title>
				<link>https://buddypress.org/updates/p/191770/</link>
				<pubDate>Sun, 29 Jan 2012 03:04:12 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">150713d968271cc367fe9982fac3a900</guid>
				<title>abyss started the forum topic Showing &#034;,&#034; or nothing after udate in the group CD BuddyPress Avatar Bubble</title>
				<link>http://buddypress.org/community/groups/cd-bp-avatar-bubble/forum/topic/showing-or-nothing-after-udate/</link>
				<pubDate>Sat, 28 Jan 2012 23:19:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey ! thank you so much for the update 🙂<br />
I&#8217;m still having troubles with regular users (Friendship disabled).<br />
If you are not logged in or if you are a normal user, when you hover over an avatar this is what you [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e7fce56994b8044efd924ce2c23caf2b</guid>
				<title>abyss started the forum topic Adding tags to  (FB Like Button) in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-tags-to-fb-like-button/</link>
				<pubDate>Sat, 28 Jan 2012 23:10:10 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey !</p>
<p>I&#8217;m trying to implement the FB like button for my activities and I want the content shared on Facebook to be the one posted in the activity liked.</p>
<p>So what I&#8217;m trying to achieve is to pass [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0ae1e517e63fa7d01772eed582a91249</guid>
				<title>abyss replied to the forum topic How Do I get rid of the activation code? in the group Miscellaneous</title>
				<link>http://buddypress.org/community/groups/miscellaneous/forum/topic/how-do-i-get-rid-of-the-activation-code/#post-121101</link>
				<pubDate>Fri, 27 Jan 2012 02:08:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>Look for the plugin buddypress-disable-activation, may be it will help you</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">792c0225f1a03ef490d32da045026f6f</guid>
				<title>abyss replied to the forum topic customizing the buddybar in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/customizing-the-buddybar/#post-121100</link>
				<pubDate>Fri, 27 Jan 2012 02:04:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Actually, I think you should add that to /plugins/bp-custom.php (would work anyway)</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8a8cdef4cce52bed4a347be5b70ed906</guid>
				<title>abyss replied to the forum topic Working only for admin if ”Friends” is disabled in the group CD BuddyPress Avatar Bubble</title>
				<link>http://buddypress.org/community/groups/cd-bp-avatar-bubble/forum/topic/working-only-for-admin-if-friends-is-disabled/#post-121098</link>
				<pubDate>Fri, 27 Jan 2012 01:42:33 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/slaFFik/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/slaFFik/" rel="nofollow ugc">@SlaFFik</a> could you take a look at this ? 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4307bed7adb6535f60f9b8922b4e2f38</guid>
				<title>abyss replied to the forum topic Working only for admin if ”Friends” is disabled in the group CD BuddyPress Avatar Bubble</title>
				<link>http://buddypress.org/community/groups/cd-bp-avatar-bubble/forum/topic/working-only-for-admin-if-friends-is-disabled/#post-120976</link>
				<pubDate>Wed, 25 Jan 2012 21:39:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you so much !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3ebfbfc4f7187a9cbfcf0b56bd18124f</guid>
				<title>abyss replied to the forum topic Auto suggest pushing post button down in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/auto-suggest-pushing-post-button-down/#post-120974</link>
				<pubDate>Wed, 25 Jan 2012 21:39:09 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc">@djpaul</a> the issue is happening with BP-Default :/</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4501cf0f743c621fb0ac005f98660c2d</guid>
				<title>abyss replied to the forum topic Following / Followers widgets made by me in the group BuddyPress Followers</title>
				<link>http://buddypress.org/community/groups/buddypress-followers/forum/topic/following-followers-widgets-made-by-me/#post-120914</link>
				<pubDate>Wed, 25 Jan 2012 05:10:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Weird. You just see &#8220;Following ()&#8221; / &#8220;Followers ()&#8221; ?</p>
<p>BTW, I was lucky to see this reply. Notifications are not working ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c697cab5513be390302f641c7958a66d</guid>
				<title>abyss started the forum topic Working only for admin if ”Friends” is disabled in the group CD BuddyPress Avatar Bubble</title>
				<link>http://buddypress.org/community/groups/cd-bp-avatar-bubble/forum/topic/working-only-for-admin-if-friends-is-disabled/</link>
				<pubDate>Wed, 25 Jan 2012 04:55:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="http://buddypress.org/community/members/slaFFik/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/slaFFik/" rel="nofollow ugc">@SlaFFik</a> ! first of all let me congratulate you, this is a very useful plugin !</p>
<p>My problem is that I&#8217;ve disabled friendship (in favor of following/followers scheme) and the bubble is only being display for [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f53db764458b88f07e2875d47d955851</guid>
				<title>abyss started the forum topic Auto suggest pushing post button down in the group BP Labs</title>
				<link>http://buddypress.org/community/groups/bp-labs/forum/topic/auto-suggest-pushing-post-button-down/</link>
				<pubDate>Wed, 25 Jan 2012 04:53:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc">@djpaul</a> ! I&#8217;m using BP Labs 1.2.2 and my problem is that the item that appears with the usernames is pushing the post button down instead of covering it. I tried playing around with z-index but I think it [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a9c0133f22763e9317f96edd995677c0</guid>
				<title>abyss joined the group BP Labs</title>
				<link>https://buddypress.org/updates/p/191599/</link>
				<pubDate>Wed, 25 Jan 2012 04:53:40 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2f24376e4008f0699857f9a452f0d362</guid>
				<title>abyss joined the group CD BuddyPress Avatar Bubble</title>
				<link>https://buddypress.org/updates/p/191598/</link>
				<pubDate>Wed, 25 Jan 2012 04:50:13 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6058dc56682d665a67ab747d9102bf39</guid>
				<title>abyss replied to the forum topic Get activity time_since in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-activity-time_since/#post-120711</link>
				<pubDate>Sun, 22 Jan 2012 16:36:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/DJPaul/" rel="nofollow ugc">@djpaul</a>, thanks !</p>
<p>Actually I want to get it in the format <code>20 hours, 19 minutes ago</code>. I tried</p>
<p><code>bp_core_time_since(bp_activity_date_recorded());</code></p>
<p>But it&#8217;s not working :/</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8edd81604be7bc86f9aa1236488266b5</guid>
				<title>abyss started the forum topic Get activity time_since in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-activity-time_since/</link>
				<pubDate>Sun, 22 Jan 2012 07:51:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey all !</p>
<p>I&#8217;m using a theme that displays information from <code>bp_activity_action();</code> but I only want the &#8220;time_since&#8221; of the activity. How can I get it ?</p>
<p>Thanks !</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3f93545611b4dca1cc122a603479ef4c</guid>
				<title>abyss replied to the forum topic Following / Followers widgets made by me in the group BuddyPress Followers</title>
				<link>http://buddypress.org/community/groups/buddypress-followers/forum/topic/following-followers-widgets-made-by-me/#post-120664</link>
				<pubDate>Sat, 21 Jan 2012 19:55:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="http://buddypress.org/community/members/matiou34/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/matiou34/" rel="nofollow ugc">@matiou34</a>. Once you&#8217;ve done that, go to Apparence-&gt;Widgets on your WP admin and you should see two widgets (one for following, one for followers). Just put them in your sidebar.</p>
<p>Let me know !</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>