<?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 | matom | Activity</title>
	<link>https://buddypress.org/members/matom/activity/</link>
	<atom:link href="https://buddypress.org/members/matom/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for matom.</description>
	<lastBuildDate>Sun, 12 Apr 2026 05:38:13 +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">988849d7cfef2e503ef068226691de1c</guid>
				<title>matom replied to the topic AJAX on group extension admin page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/ajax-on-group-extension-admin-page/#post-167800</link>
				<pubDate>Tue, 09 Jul 2013 09:28:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve tried this with 1.8-beta2 as I was pleased to find out that the Group Extension has been rewritten &#8211; thanks to the dev team for this change.</p>
<p>It no longer outputs the full HTML, but unfortunately it&#8217;s still not correct. Instead it now outputs:</p>
<p><code>Are you sure you want to do this? Please try again.</code> (Please try again links to the page it&#8217;s&hellip;<span class="activity-read-more" id="activity-read-more-210782"><a href="http://buddypress.org/support/topic/ajax-on-group-extension-admin-page/#post-167800" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f276669b2aacf5595a3a1affa98a3cdb</guid>
				<title>matom replied to the topic AJAX on group extension admin page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/ajax-on-group-extension-admin-page/#post-165944</link>
				<pubDate>Thu, 13 Jun 2013 16:33:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve posted a ticket about this issue:</p>
<p><a href="http://buddypress.trac.wordpress.org/ticket/5052" rel="nofollow ugc">http://buddypress.trac.wordpress.org/ticket/5052</a> </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8bf1d85a0559deb47fefef161cee6e69</guid>
				<title>matom replied to the topic AJAX on group extension admin page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/ajax-on-group-extension-admin-page/#post-165925</link>
				<pubDate>Thu, 13 Jun 2013 15:09:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/tolisvt/" rel="nofollow ugc">@tolisvt</a>,</p>
<p>Did you find a solution for this? </p>
<p>I&#8217;ve tried so many things but can&#8217;t get to the bottom of this. </p>
<p>What I&#8217;ve found out is that it somehow has something to do with the request URL (ie. <a href="http://my-domain/groups/my-group/admin/my-group-extension/" rel="nofollow ugc">http://my-domain/groups/my-group/admin/my-group-extension/</a>). I&#8217;ve copied the generated HTML of the group extension admin page into the&hellip;<span class="activity-read-more" id="activity-read-more-208968"><a href="http://buddypress.org/support/topic/ajax-on-group-extension-admin-page/#post-165925" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">28dd871be189404c50c556bfaa86f3d8</guid>
				<title>matom started the topic AJAX on group extension admin page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/ajax-on-group-extension-admin-page/</link>
				<pubDate>Tue, 04 Jun 2013 09:59:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve come across a weird issue with AJAX (jquery) calls from the admin page of a group extension and I&#8217;ve been looking for a solution for a few days now without much luck.</p>
<p>I have a child theme of the BP Default theme and a group extension that loads and displays data depending on user selection. This was all working fine in BP 1.5.2 / WP&hellip;<span class="activity-read-more" id="activity-read-more-208416"><a href="http://buddypress.org/support/topic/ajax-on-group-extension-admin-page/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d39c31e9771cd2813bcaed976f1406e1</guid>
				<title>matom posted on the forum topic Adding a second element for posting with an activity. in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/adding-a-second-element-for-posting-with-an-activity/?topic_page=2#post-93444</link>
				<pubDate>Sat, 19 Mar 2011 11:03:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>Found it &#8211; it needs to be hooked to bp_groups_posted_update:</p>
<p><code>add_action( &#039;bp_groups_posted_update&#039;, &#039;add_title_to_group_activity&#039;, 10, 4 );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3217606de2f8a1bad76a80f98bad94b2</guid>
				<title>matom posted on the forum topic Adding a second element for posting with an activity. in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/adding-a-second-element-for-posting-with-an-activity/?topic_page=2#post-93364</link>
				<pubDate>Fri, 18 Mar 2011 15:37:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>This works fine for me too, thanks &#8211; but it works only for personal activity updates and I really need it to work on group updates. Is there a different action I need to hook this to to add meta data to group updates? This is what I&#8217;ve got in my functions.php `function add_title_to_activity( $content, [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a302d375a0ea3ba7b5f8e3218ce89203</guid>
				<title>matom joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/143373/</link>
				<pubDate>Fri, 18 Mar 2011 15:37:39 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cc87d6fd24ba6b3c0c84c3c8b2dc98a7</guid>
				<title>matom started the forum topic Group Documents + bp_core_catch_no_access causing redirection of some wp pages? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-documents-bp_core_catch_no_access-causing-redirection-of-some-wp-p</link>
				<pubDate>Fri, 04 Mar 2011 12:39:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello, I&#8217;ve noticed a strange problem which seems to be caused by the Group Documents plugin and bp_core_catch_no_access Since activating the plugin, new WP pages that I publish as a child to a particular parent (about/courses/my-wp-page) automatically redirect to the site index. Pages added before I activated the plugin load fine and don&#8217;t&hellip;<span class="activity-read-more" id="activity-read-more-140439"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-documents-bp_core_catch_no_access-causing-redirection-of-some-wp-p" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c69ed909a4c7f6924ef0a4f751b7f9b9</guid>
				<title>matom joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/140437/</link>
				<pubDate>Fri, 04 Mar 2011 12:39:45 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>