-
cosx replied to the forum topic Activity meta update and $activity_id in the group Creating & Extending 13 years, 6 months ago
Didn’t see your post…
Anyway, honestly I have no idea why it works but I’m glad it does. -
cosx replied to the forum topic Activity meta update and $activity_id in the group Creating & Extending 13 years, 6 months ago
Oooooohh!
So I started blindly fiddling with the parameters and something worked 😀
I thought if $activity_id is the 4th parameter and have no idea what would be the 3rd one I passed a bogus parameter and what […] -
cosx replied to the forum topic Activity meta update and $activity_id in the group Creating & Extending 13 years, 6 months ago
Oh you mean it should be:
add_action( 'bp_groups_posted_update', 'add_title_to_activity', 10, 4 );
?
I tried that and it’s the same outcome.
-
cosx replied to the forum topic Activity meta update and $activity_id in the group Creating & Extending 13 years, 6 months ago
No, I’m afraid you didn’t understand. My problem is that the value of $activity_id is 1 with each and every posted update. This is just here in my function. The rest of the script is functioning correctly.
So […]
-
cosx replied to the forum topic Activity meta update and $activity_id in the group Creating & Extending 13 years, 6 months ago
Unfortunately for me I haven’t managed to find a solution.
Doesn’t anyone know how to get the id of the activity update in bp_custom.php?
Any hints greatly appreciated.
-
cosx started the forum topic Activity meta update and $activity_id in the group Creating & Extending 13 years, 6 months ago
I’m on the verge of madness with this, it’s not funny.
I want to add a field to the activity post form. I modified the form, global.js and bp_custom.php according to a post I found on the forum and it works, […]
@cosx
Not recently active