How can I get the activity id, if somebody posts
-
We are facing some technical issue with adding categories to activity in BuddyPress. In this project we are also using a plugin ‘BuddyPress Activity Plus’.
The idea was to create and maintain two separate tables (activity_category, activity_category_relation); activity_category is for holding category data and activity_category_relation will hold their relationship.
Problem
The problem is when somebody posts an update in the activity; we need to retrieve the particular activity id.
When I checked codes of ‘BuddyPress’ plugin and ‘BuddyPress Activity Plus’ plugin, ‘BuddyPress Activity Plus’ plugin jquery ajax functions to post activity updates, so it seems hard to retrieve the activity post id that we are using to relate with the category id.
Please explain if I miss anything/ did anything wrong. I’m new to BuddyPress.
- The topic ‘How can I get the activity id, if somebody posts’ is closed to new replies.