-
d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components & Plugins: 13 years, 5 months ago
sigh, I found the problem….in theme template for BuddyBase, my line to require TEMPLATEPATH.”_inc/ajax.php” was commented out. The phrase “did you plug it in” 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 […]
-
d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components & Plugins: 13 years, 5 months ago
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…[Read more]
-
d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components & Plugins: 13 years, 5 months ago
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.
thanks for the tip, I’m going to go look at that now…
-
d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components & Plugins: 13 years, 5 months ago
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…that got his, so the Ajax frame work is working, just not connecting to the theme. From […]
-
d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components & Plugins: 13 years, 5 months ago
I’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 […]
-
d71 posted on the forum topic Activity Post/Reply To Not Working in the group Third Party Components & Plugins: 13 years, 5 months ago
Cool, thank! I’m trying that now…
-
d71 started the forum topic Activity Post/Reply To Not Working in the group Third Party Components & Plugins: 13 years, 5 months ago
Hi, I’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 […]
-
d71 joined the group Third Party Components & Plugins 13 years, 5 months ago
@d71
Not recently active