<?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 | d71 | Activity</title>
	<link>https://buddypress.org/members/d71/activity/</link>
	<atom:link href="https://buddypress.org/members/d71/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for d71.</description>
	<lastBuildDate>Wed, 29 Apr 2026 05:52:57 +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">0409ab1534ec66fa505610486cc69299</guid>
				<title>d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/activity-postreply-to-not-working/#post-101844</link>
				<pubDate>Sat, 18 Jun 2011 18:33:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>sigh, I found the problem&#8230;.in theme template for BuddyBase, my line to require TEMPLATEPATH.&#8221;_inc/ajax.php&#8221; was commented out. The phrase &#8220;did you plug it in&#8221; comes to mind 🙁 I think what happened was that while earlier working on the theme I had some problems with overlapping function calls and I commented it out to rsolve [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7e691b0ad2f41d0953c6980990303298</guid>
				<title>d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/activity-postreply-to-not-working/#post-101843</link>
				<pubDate>Sat, 18 Jun 2011 18:25:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, so in the working default BuddyPress theme the Ajax handler works great: bp_dtheme_post_update traceback: #0 bp_dtheme_post_update() called at  #1 call_user_func_array() called at  #2 do_action() called at  #3 bp_core_add_ajax_hook() called at  #4 call_user_func_array() called at  #5 do_action() called at  #6&hellip;<span class="activity-read-more" id="activity-read-more-159216"><a href="http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/activity-postreply-to-not-working/#post-101843" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2b36d9f87dd91048731a44b3e4ccf464</guid>
				<title>d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/activity-postreply-to-not-working/#post-101840</link>
				<pubDate>Sat, 18 Jun 2011 17:59:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>yeah, when I started looking through the wp hook, it became more clear that the bp-activity.php stuff is not the right place to look.  It seems to get called for displaying the stream, not for updating it.</p>
<p>thanks for the tip, I&#8217;m going to go look at that now&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b7f90c64ecc336f3f543bae68cacfab4</guid>
				<title>d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/activity-postreply-to-not-working/#post-101837</link>
				<pubDate>Sat, 18 Jun 2011 17:15:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>find . | xargs fgrep ./_inc/global.js ./_inc/ajax.php (basically the Ajax related code) From the ajax code in BuddyBase theme, no hits not being invoked. So I went back to the BuddyPress plugin, and added some erro_log calls to bp-activity.php&#8230;that got his, so the Ajax frame work is working, just not connecting to the theme. From [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ca6985af9ec0327076b97949c9283be8</guid>
				<title>d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/activity-postreply-to-not-working/#post-101834</link>
				<pubDate>Sat, 18 Jun 2011 16:40:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m going to try this suggestion {quote} Brajesh Singh said 5 hours, 36 minutes ago: Hi, Look for the post request. You will see some variable as action:”post_update” or something similar. Then look into your themes ajax.php(most probably in _inc/ajax.php) for a hook wp_ajax_{the action_name} , i.e. wp_ajax_post_update in this case. There will be a [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">33182d6afcc91eb7b5673d16e0890c6e</guid>
				<title>d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/activity-postreply-to-not-working/#post-101833</link>
				<pubDate>Sat, 18 Jun 2011 16:40:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Cool, thank!  I&#8217;m trying that now&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dee3f5bb609c47652bb9fbc5dae02e99</guid>
				<title>d71 started the forum topic Activity Post/Reply To Not Working in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/activity-postreply-to-not-working/</link>
				<pubDate>Sat, 18 Jun 2011 10:39:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, I&#8217;m using BuddyPress 1.2.8 with WordPress 3.1.3, and when I use the factory default BuddyPress theme (1.2.7), everything works great 🙂 But, when I activate the BuddyBase theme (a free BuddyPress theme from BuddyBoss), everything works, except for the Activity area. In the Activity area if I try to post an update or reply [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8db3694f26f3ac20f4e43be2113d1f66</guid>
				<title>d71 joined the group Third Party Components &#038; Plugins</title>
				<link>https://buddypress.org/updates/p/159158/</link>
				<pubDate>Sat, 18 Jun 2011 10:39:29 +0000</pubDate>

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